react-shopping-cart icon indicating copy to clipboard operation
react-shopping-cart copied to clipboard

React Redux Tutorial - Build ECommerce Shopping Cart In 5 Hours

Results 13 react-shopping-cart issues
Sort by recently updated
recently updated
newest added

the issue is resolved check whether you variable name are correct in the server file as well as the object you upload in the postman

is there any API available to fetch dummy data of e-commerce products ?

Directly getting data from "data.products" in "filterProducts" probably occur a little bug when a user clicks the "Filter" after he or she clicked the "Order".

"Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource." at productAction.js : 7 ``` export const fetchProducts = () => async (dispatch) => { const res = await fetch("/api/products");...

Hii Sir, I am facing an error like getState is not a function in removeFromCart but in addToCart is working perfectly. Please resolve this error . Tanking you... ![Screenshot (252)](https://user-images.githubusercontent.com/43420487/90305884-14704300-dee5-11ea-97bf-3361738cb786.png)...

Good day Basir, In the tutorial @1:16:13 I don't see anything changing in console log when I select Order (Lowest/Highest). In fact, I don't even see any console log for...