Skip to content

Instantly share code, notes, and snippets.

View vignestion's full-sized avatar
🌴
On vacation

Vignesh Warar vignestion

🌴
On vacation
View GitHub Profile
@vignestion
vignestion / machine.js
Created February 25, 2021 20:46
Generated by XState Viz: https://xstate.js.org/viz
const pizzaStateMachine = Machine({
id:'pizzaStateMachine',
initial:'setType',
context:{
statue:'Decideing',
type:'Peperoni',
toppings: 'Lotsa toppings',
address:'My home address'
},
states: {