Using React Query with SSR Next js 14 App Router
Hello. I would like to know if it is possible to use React Query in Next js 14 App Router in Server Components. Is it advisable to do so? I have seen articles and videos, I know that it is possible to configure it, but is it possible to use it in Server Components without messing up the SSR? Is there another more recommended option? Thank you
0 Replies