https://github.com/Kir93/next-page-zustand-reactQuery-template.git use this template and make project
git clone https://github.com/Kir93/{PROJECT_NAME}.git- Install packages - pnpm install
- Changed Theme - ./styles/theme.ts
- Theme Typegen - pnpx @chakra-ui/cli typegen ./src/styles/theme.ts
- Running Project - pnpm dev
NextJS Page Route Simple Template
- FrameWork : next
- Styling Tool: @chakra-ui/react
- Global State Management : zustand
- Server State Management : @tanstack/react-query
Important library version history
| Name | Version |
|---|---|
| react | v19 |
| next | latest |
| chakra-ui | v3 |
| zustand | v5 |
| react-query | v5 |