Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```