cicerohen / talk-state-machines-with-xstate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Machines with xState

This code is part of my talk about the use of xState to get control of a UI

Get Started

yarn install;
yarn start;

State Machines

In the src/machines folder is possible to see a machine representing a flow that shows and hides a loading depending on the return status of an HTTP request.

To see the machine in action install the xState Chrome extension

About


Languages

Language:JavaScript 78.8%Language:HTML 21.2%