Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`