uebriges / nextjsecommercestore

E-commerce store implemented in nextJS
https://nextjsecommercestore.herokuapp.com/
0 stars 1 forks source link

Delete single product entry #16

Open uebriges opened 3 years ago

uebriges commented 3 years ago
uebriges commented 3 years ago

Cookies, and total quantity in shopping cart are updated, but if rendered server side, dispatch of useReducer is not executed and therefore rendering the list of products in the shopping cart fails. Dispatch enriches cookies information with data from DB (e.g. route to product image) which is missing in this case.