Minimal Dataflow library for TypeScript
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.
``bashnpm
npm install @ersbeth/picoflow
For comprehensive guides and API documentation, visit the official website
This project is licensed under the MIT License.