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.

zoonk 666432a 2 files · 33.6 KB Updated

File contents

zoonk/zoonk/tree/main/.agents/skills/next-partial-prefetching-adoption commit 666432a2fd

Frequently asked questions

npx skillmds@latest add zoonk/next-partial-prefetching-adoption