DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
Next.js
Why might <Link>'s prefetching not have started by the time a user clicks, even on a static route?
A
This never happens for static routes
B
<Link> is a Client Component and must hydrate first — a large initial JS bundle can delay when hydration (and therefore prefetching) is able to begin
C
Prefetching only works after the user has visited the site once before
D
Static routes are never prefetched, only dynamic ones
Check Answer