Jul 28, 2021
Yes, that is the power of XState, before developing entire frontend UI you can simply write the logic and give the blueprint of how the application works and look like when goes into different states...
This is so powerful as the business logics are reusable across entire frontend framework with minimal changes.
Also, XState Visualizer(https://xstate.js.org/viz/) helps you to present and debug the entire application states with just one click.