@ersbeth/picoflow
v2.0.2
Published
Minimal Dataflow library for TypeScript
Downloads
226
Readme
Picoflow
Picoflow is a lightweight reactive dataflow library that provides fine-grained reactive primitives. It gives you an intuitive API for signals, state, (asynchronous) derivations, effects, and reactive maps/arrays. Picoflow uses an explicit tracking context to automatically track reactive dependencies.
Upgrading from v1.x? See the Upgrade Guide for migration instructions.
Installation
# npm
npm install @ersbeth/picoflow
# pnpm
pnpm add @ersbeth/picoflow
# yarn
yarn add @ersbeth/picoflowDocumentation
For comprehensive guides and API documentation, visit the official website
License
This project is licensed under the MIT License.
