pmndrs/valtio
🧙 Valtio makes proxy-state simple for React and Vanilla 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
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
- readme: https://github.com/pmndrs/valtio · fetched 2026-08-28 · 8d0e7a1b7e38
- homepage: https://valtio.dev · fetched 2026-08-29 · a6ff10d225ca
- site_page: https://valtio.dev/docs/introduction/getting-started · fetched 2026-08-29 · 46107a2f90a3
- registry_npm: https://registry.npmjs.org/valtio · fetched 2026-08-29 · 3d2b435c9016
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pmndrs/valtio | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem