Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp3martin/zustand-nextjs-nextui-example
https://github.com/mp3martin/zustand-nextjs-nextui-example
Last synced: 27 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:40:28.000Z (about 2 months ago)
- Last Synced: 2024-09-18T10:11:31.262Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://mp3martin.github.io/zustand-nextjs-nextui-example/
- Size: 476 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)