Skip to content

Instantly share code, notes, and snippets.

@tejovanthn
tejovanthn / machine.js
Last active April 6, 2021 12:57
Generated by XState Viz: https://xstate.js.org/viz
let randomID = () => Math.random().toString(36).substring(7);
const addWriter = () =>
assign({
writers: (context, event) => [randomID(), ...context.writers]
});
const addEditor = () =>
assign({