Anyone know how to use React Query + xstate together?

I'm trying to use React Query (from TRPC) to fetch data that I'll feed into my state machine using xstate, anyone have any good examples on how to do this?
Was this page helpful?