Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:20:26.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:47.398Z (7 months ago)
- Topics: nextjs, react, sample, state-management, zustand
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 2
- Watchers: 2
- 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