computeds

The minimal Signals implementation based on https://github.com/vuejs/core/pull/5912.

  • Types
  • ESM
  • CJS
License
MIT
Deps
0
Install Size
14.7 kB
Vulns
0
Published

Get started

$npm install computeds
$pnpm add computeds
$yarn add computeds
$bun add computeds
$deno add npm:computeds
$vlt install computeds
$vp add computeds

License changed since previous version.

The license of this package changed from "UNKNOWN" to "MIT".

Weekly DownloadsAcross all versions

Versions

View all versions
0.0.1
latest

Readme

The minimal Signals implementation based on https://github.com/vuejs/core/pull/5912.

Removed readonly, writeable computed, deep ref etc.

This library is used in place of @vue/reactivity in the vuejs/language-tools repo to solve excessive computed recalculations, and prevent vuejs/language-tools development from being hindered by the progress of Vue core repo.