cn10xdev / ECommerce_Product_Page

1 stars 21 forks source link

Refactor State Management Using Redux #11

Open Ezio-Sarthak opened 1 week ago

Ezio-Sarthak commented 1 week 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 1 week ago

am taking this issue, will work on this

Ezio-Sarthak commented 1 week ago

Sure, assigning it to you @NaveenReddy0427