Where to put QueryProvider for NextJS SSG pages?
I have NextJS app (with
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?
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?