CodeBrowser / npm / @vue/reactivity
@vue/reactivity@3.5.40
// @vue/reactivity
$ npm install @vue/reactivity
downloads/wk
13,066,888
license
MIT
version
3.5.40
published
Jul 16, 2026
What is @vue/reactivity?
@vue/reactivity is Vue's standalone reactivity system that makes JavaScript objects automatically track changes and notify dependents when data updates. Developers use it to add Vue's reactive data binding capabilities to any JavaScript project, without needing the full Vue framework. It's useful for state management, computed values, and watchers in custom applications or frameworks.
Keywords
#vue
Dependencies (1)
Maintainers
yyx990803