Skip to content

Instantly share code, notes, and snippets.

@tbigueres
tbigueres / machine.js
Created December 4, 2019 15:39
Generated by XState Viz: https://xstate.js.org/viz
function paymentStatusWaitingForMoreInformation() { return true; }
function paymentStatusWaitingForReconciliation() {
return false;
}
return Machine({
id: 'clientPaymentDrawer',
initial: 'idle',
context: {
@tbigueres
tbigueres / machine.js
Created December 2, 2019 23:32
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions