David Khourshid
Laura Kalbag
Matt Pocock
Farzad Yousefzadeh
A five to ten word phrase, much like a bullet point.
import { assign, createMachine } from 'xstate';
export interface MultiStepFormMachineContext {
beneficiaryInfo?: BeneficiaryInfo;
dateInfo?: DateInfo;
errorMessage?: string;
}
interface BeneficiaryInfo {
name: string;
amount: number;
currency: string;
}
interface DateInfo {
…
one bit of code
Blockquote:
Technology is Neither Good, Nor Bad; Nor is it Neutral.
Melvin Kranzberg, Technology and History: “Kranzberg’s Laws”, 1986
“
”
state
event