TanStackT
TanStack3y ago
1 reply
foolish-indigo

Where to put QueryProvider for NextJS SSG pages?

I have NextJS app (with app router).
I want to use react-query inside some components on the static generated pages, as well as in completely "use client" pages.

Is there a way to do that?
Was this page helpful?