Skip to content

Instantly share code, notes, and snippets.

@TibsGracia
TibsGracia / machine.js
Last active September 16, 2021 07:34
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
},
application_data: {
attempts: 0,
},
}
const config = {
@TibsGracia
TibsGracia / machine.js
Created September 15, 2021 12:30
Generated by XState Viz: https://xstate.js.org/viz
const context = {
application_config: {
max_attempts: 5,
buttons: {
save_close: {
name: 'SAVE',
display: true,
disabled: true
},
cancel: {
@TibsGracia
TibsGracia / machine.js
Last active June 15, 2021 19:55
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'get-user-grid',
initial: "loading",
context: {
data: {
username: "",
first_name: '',
lastname: '',
email: '',
role: '',
@TibsGracia
TibsGracia / git_cheat-sheet.md
Created August 3, 2020 05:08 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet