Ross ROSS = Recommend OSS · open-source software intelligence for agents

pmndrs/jotai

👻 Primitive and flexible state management for React observed · 2026-08-28

github.com/pmndrs/jotai · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
pmndrs/jotaimain99

For agents

markdown · JSON · MCP: product_card(name="pmndrs/jotai")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem