Lenz Weber-Tronic @phry.dev · Nov 15

A small preview of what I'm working on right now. This is data fetched via the `<PreloadQuery` component in a React Server Component, rendered in SSR, then hydrated in the browser, and then more data comes streaming in from the RSC server due to the GraphQL `@defer` directive.

20 likes 2 replies

?

Replies

Patrick Arminio · Nov 16

amazing work!

Lenz Weber-Tronic · Nov 15

As rendering happens in a Client Component, you can just keep working with the data as it evolves in the Apollo Client's InMemoryCache over the lifetime of your application - the video shows a client-side refetch of that data.