Skip to content

Instantly share code, notes, and snippets.

@Hebilicious
Hebilicious / lib.ts
Last active January 4, 2025 16:23
xstate + urql
import {
type AnyVariables,
cacheExchange,
Client,
type DocumentInput,
fetchExchange,
type UseQueryArgs,
type UseQueryState
} from "urql"
import { assign, createActor, fromPromise, setup } from "xstate"