@lune-js/core
v0.1.1
Published
The core reactive package for Lune.js
Readme
@lune-js/core
The core reactive package for Lune.js.
Acknowledgements
This package is a modified port of the upcoming minor release
@vue/reactivity
that introduces Alien Signals.
In an effort to provide a lightweight and focused reactive implementation, this package excludes the following:
- All
refrelated APIs, includingshallowRef,triggerRef, andunref. computedeffectScopewatch- The ability to use collections (e.g.,
Map,Set,WeakMap,WeakSet) as reactive sources.
For more robust functionality and features, it is recommended to install @vue/reactivity.
