statecharts.github.io
statecharts.github.io copied to clipboard
There is no state but what we make. Feel free to pitch in.
with the same theme too
The page has this snippet: ``` green: { onEntry: "startHttpRequest", onExit: "cancelHttpRequest", ... } ``` followed shortly thereafter by this snippet: ``` function transition(event, data) { currentState = stateMachine.transition(currentState, event,...
Should we update our examples to latest version of xstate or specify the reader that version of xstate being used is of V3.3.x. ``` Fizz 4 Buzz Fizz 7 Fizz...
Hey, thanks for your cool work! Sadly we wouldn't be able to reuse it for presentations about state charts, because this repo has no license attached. Thus all rights are...
Swap `]` with `[` since that's how you start link elements in Markdown.
At the time of this commit, the `close()` function is now at lines 81-101.