T
TanStack3y ago
eastern-cyan

React Query + Remix?

Hi! Anyone tried adding Tanstack to Remix? How did it work? Out of the box and easy or do you have to use some shenanigans?
1 Reply
rival-black
rival-black3y ago
SSR | TanStack Query Docs
React Query supports two ways of prefetching data on the server and passing that to the queryClient. Prefetch the data yourself and pass it in as initialData

Did you find this page helpful?