Skip to content

Instantly share code, notes, and snippets.

View jeasmith's full-sized avatar
🏗️
Making

Jamie Smith jeasmith

🏗️
Making
View GitHub Profile
@jeasmith
jeasmith / machine.js
Last active May 16, 2021 17:11
Generated by XState Viz: https://xstate.js.org/viz
// https://xstate.js.org/viz/?gist=66802ba675c8a5e1431d2544af455f1f
const funnelJourneyMachine = Machine(
{
id: "funnelJourney",
type: 'parallel',
states: {
journey: {
id: "journey",
initial: "flights",