Next.js Partial Prefetching: One Shell Per Route, Not One Per Link
Open the Network tab on a production Next.js app and scroll a page with a long list of links. You get a waterfall of prefetch requests, one per link, most of them hitting the same route with different
grimicorn.hashnode.dev5 min read