Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Collect different approaches for doing $thing #1

Closed
phryneas opened this issue Mar 17, 2023 · 0 comments
Closed

Collect different approaches for doing $thing #1

phryneas opened this issue Mar 17, 2023 · 0 comments

Comments

@phryneas
Copy link
Member

app dir

  • [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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant