rxs 2.0.1
rxs: ^2.0.1 copied to clipboard
Another simple reactive state management library for Dart and Flutter applications.
rxs #
Another simple reactive state management library for Dart and Flutter applications. The goals of this library are…
- Be simple to learn
- Be simple to use
- Be simple to implement
Prior Works #
This library would not have been made without the inspiration from existing libraries/frameworks.
- Solid.js which has been used as a reference on the prior implementation of this library, and the biggest inspiration so far.
- Angular with the idea of using classes for the implementation of this library.
- Reactively for the idea of a hybrid push-pull system.
Additional Information #
Licensed under the terms of the BSD 3 Clause license.