Skip to content

Instantly share code, notes, and snippets.

@davidlav
davidlav / machine.js
Last active January 31, 2020 22:58
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'registrationStateMachine',
initial: 'newRegistrationForm',
context: {
certified: false,
},
states: {
newRegistrationForm: {
on: {
REGISTRATION_FORM_SUBMITTED: {
@davidlav
davidlav / machine.js
Last active February 3, 2020 16:49
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'exampleMachine',
initial: 'start',
context: {
approved: false,
},
states: {
start: {
on: {
SUBMITTED: 'stepOne'
@davidlav
davidlav / machine.js
Last active February 6, 2020 18:20
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'registrationStateMachine',
initial: 'newRegistrationForm',
context: {
isApprovedBySponsor: false,
isApprovedBySysops: false,
isCertified: false,
registrationCancellationReason: '',
},
states: {
@davidlav
davidlav / machine.js
Created April 10, 2020 18:29
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@davidlav
davidlav / index.html
Created August 19, 2020 21:54
Aurelia Basics
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dumber Gist</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<base href="/">
</head>
<!--
Dumber gist uses dumber bundler, the default bundle file