RevereCRE / relay-nextjs

⚡️ Relay integration for Next.js apps
https://reverecre.github.io/relay-nextjs/
MIT License
251 stars 30 forks source link

Question: Does relay-nextjs implement render-as-you-fetch? #32

Closed WillPCowan closed 2 years ago

WillPCowan commented 2 years ago

Does relay-nextjs implement the render-as-you-fetch pattern, so that data requests are made as rendering starts?

rrdelaney commented 2 years ago

Nope! Next.js doesn't support the pattern yet. When Next.js + React 18 is stable I'll begin investigating it 😄