jotai@2.20.2
// 👻 Primitive and flexible state management for React
$ npm install jotai
downloads/wk
4,947,991
license
MIT
version
2.20.2
published
Jul 14, 2026
What is jotai?
Jotai is a state management library for React that uses atoms as the smallest unit of state, allowing you to manage component state without prop drilling or complex store hierarchies. Developers use it when they need a lightweight alternative to Redux or Context API that scales well from simple to complex applications while keeping state logic straightforward and collocated with where it's used.
Links
Keywords
Maintainers
daishi, drcmda