Skip to content

Instantly share code, notes, and snippets.

View rakeshmenon's full-sized avatar
🎵
NP: Back To You (JOEF, Fleur Hannah) (0:09/2:40)

Rakesh Menon rakeshmenon

🎵
NP: Back To You (JOEF, Fleur Hannah) (0:09/2:40)
View GitHub Profile
const fetchMachine = Machine({
id: 'fetch',
initial: 'loading',
context: {
data: {},
error: {},
},
states: {
loading: {
invoke: {