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

pmndrs/zustand

🐻 Bear necessities for state management in React observed · 2026-08-28

github.com/pmndrs/zustand · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • 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: 34
  • age_days: 2703
  • days_rel: 21
  • days_push: 9
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

58614 stars · 2185 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Zustand is a small, fast, and scalable state management library for React based on simplified flux principles, with a hook-based API and no provider boilerplate. It handles common React pitfalls like zombie children, concurrency, and context loss between mixed renderers.

Use cases

  • manage global state in a react app without boilerplate
  • replace redux with a simpler hook-based store
  • share state between react components without context providers
  • create a store as a custom hook with actions and state
  • selectively re-render components on state slices
  • handle state in react concurrent mode safely

When to choose

  • you want minimal, unopinionated state management for React
  • you need a tiny bundle size and hook-based API
  • you want to avoid providers and boilerplate of redux or context
  • you need reliable behavior with React concurrency and mixed renderers

When to avoid

  • you need a full state management ecosystem with devtools middleware, sagas, and strict conventions
  • your app is not React-based
  • you prefer normalized entity stores with heavy tooling like redux toolkit

Facets

library · maturity stable

state-management frontend-framework frontend web-development browser cross-platform react hooks flux store redux-alternative nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
pmndrs/zustandmain94

For agents

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

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