#How much longer till Next.js 13 is ready for Pr...
1 messages · Page 1 of 1 (latest)
Hi Stefan! Great article! Regarding data fetching, I've been working on a few subjects that might be relevant for Wundergraph:
- mixing static requirements in the layout and dynamic data requirements in the page feature request: https://github.com/vercel/next.js/issues/44712
- I am preparing a paper about "server context", that previously was an argument of "getServerSideProps(ctx)" and is now hidden behind headers/cookies function. I'll share it with you, it's relevant for library makers
That's the first time I see a post about streaming I think, very interesting