without any hoisting/prefetching this provides the best possible scenario
there's a decent number of apps that don't bother hoisting manually because it's too brittle, and RSC/GraphQL solutions don't work for their use case
if we can offer them the best case scenario i don't see why we shouldn't
there's a decent number of apps that don't bother hoisting manually because it's too brittle, and RSC/GraphQL solutions don't work for their use case
if we can offer them the best case scenario i don't see why we shouldn't
Comments
it's much easier to simply prefetch the bundles so that data fetching can be kicked off for most of the page instantly
when combined with offscreen rendering, waterfalls become a much smaller problem
https://stackblitz.com/edit/github-evfywxxk-pmczla5j?file=src%2Fmain.tsx