Setup guide for server rendering #7512
Unanswered
ShinyaKato
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using TanStack query with Next.js pages router and server rendering.
In the Server Rendering & Hydration document, it highlights the importance of creating a
QueryClient
instance inside the App component when using server rendering. But, in the Quick Start document's code, theQueryClient
instance is created outside the App component, and this point isn't covered.How about including a mention of the server rendering setup in the Quick Start document to avoid any confusion?
Beta Was this translation helpful? Give feedback.
All reactions