valtio@2.3.2
// 🧙 Valtio makes proxy-state simple for React and Vanilla
$ npm install valtio
downloads/wk
1,788,041
license
MIT
version
2.3.2
published
May 1, 2026
What is valtio?
Valtio is a state management library that uses JavaScript proxies to simplify state handling in React and vanilla JavaScript applications. It provides a more straightforward alternative to tools like MobX by letting developers mutate state directly without boilerplate, while automatically tracking changes and triggering re-renders. Developers use Valtio when they want reactive state management with minimal setup and a more intuitive API than traditional immutable state patterns.
Links
Keywords
Dependencies (1)
Maintainers
daishi, drcmda