mobx_resource_bloc 0.1.1-dev.2 copy "mobx_resource_bloc: ^0.1.1-dev.2" to clipboard
mobx_resource_bloc: ^0.1.1-dev.2 copied to clipboard

Resource Bloc whose properties work within MobX's reactivity system

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!

0
likes
150
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Resource Bloc whose properties work within MobX's reactivity system

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, mobx, resource_bloc

More

Packages that depend on mobx_resource_bloc