MobXstate Docs
MobXstate adds finite state machines to MobX stores with a statechart-shaped, Stately-friendly machine config and without a separate machine context.
Use these pages as the canonical source of truth for the public package API and example entrypoints.
Start Here
- Read the getting started guide for install and the smallest working setup.
- Read the API reference for the current public surface and runtime behavior.
- Read the examples guide for the live page and standalone example files.
Docs
Package Shape
createMachine(...)keeps the machine config close to XState authoring.MobXStateMachinekeeps data, actions, guards, delays, and effects in the MobX store.MachineOptionsremains available as a compatibility and override layer.
Related Repo Docs
- Release process lives in RELEASING.md.
- Release planning notes live in docs/roadmap.md.