/xstate-playground

a playground for learning and experimenting with xstate (a JS finite-state-machines framework)

Primary LanguageTypeScript

xstate-playground

some sources either copied from the internet (and perhaps modified), or created by hand - used to learn about xstate.

what is xstate?

JavaScript and TypeScript finite state machines and statecharts for the modern web.

what's in here?

Reddit React App

A project that shows the basics of xstate, and three forms of using the API and create state machines.

Source: xstate

Code here.

7GUIs - Counter

An implementation of 7GUIs' counter.

Source: xstate

Code here.

7GUIs - Temperature

An implementation of 7GUIs' temperature.

Source: xstate

Code here.

7GUIs - Flight Booker

An implementation of 7GUIs' flight booker.

Source: xstate

Code here.

7GUIs - Timer

An implementation of 7GUIs' timer.

Source: xstate

Code here.

Counter (with increment and decrement)

An implementation of a counter with increment and decrement functions.

Source: xstate

Code here

Calculator

An implementation of a calculator.

Source: xstate

Code here