From f75969d3513f2250a2de95f0720e7829b8c9c6fb Mon Sep 17 00:00:00 2001 From: Fauzan Lubis <34790560+fauzanlbs@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:35:23 +0800 Subject: [PATCH] Add jotai on state management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee69b03..29aee2a 100644 --- a/README.md +++ b/README.md @@ -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 - [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 +- [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 - [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