-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hey, I've been taking a peek at how Apollo should be working with Next 13's app directory and found this comment: #9 (comment) chatting a bit more around prefetching within server components and pushing that to client components. In the spirit of allowing for easier migration paths from the pages directory -> app directory we'd really like to use prefetching initially both at the layout level and page level so that we can more easily shift things over.
Has there been any movement around supporting page level prefetching and population to client components? It seems like layout level I should be able to forward the data over as props to the client component and then initialize my cache with it.
Thanks for all the awesome work supporting Next 13!