Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonderklaas/zustand-follower
In this application I tried out growing in popularity Zustand. In combination with React Quey I made an app to try basic features and concepts. State Management is simpler than with Redux.
https://github.com/vonderklaas/zustand-follower
react react-query typescript zustand
Last synced: 3 days ago
JSON representation
In this application I tried out growing in popularity Zustand. In combination with React Quey I made an app to try basic features and concepts. State Management is simpler than with Redux.
- Host: GitHub
- URL: https://github.com/vonderklaas/zustand-follower
- Owner: vonderklaas
- Created: 2023-02-10T14:18:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T16:33:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T10:32:16.321Z (2 months ago)
- Topics: react, react-query, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Zustand Follower
In this application I decided to try out growing in popularity State Manager, called Zustand. In combination with React Quey I made an app to try
basic features and concepts. Much simpler than Redux Toolkit.### How to run?
Clone project
```
git clone
```Install packages and dependencies
```
npm i
```Run application
```
npm run dev
```