React query prefetchQuery with Suspense
I’m working on my Next.js project with a server component page where I’m prefetching posts with HydrationBoundary. Here’s the server component:
I’m working on my Next.js project with a server component page where I’m prefetching posts with HydrationBoundary. Here’s the server component: