Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankeos/zustand-demos
🐻 Trying out the bear necessities for complex state management.
https://github.com/blankeos/zustand-demos
Last synced: 4 days ago
JSON representation
🐻 Trying out the bear necessities for complex state management.
- Host: GitHub
- URL: https://github.com/blankeos/zustand-demos
- Owner: Blankeos
- Created: 2022-07-01T14:52:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T22:48:25.000Z (about 2 years ago)
- Last Synced: 2024-05-15T15:31:46.605Z (6 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐻 Zustand Demos
> ⚠️ I have an outdated implementation of Zustand here.
My practice repository for the Zustand library--the bear necessities for complex state management.
You can find some examples of how to use **Zustand** with **Typescript** here.
## Examples:
Each example is organized inside their own folder within `/pages/`. The stores of those examples are within `/stores`
- [x] Counter
- Form## How to run on your machine:
1. `git clone https://github.com/Blankeos/zustand-demos.git`
2. `npm install` or `yarn`
3. `npm run dev` or `yarn dev`