Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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*
- Host: GitHub
- URL: https://github.com/avidhanr/zustandexp
- Owner: AVidhanR
- Created: 2024-11-24T16:03:14.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T16:26:43.000Z (about 2 months ago)
- Last Synced: 2024-11-24T17:25:59.748Z (about 2 months ago)
- Topics: nextjs14, zustand
- Language: TypeScript
- Homepage: https://zustand-exp.vercel.app
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.