You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[https://www.apollographql.com/blog/apollo-client/how-to-use-apollo-client-with-next-js-13/](@patrick91's blog post): general getClient usage
[https://github.com/Next JS 13 (AppDir and RSC) with ApolloClient apollo-client#10344#issuecomment-1439992233](a comment in #10344): transporting data from the server to the client & rehydrating (but only once, what about nested suspense boundaries? is this the right approach at all? it seems like it could be blocking until everything is fetched, making suspense obsolete)
classic
missing link starting requests in getInitialProps and rehydrating cache on the client
[https://github.com/shshaw/next-apollo-ssr/blob/main/pages/_document.js]: not making requests in getInitialProps, but calling getDataFromTree
The text was updated successfully, but these errors were encountered:
app dir
getClient
usageclassic
getInitialProps
and rehydrating cache on the clientgetInitialProps
, but callinggetDataFromTree
The text was updated successfully, but these errors were encountered: