mobx_resource_bloc library

Provides tools for creating Resource Blocs whose properties work within MobX's reactivity system

Enums

OnObservePolicy
Behavior when the bloc is observed, either via stream.listen or by observing computed properties (such as state, etc.) inside a MobX reaction

Mixins

ComputedResourceBlocMixin<K extends Object, V>

Typedefs

KeyCallback<K> = K Function()