Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mp3martin/zustand-nextjs-nextui-example


https://github.com/mp3martin/zustand-nextjs-nextui-example

Last synced: 27 days ago
JSON representation

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)