Skip to content

Instantly share code, notes, and snippets.

View rakeshmenon's full-sized avatar
🎵
NP: Unavailable (Aysha Mathis) (0:51/3:19)

Rakesh Menon rakeshmenon

🎵
NP: Unavailable (Aysha Mathis) (0:51/3:19)
View GitHub Profile
const fetchMachine = Machine({
id: 'fetch',
initial: 'loading',
context: {
data: {},
error: {},
},
states: {
loading: {
invoke: {