wirestate-mobx
Framework-agnostic MobX re-exports with Wirestate-friendly decorator aliases.
Define observable service state here once, then render it with @wirestate/react-mobx (React) or @wirestate/lit-mobx (Lit).
Interfaces
| Interface | Description |
|---|---|
| IReactionPublic | Reactions are a special kind of derivations. Several things distinguishes them from normal reactive computations |
MobX
MobX aliases
| Function | Description |
|---|---|
| Action | MobX action decorator alias. |
| BoundAction | MobX bound action decorator alias. |
| Computed | MobX computed decorator alias. |
| DeepObservable | MobX deep observable decorator alias. |
| Observable | MobX observable decorator alias. |
| RefObservable | MobX ref observable decorator alias. |
| ShallowObservable | MobX shallow observable decorator alias. |