@vue/reactivity
@vue/reactivity
Last updated 6 years ago by yyx990803 .
MIT · Repository · Bugs · Original npm
$ cnpm install @vue/reactivity 
SYNC missed versions from official npm registry.

@vue/reactivity

Usage Note

This package is inlined into Global & Browser ESM builds of user-facing renderers (e.g. @vue/runtime-dom), but also published as a package that can be used standalone. The standalone build should not be used alongside a pre-bundled build of a user-facing renderer, as they will have different internal storage for reactivity connections. A user-facing renderer should re-export all APIs from this package.

For full exposed APIs, see src/index.ts. You can also run yarn build reactivity --types from repo root, which will generate an API report at temp/reactivity.api.md.

Credits

The implementation of this module is inspired by the following prior art in the JavaScript ecosystem:

Caveats

  • Built-in objects are not observed except for Array, Map, WeakMap, Set and WeakSet.

Current Tags

  • 3.3.0-alpha.13                                ...           alpha (2 years ago)
  • 3.3.0-beta.5                                ...           beta (2 years ago)
  • 3.3.4                                ...           latest (2 years ago)

13 Versions

  • 3.3.4                                ...           2 years ago
  • 3.3.0-beta.5                                ...           2 years ago
  • 3.3.0-alpha.13                                ...           2 years ago
  • 3.2.41                                ...           3 years ago
  • 3.2.36                                ...           3 years ago
  • 3.2.37                                ...           3 years ago
  • 3.2.34-beta.1                                ...           3 years ago
  • 3.2.0-beta.8                                ...           4 years ago
  • 3.2.31                                ...           4 years ago
  • 3.0.3                                ...           5 years ago
  • 3.1.0-beta.7                                ...           4 years ago
  • 3.0.0-alpha.2                                ...           6 years ago
  • 3.1.1                                ...           4 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org