Last updated:
0 purchases
mobx resource bloc
MobX Resource Bloc #
Bloc + MobX = ???
Create resource blocs whose properties work within MobX's reactivity system.
Basics #
Just use in your MobX stores:
TO FOLLOW
The main ComputedResourceBloc class works similarly to a Computed
object in MobX.
The key of the resource bloc will automatically be updated
whenever any observed MobX values change. The properties of the bloc such
as its state, key, value, and stream are also observable values
and will update any subscribed MobX reactions when they change.
Usage #
TO FOLLOW
Features and bugs #
TO FOLLOW
This library is still under active development. Use at your own risk!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.