https://github.com/maxgfr/nextjs-zustand
Sample NestJS application using zustand
https://github.com/maxgfr/nextjs-zustand
nextjs react sample state-management zustand
Last synced: 3 months ago
JSON representation
Sample NestJS application using zustand
- Host: GitHub
- URL: https://github.com/maxgfr/nextjs-zustand
- Owner: maxgfr
- Created: 2021-05-30T16:30:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:20:26.000Z (over 2 years ago)
- Last Synced: 2025-08-12T05:39:47.994Z (12 months ago)
- Topics: nextjs, react, sample, state-management, zustand
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-zustand
NestJS application using zustand
## Getting Started
First, run the development server:
```bash
yarn # To install dependencies
yarn dev # To launch the app
```
## To get further
I advice you to check [this work](https://codesandbox.io/s/ku82o) from clb who implemented a similar logic as `next-redux-wrapper` for state hydration