pmndrs/jotai
👻 Primitive and flexible state management for React observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 18
- age_days: 2213
- days_rel: 9
- days_push: 9
- n_releases_24m: 34
Adoption not part of the score
21243 stars · 724 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jotai is a minimal, atomic state management library for React with a tiny 2kb core API. It lets you compose primitive and derived atoms with automatic render optimization, and scales from a useState replacement to large TypeScript applications.
Use cases
- manage global state in a react app
- replace useState with shared state
- avoid extra re-renders from react context
- persist state to localStorage
- server-side rendering state hydration in next.js
- derive computed state from other state
When to choose
- you want a minimal, flexible alternative to Redux or Recoil
- you need fine-grained re-render optimization in React
- you use TypeScript and Next.js or other React frameworks
When to avoid
- you need state management outside React
- you prefer a single centralized store with devtools conventions
Facets
library · maturity stable
state-management frontend-framework frontend web-development cross-platform react atoms typescript ssr hooks nodejs web-server
10 sources
- readme: https://github.com/pmndrs/jotai · fetched 2026-08-28 · 7400fe9147ef
- homepage: https://jotai.org · fetched 2026-08-29 · d1bc84e263fb
- site_page: https://jotai.org/docs · fetched 2026-08-29 · fdb0d3bc10ba
- site_page: https://jotai.org/docs/core/atom · fetched 2026-08-29 · e0acd83c8ad0
- site_page: https://jotai.org/docs/core/use-atom · fetched 2026-08-29 · 00abf8c426fe
- site_page: https://jotai.org/docs/core/store · fetched 2026-08-29 · ac72003f743b
- site_page: https://jotai.org/docs/core/provider · fetched 2026-08-29 · 38ff1a6d6dc9
- site_page: https://jotai.org/docs/utilities/storage · fetched 2026-08-29 · 1b18226cf721
- site_page: https://jotai.org/docs/utilities/ssr · fetched 2026-08-29 · 2b22d1a26de3
- site_page: https://jotai.org/docs/utilities/async · fetched 2026-08-29 · 6adb3ce7f8b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pmndrs/jotai | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem