https://github.com/maxzz/react-sm
React state management flavors.
https://github.com/maxzz/react-sm
Last synced: 30 days ago
JSON representation
React state management flavors.
- Host: GitHub
- URL: https://github.com/maxzz/react-sm
- Owner: maxzz
- Created: 2021-07-07T06:38:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T21:47:03.000Z (over 4 years ago)
- Last Synced: 2025-02-26T07:42:45.800Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://maxzz.github.io/react-sm
- Size: 6.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### About
React state managment flavours.
1. React
1. Context
2. Moder Redux with @reactjs/toolkit
3. Zustand
4. Jotai

#### Links
* [React Context](https://reactjs.org/docs/context.html)
* [Redux documentation](https://redux.js.org/introduction/core-concepts)
* [Zustand documentation](https://docs.pmnd.rs/zustand)
* [Jotai documentation](https://docs.pmnd.rs/jotai)
* [Different State Management options](https://t.me/technologytm/15377)