Bottom up approach State Manager
Primitive, flexible state management
Jotai Atom
Bottom up approach
GitHub - pmndrs/jotai: 👻 Primitive and flexible state management for React
Primitive and flexible state management for React Jotai is pronounced "joe-tie" and means "state" in Japanese. You can try live demos in the following: Demo 1 | Demo 2. How does Jotai differ from Recoil? Minimalistic API No string keys TypeScript oriented An atom represents a piece of state.
https://github.com/pmndrs/jotai

Seonglae Cho