Phase 16 · Performance

Topics

Prefetching

Part of the Frontend Developer Roadmap.

Summary

Proactively fetching a resource (like the next page's JS/data) before the user actually navigates to it, so the transition feels instant.

How to Learn This

  • 1Notice how Next.js's `<Link>` automatically prefetches linked pages in the viewport.
  • 2Learn `<link rel="prefetch">` for manually hinting future navigations.
  • 3Understand the trade-off: prefetching uses bandwidth the user may not need.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge