mobx_resource_bloc 0.1.0-dev.1
mobx_resource_bloc: ^0.1.0-dev.1 copied to clipboard
Resource Bloc whose properties work within MobX's reactivity system
0.1.0-dev.1 #
- Initial release of MobX Resource Bloc
- Create resource blocs whose properties work within MobX's reactivity system.
ComputedResourceBlocwill recompute its key any time an observed value changes.- Resource bloc properties such as
streamandstateare observable values themselves and will update any observing MobX reactions.