Skip to content

Instantly share code, notes, and snippets.

@nrakochy
nrakochy / machine.js
Last active February 7, 2020 18:11
Generated by XState Viz: https://xstate.js.org/viz
const ReservationWO = {
id: "ReservationWO",
initial: "pending",
context: {},
states: {
pending: {
on: { LEAD_TIME: "work_in_progress",
START_WORK: "work_in_progress"}
},
work_in_progress: {
@nrakochy
nrakochy / AndroidBuildError.png
Last active November 29, 2017 07:57
Failure to build react-native on Android
AndroidBuildError.png