Skip to content

Instantly share code, notes, and snippets.

View mindrones's full-sized avatar

Luca Bonavita mindrones

View GitHub Profile
@mindrones
mindrones / machine.js
Last active February 22, 2023 17:28
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"states": {
"Interactive": {
"type": "parallel",
"states": {
"History": {
"id": "History",
"initial": "Idle",
@mindrones
mindrones / machine.js
Last active January 27, 2021 12:20
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"states": {
"Interactive": {
"type": "parallel",
"states": {
"History": {
"id": "History",
"initial": "Idle",
@mindrones
mindrones / machine.js
Created November 18, 2020 23:01
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"on": {},
"states": {
"Interactive": {
"entry": [
"logEvent"
],
"type": "parallel",
@mindrones
mindrones / machine.js
Last active November 19, 2020 20:11
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"on": {},
"states": {
"Interactive": {
"entry": [
"logEvent"
],
"type": "parallel",
@mindrones
mindrones / machine.js
Last active December 22, 2020 19:50
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "Form",
"initial": "CheckingSelection",
"on": {
"SELECTION_CHANGED": {
"target": "CheckingSelection",
"actions": [
"clearQuery",
"setSelection",
"sendEdited",
@mindrones
mindrones / machine.js
Last active February 1, 2023 17:13
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "TestingBuilder",
"type": "parallel",
"context": {
"autoExecute": false,
"cached": false,
"hideDisabledAxes": true,
"hideDisabledAggs": false,
"hideDisabledDatasets": false,
"hideDisabledItems": true,
@mindrones
mindrones / machine.js
Last active November 19, 2020 20:18
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"on": {},
"states": {
"Interactive": {
"entry": [
"logEvent"
],
"type": "parallel",
@mindrones
mindrones / machine.js
Created November 13, 2020 15:48
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "ExploreRoute",
"initial": "Interactive",
"on": {},
"states": {
"Interactive": {
"type": "parallel",
"states": {
"History": {
"initial": "Idle",
@mindrones
mindrones / machine.js
Created September 14, 2020 19:39
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "TestingBuilder",
"type": "parallel",
"context": {
"autoExecute": false,
"cached": false,
"hideDisabledAxes": true,
"hideDisabledAggs": false,
"hideDisabledDatasets": false,
"hideDisabledItems": true,
@mindrones
mindrones / machine.js
Last active August 14, 2020 16:12
Generated by XState Viz: https://xstate.js.org/viz
Machine({
"id": "TestingBuilder",
"type": "parallel",
"context": {
"autoExecute": false,
"cached": false,
"hideDisabledAxes": true,
"hideDisabledAggs": false,
"hideDisabledDatasets": false,
"hideDisabledItems": true,