In this section we create the Cart page, a client side Shopping Cart to show the list of products added to the cart, update their quantity, remove them and display all the products information, with the purpose to learn:
1
how to add business logic in reducers
2
create a component (the Cart page) that handle multiple actions