Skip to content

Instantly share code, notes, and snippets.

View ljx213101212's full-sized avatar
:octocat:
Coding

ljx213101212

:octocat:
Coding
View GitHub Profile
@ljx213101212
ljx213101212 / machine.js
Last active April 30, 2021 09:41
Generated by XState Viz: https://xstate.js.org/viz
const holdMachine = Machine({
id: "hold",
type: "parallel",
states: {
clutch: {
initial: "off",
states: {
on: {
on: {
CLUTCH_OFF: "off"
@ljx213101212
ljx213101212 / machine.js
Last active April 30, 2021 08:02
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions