rxs 1.0.0 copy "rxs: ^1.0.0" to clipboard
rxs: ^1.0.0 copied to clipboard

outdated

A simple library for reactive state management with a minimal yet familiar set of APIs.

rxs #

A simple reactive state management library with a minimal yet familiar API. 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 or otherwise from existing libraries/frameworks. Special thanks to

  • Solid.js which has been used as a reference on the implementation of this library, and the biggest inspiration so far.
  • Angular for providing the idea of using classes within this library's implementation of signals, and encouraged the usage of classes to take advantage of Dart's type system.
  • S.js which has provided extra inspiration for the implementation of this library.

Additional Information #

Licensed under the terms of the BSD 3 Clause license.

1
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A simple library for reactive state management with a minimal yet familiar set of APIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

rxdart

More

Packages that depend on rxs