Andrey Lunyov

Results 11 comments of Andrey Lunyov

This looks cool! What do you think about making just one example: `with-relay`? (Renaming old `with-relay-modern`) and adding the changes form this PR to it?

> Is this the idea? Yes, this is the main idea. We'll be updating the docs with instructions on how to use the new types. cc @kassens

Great question @tobias-tengler , and thank you for bringing this up! Yes, your suggestion of building a different version of APIs designed to run on the server is correct -...

The problem with refetching, is that it also need to re-render server components that use data from these hooks, so you need to referch the RSC not the graphql endpoint

I've been experimenting with the Next.js v13 a little bit. Here's my thoughts so far... In general, yes, it is very much possible to use Relay and Next.js v13. There...

Thank you @tinleym! This is just my opinions, and this may change over time. But this how I feel at this moment about your questions. > my main outstanding question...

Thank you for the fix, can you also update the source of this page?

> Can we just delete the flag? Yeah, I guess we could do that.

Rebased on top of @gnoff fix for #27286

> The use case I'm specifically thinking about is with the query persister in a deploy pipeline Hmm, not sure I fully understand this use-case. IMO, during deploy you supposed...