You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fantastic e-commerce website employs the axios package to retrieve an API response and share state data via the redux package. I have used the redux thunk as a redux middleware for async redux dispatch methods. I used the react router dom for routing, and the project also includes searching, limiting, and pagination of the products.