Skip to content

Instantly share code, notes, and snippets.

@dohoangdinhtien
dohoangdinhtien / machine.js
Created September 18, 2020 12:26
Generated by XState Viz: https://xstate.js.org/viz
const makes = [
{ id: 1, name: "Toyota" },
{ id: 2, name: "Honda" },
{ id: 3, name: "ISUZU" },
];
const mmyMachine = Machine({
id: 'mmy',
initial: 'idle',
context: {