Heuristic Prefetching #25185
VinayaSathyanarayana
started this conversation in
Ideas
Replies: 1 comment
-
next/link does this ootb: https://nextjs.org/docs/api-reference/next/link Or do you want to prefetch external hrefs? This should always be custom code / per project imo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature you'd like to request
Prefetch pages when the user hovers on a link
Describe the solution you'd like
Leverage Guess.js with a Next.js application. It provides heuristic pre-fetching.
Describe alternatives you've considered
none
Beta Was this translation helpful? Give feedback.
All reactions