Skip to content

Instantly share code, notes, and snippets.

@slashvortal
slashvortal / machine.js
Last active January 29, 2021 09:12
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'checkoutFlow',
initial: 'determineFlow',
context: {
retries: 0
},
states: {
determineFlow: {
on: {
@slashvortal
slashvortal / .block
Created August 19, 2019 11:06 — forked from rrag/.block
AreaChart with React Stockcharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:06 — forked from rrag/.block
CandleStickChart with React StockCharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:06 — forked from rrag/.block
CandleStickChart using financetime scale with React StockCharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:06 — forked from rrag/.block
CandleStickChart with volume histogram overlay
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:05 — forked from rrag/.block
CandleStickChart with volume histogram overlay v2
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:05 — forked from rrag/.block
Chart with Mouse pointer & Tooltip using React Stockcharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:05 — forked from rrag/.block
Chart with Zoom & Pan using React Stockcharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:04 — forked from rrag/.block
Chart with Moving Average overlay using React Stockcharts
license: MIT
height: 420
@slashvortal
slashvortal / .block
Created August 19, 2019 11:04 — forked from rrag/.block
Chart with edge coordinates & Moving average overlay using React Stockcharts
license: MIT
height: 470