This is a simple sandbox project for exploring the use of state machines to implement a "wizard" in React. The example is intended to solve a simple CRM-style problem:
- Add a new customer
- Add a group under this customer
- Add administrators for the new group
I'm using the xstate to build the state machine.
NOTE: This project was bootstrapped with Create React App.