Skip to content

Instantly share code, notes, and snippets.

@bogdansoare
Created March 16, 2021 12:16
Show Gist options
  • Save bogdansoare/885bbd536298f6ea9dcac45a9fbd0589 to your computer and use it in GitHub Desktop.
Save bogdansoare/885bbd536298f6ea9dcac45a9fbd0589 to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
const authMachine = Machine({
id: 'auth',
initial: 'idle',
context: {},
states: {
idle: {
},
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment