1
0
Fork 0
mirror of https://github.com/enaqx/awesome-react.git synced 2025-02-24 16:05:50 -05:00

Add jotai on state management

This commit is contained in:
Fauzan Lubis 2022-12-07 12:35:23 +08:00 committed by Haroen Viaene
parent 6301b87efb
commit f75969d351

View file

@ -399,6 +399,7 @@ A collection of awesome things regarding the React ecosystem.
- [react-query](https://github.com/tannerlinsley/react-query) - Hooks for fetching, caching and updating asynchronous data in React - [react-query](https://github.com/tannerlinsley/react-query) - Hooks for fetching, caching and updating asynchronous data in React
- [flux](http://facebook.github.io/flux/) - Application architecture for building user interfaces - [flux](http://facebook.github.io/flux/) - Application architecture for building user interfaces
- [recoil](https://github.com/facebookexperimental/Recoil) - Experimental state management library for React apps - [recoil](https://github.com/facebookexperimental/Recoil) - Experimental state management library for React apps
- [jotai](https://github.com/pmndrs/jotai) - Bottom-up approach to React state management with an atomic model
- [xstate-react](https://github.com/davidkpiano/xstate/tree/master/packages/xstate-react) - State machines and statecharts for the modern web - [xstate-react](https://github.com/davidkpiano/xstate/tree/master/packages/xstate-react) - State machines and statecharts for the modern web
- [zustand](https://github.com/pmndrs/zustand) - Bear necessities for state management in React - [zustand](https://github.com/pmndrs/zustand) - Bear necessities for state management in React
- [easy-peasy](https://github.com/ctrlplusb/easy-peasy) - Vegetarian friendly state for React - [easy-peasy](https://github.com/ctrlplusb/easy-peasy) - Vegetarian friendly state for React