Skip to content

Instantly share code, notes, and snippets.

View shwanton's full-sized avatar

Shawn Dempsey shwanton

  • Meta
  • Seattle, WA
  • 06:29 (UTC -07:00)
View GitHub Profile
@shwanton
shwanton / machine.js
Last active August 14, 2020 04:56
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: "toggle",
initial: "inactive",
states: {
inactive: { on: { TOGGLE: "active", DISABLE: "disabled" } },
active: { on: { TOGGLE: "inactive", DISABLE: "disabled" } },
disabled: { type: "final" },
},
})

Keybase proof

I hereby claim:

  • I am shwanton on github.
  • I am shwanton (https://keybase.io/shwanton) on keybase.
  • I have a public key ASB3yZkDN2WRfabEhARi_lmXBmX4f6FCjMKu8JzKgPr5Ago

To claim this, I am signing this object: