Skip to content

wirestate-react-mobx

Interfaces

InterfaceDescription
IReactionPublicReactions are a special kind of derivations. Several things distinguishes them from normal reactive computations

Mobx

NameDescription
FlowCancellationError-
ObservableMap-
ObservableSet-
Reaction-
IActionFactory-
IActionRunInfo-
IArraySplice-
IArrayUpdate-
IArrayWillChange-
IArrayWillSplice-
IAtom-
IAutorunOptions-
IComputedFactory-
IComputedValue-
IComputedValueOptions-
IDependencyTree-
IDepTreeNode-
IEnhancer-
IEqualsComparer-
IInterceptable-
IKeyValueMap-
IListenable-
IMapWillChange-
IObservable-
IObservableArray-
IObservableFactory-
IObservableValue-
IObserverTree-
IReactionDisposer-
IValueWillChange-
IWhenOptions-
Lambda-
AnnotationMapEntry-
AnnotationsMap-
CreateObservableOptions-
IArrayDidChange-
IInterceptor-
IMapDidChange-
IMapEntries-
IMapEntry-
IObjectDidChange-
IObjectWillChange-
IObservableMapInitialValues-
IObservableSetInitialValues-
IReactionOptions-
ISetDidChange-
ISetWillChange-
IValueDidChange-
$mobx-
comparer-
flow-
isBoxedObservable-
isObservableMap-
isObservableSet-
override-
autorun-
configure-
createAtom-
defineProperty-
entries-
extendObservable-
FlowCancellationError-
flowResult-
get-
getAtom-
getDebugName-
getDependencyTree-
getObserverTree-
has-
intercept-
isAction-
isComputed-
isComputedProp-
isFlow-
isFlowCancellationError-
isObservable-
isObservableArray-
isObservableObject-
isObservableProp-
keys-
makeAutoObservable-
makeObservable-
observe-
onBecomeObserved-
onBecomeUnobserved-
onReactionError-
ownKeys-
reaction-
remove-
runInAction-
set-
spy-
toJS-
trace-
transaction-
untracked-
values-
when-

Mobx-alias

FunctionDescription
ActionMobX action decorator alias.
BoundActionMobX bound action decorator alias.
ComputedMobX computed decorator alias.
DeepObservableMobX deep observable decorator alias.
ObservableMobX observable decorator alias.
RefObservableMobX ref observable decorator alias.
ShallowObservableMobX shallow observable decorator alias.

Mobx-react

NameDescription
Observer-
clearTimers-
isObserverBatched-
enableStaticRendering-
isUsingStaticRendering-
observer-
Observer-
observerBatching-
useAsObservableSource-
useLocalObservable-
useLocalStore-
useObserver-