kito_reactive 0.1.0
kito_reactive: ^0.1.0 copied to clipboard
Fine-grained reactive primitives for Dart - inspired by SolidJS
0.1.0 #
- Initial release
- Signal: Mutable reactive primitive
- Computed: Derived reactive values with automatic dependency tracking
- Effect: Side effects that run when dependencies change
- Batch: Group multiple updates to run effects only once
- Inspired by SolidJS reactive system