Next Partial Prefetching Adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the `partialPrefetching` flag, opt routes in with `export const prefetch = 'partial'`, audit `Link prefetch={true}` behavior, preserve existing prefetched UI with `instant()` tests, or resolve the instant-link-prefetch-partial and instant-shell-url-data insights.

vercel aa11cd0 2 files · 33.8 KB Updated

File contents

vercel/next.js commit aa11cd07d3

Frequently asked questions

npx skillmds add vercel/next-partial-prefetching-adoption