react-query + Next.js + ssg
Hi everyone I have a question… is it possible to use react query , nextjs and ssg where api server is nextjs?
I have found this:
https://tanstack.com/query/v4/docs/react/guides/ssr
But in this example it fetch data from external api …
I have found this:
https://tanstack.com/query/v4/docs/react/guides/ssr
But in this example it fetch data from external api …
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
Prefetch the data yourself and pass it in as initialData
