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}>` calls, or resolve the link-prefetch-partial and instant-shell-url-data insights.

franciscomoretti 448f33d 22.6 KB Updated

File contents

franciscomoretti/chat-js/tree/main/.agents/skills/next-partial-prefetching-adoption commit 448f33d9e9

Frequently asked questions

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