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

pmndrs/valtio

🧙 Valtio makes proxy-state simple for React and Vanilla observed · 2026-08-28

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

Health v2 · maintenance only

88/100

  • Activity 97
  • Release rhythm 69
  • 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: 51.0
  • age_days: 2116
  • days_rel: 124
  • days_push: 21
  • n_releases_24m: 13

Full methodology

Adoption not part of the score

10228 stars · 290 forks observed · 2026-08-28

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

Valtio is a small TypeScript state management library that wraps objects in JavaScript proxies, letting you mutate state directly while React components re-render only when accessed properties change. It works with React via useSnapshot and also in vanilla JavaScript applications.

Use cases

  • manage react app state with mutable updates
  • avoid boilerplate reducers and actions in state management
  • optimize react re-renders with fine-grained state subscriptions
  • share a global store across react components
  • use the same state store in vanilla javascript and react
  • build a todo app with simple proxy state

When to choose

  • you prefer mutating state directly instead of immutable update patterns
  • you want minimal, unopinionated state management with render optimization
  • you need shared state in both React and vanilla JS contexts

When to avoid

  • you need a batteries-included framework with devtools, middleware, and time travel
  • your team relies on strict immutable state conventions
  • you need state management outside the JS/React ecosystem

Facets

library · maturity active

state-management frontend-framework frontend web-development browser react proxy-state mutable-state render-optimization vanilla-js store nodejs web-server

4 sources

Member repositories

RepositoryRoleHealth v2
pmndrs/valtiomain88

For agents

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

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