This Next.js project that contains the core with the technologies of NextJs 13, Redux toolkit query and Taildwind Css
- Implements the new version of nextjs 13, which is required to be used with ReactJS 18
- Implement the new version of Redux Toolkit Query for state management.
- Implement the Redux Persist for the persistence of states in user sessions.
- Implement the Taildwind 3 Framework css.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Check out our Next.js deployment production for more details.