Machine Interfaces
What is a state machine?
Section titled “What is a state machine?”A minimal (pure) state machine in Matchina looks like this:
const { getState, send } = createMachine(states, transitions, initialState);
Related Topics
Section titled “Related Topics”- State Factory Machines - Create and configure complete state machines
- Lifecycle & Hooks - Detailed guide to the lifecycle system
- Effects - Managing side effects in state machines