Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avidhanr/zustandexp

Simple example on the usage of zustand in nextjs14*
https://github.com/avidhanr/zustandexp

nextjs14 zustand

Last synced: about 1 month ago
JSON representation

Simple example on the usage of zustand in nextjs14*

Awesome Lists containing this project

README

        

## Getting Started

- Firstly, install and run the development server:

```bash
npm install && npm run dev
# or other necessary package manager's command
```

- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

---

- Check out the Zustand Documentation from here:  [Zustand.docs](https://zustand.docs.pmnd.rs/getting-started/introduction)
- The main state mangement logic is in the `(hooks)` directory. Check out the [app/(hooks)/use-data.ts]() file.