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
A page with many links (e.g. an infinite-scroll product list) may want to set prefetch={false} on most of them. Why?
A
To improve SEO
B
To avoid unnecessary prefetch requests for the large majority of links a user will never click, reducing wasted network/server usage
C
prefetch={false} is required for dynamic routes
D
To disable client-side navigation entirely for those links
Check Answer