react-ecommerce
react-ecommerce copied to clipboard
### Description We are having issues with the product fetching in `ProductTable.jsx`. For some reason, useEffect is infinitely fetching new products. Can you read the [effect hook documentation](https://reactjs.org/docs/hooks-effect.html) to help...
### Description When a user adds something to their cart, the cart page subtotal is static. We need it to dynamically update when a user adds something to their cart....
### Description When a user adds a product to their cart, the cart size in the nav is not updating. ### How To Reproduce 1. Run the App Locally 2....
### Description When a user clicks the gray region on the cart page, the cart page does not close. ### How To Reproduce 1. Run the App Locally 2. Open...
### Description We would like to persist a customer's cart on refresh. This means we need to store their cart in a persistent browser storage. Check out the [localStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)...
### Description When a user clicks the cart icon, they see alot of blank whitespace. Our designers want us to show some content to fill this blank space. We need...