UNPKG

@purevue/reactivity

Version:

## πŸ“– Introduction

35 lines (23 loc) β€’ 1.14 kB
# @purevue/reactivity ## πŸ“– Introduction This package is the **reactivity system** of [PureVue](https://www.npmjs.com/package/@purevue/vue). It implements core APIs such as: - `ref`, `reactive`, `computed` - `watch`, `watchEffect` - Dependency tracking & scheduler - `provide` / `inject` > ⚠️ Note: This project is for **learning purposes only**. > It is **not intended for production use**. --- ## πŸ”— Usage Normally you don’t install this package directly. Instead, use the aggregate entry package: πŸ‘‰ [@purevue/vue](https://www.npmjs.com/package/@purevue/vue) For usage examples, please check the demo: πŸ‘‰ [purevue-demo](https://github.com/himipeng/purevue-demo) --- ## πŸ“¦ Related Packages - [@purevue/runtime-core](https://www.npmjs.com/package/@purevue/runtime-core) – Core runtime (components, VDOM) - [@purevue/runtime-dom](https://www.npmjs.com/package/@purevue/runtime-dom) – DOM rendering - [@purevue/compiler-core](https://www.npmjs.com/package/@purevue/compiler-core) – Template compiler - [@purevue/vue](https://www.npmjs.com/package/@purevue/vue) – **Aggregate entry (recommended)**