Skip to content

Instantly share code, notes, and snippets.

@anders-lundgren
anders-lundgren / machine.js
Created September 8, 2020 15:05
Generated by XState Viz: https://xstate.js.org/viz
Machine(
{
id: "authentication",
initial: "loggedOut",
context: {
email: "",
password: ""
},
states: {
loggedOut: {
@anders-lundgren
anders-lundgren / machine.js
Created September 8, 2020 15:04
Generated by XState Viz: https://xstate.js.org/viz
Machine(
{
id: "authentication",
initial: "loggedOut",
context: {
email: "",
password: ""
},
states: {
loggedOut: {