Slide 18
Slide 18 text
Action
• Objects that represent some kind of action in the system. It is
comprised of two parts, an action identifier and, optionally, a payload.
{
type: ‘ADD_PRODUCT_TO_CART’,
product: {
“title’: “Girls bicycle”,
“description”: “Two wheels and ribbons”,
“quantity”: 100
}
}