cn10xdev / ECommerce_Product_Page

1 stars 24 forks source link

Refactor State Management Using Redux #11

Open Ezio-Sarthak opened 2 months ago

Ezio-Sarthak commented 2 months ago

Implement Redux for managing the cart state, user authentication state, and product data. The app currently manages state with React’s useState and useEffect hooks. Refactor the state management to use Redux to handle global states more efficiently, especially for cart data.

NaveenReddy0427 commented 2 months ago

am taking this issue, will work on this

Ezio-Sarthak commented 2 months ago

Sure, assigning it to you @NaveenReddy0427