mobx 0.0.10 copy "mobx: ^0.0.10" to clipboard
mobx: ^0.0.10 copied to clipboard

outdated

MobX is a library for reactively managing the state of your applications. It comes with a set of building blocks such as observables, actions, and reactions. Observables carry the reactive state; Reac [...]

1203
likes
pending
pub points
99%
popularity

This package version is not analyzed. Check the latest stable version for its analysis.

Check the analysis log for details.

1203
likes
0
pub points
99%
popularity

Publisher

verified publishervyuh.tech

MobX is a library for reactively managing the state of your applications. It comes with a set of building blocks such as observables, actions, and reactions. Observables carry the reactive state; Reactions observe the observable state and cause side-effects in the application; Actions are used to cause mutations on the observable-state. MobX also determines the dependencies of a Reaction automatically with no explicit wiring. This makes it a library that advocates Transparent Functional Reactive Programming (TFRP). It can be used in Dart and Flutter apps to manage the client-side state of the application.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on mobx