wuzikai18
Results
2
comments of
wuzikai18
Did you succeed?
> @phryneas `react-query` has [something like this](https://tanstack.com/query/v5/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data) implemented. `` What do you think of their approach? > > ```js > // app/posts/page.jsx > import { > dehydrate, > HydrationBoundary, >...