MobXstate

MobXstate Docs

Canonical MobXstate documentation index.

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

Docs

Package Shape

  • createMachine(...) keeps the machine config close to XState authoring.
  • MobXStateMachine keeps data, actions, guards, delays, and effects in the MobX store.
  • MachineOptions remains available as a compatibility and override layer.

Related Repo Docs