This starter kit combines the power of Next.js for server-side rendering and routing with Redux Toolkit for state management, React Query for efficient data fetching, Axios for making API requests, and Context API for additional state management when needed.
- Responsive
- Light/dark mode toggle
- Redux Toolkit
- React Query
- Axios
- Context
Clone the project
git clone https://github.com/Warisaremou/nextjs-redux-toolkit.gitGo to the project directory
cd nextjs-redux-toolkitInstall dependencies
npm installStart the server
npm run devOpen http://localhost:3000 with your browser to see the result.
I use Mock.shop API which is a high quality commerce data for storefront.
Don't forget to give a star if it's helpful 😊