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
medium
Next.js
What does adding loading.tsx to a dynamic route segment specifically enable?
A
It makes the route static
B
Partial prefetching — the shared layout and a loading skeleton can be prefetched even though the real dynamic content can't be
C
It disables Server Components for that route
D
It removes the need for a page.tsx
Check Answer