Skip to content

Instantly share code, notes, and snippets.

View the-main-thing's full-sized avatar

Pavel Shevtsov the-main-thing

View GitHub Profile
@the-main-thing
the-main-thing / machine.js
Last active June 6, 2020 14:32
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine( {
id: "connection",
initial: "disconnected",
context: {
wsServerUrl: null,
socket: null,
error: null,
recievedPacket: null,
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@the-main-thing
the-main-thing / machine.js
Last active July 3, 2020 12:21
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions