Skip to content

Instantly share code, notes, and snippets.

@kdgerona
kdgerona / machine.js
Last active June 18, 2021 23:57
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
};
const config = {
@kdgerona
kdgerona / machine.js
Last active June 18, 2021 23:57
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
};
@kdgerona
kdgerona / machine.js
Last active June 18, 2021 23:57
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
};
@kdgerona
kdgerona / machine.js
Last active June 18, 2021 23:57
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
};
const config = {
@kdgerona
kdgerona / machine.js
Created June 19, 2021 01:19
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
};
@kdgerona
kdgerona / machine.js
Last active June 19, 2021 05:36
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
}
const implementations = {
@kdgerona
kdgerona / machine.js
Last active June 28, 2021 04:30
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
}
const config = {
@kdgerona
kdgerona / machine.js
Last active June 28, 2021 06:26
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
}
const config = {
@kdgerona
kdgerona / machine.js
Last active June 29, 2021 23:20
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5
},
application_data: {
data: {},
record: {},
entity: 'users',
attempts: 0
}
@kdgerona
kdgerona / machine.js
Last active August 15, 2021 09:49
Generated by XState Viz: https://xstate.js.org/viz
// credits: Kevin Dave Gerona, Dan Quesada, Kinit Lopez
const context = {
application_config: {
connection: {
max_retry_count: 5,
debounce_time_ms: 1000
},
initial_data: {
rows_per_page_items: [5, 10, 20]
},