https://github.com/mp3martin/zustand-nextjs-nextui-example
https://github.com/mp3martin/zustand-nextjs-nextui-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mp3martin/zustand-nextjs-nextui-example
- Owner: MP3Martin
- License: mit
- Created: 2024-01-02T13:23:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:00:31.000Z (over 1 year ago)
- Last Synced: 2025-01-04T15:17:52.953Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mp3martin.github.io/zustand-nextjs-nextui-example/
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## zustand-nextjs-nextui-example
This small Next.js app shows you how you can use [Zustand](https://github.com/pmndrs/zustand) and its [Immer middleware](https://docs.pmnd.rs/zustand/integrations/immer-middleware).
- [index.js](https://github.com/MP3Martin/zustand-nextjs-nextui-example/blob/main/src/pages/index.js)
- [DisplayClicks component](https://github.com/MP3Martin/zustand-nextjs-nextui-example/blob/main/src/components/DisplayClicks.js)
- [Zustand store file](https://github.com/MP3Martin/zustand-nextjs-nextui-example/blob/main/src/store/zustand.js)