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 streaming actually change about a dynamic route's rendering?
A
It makes the route static
B
It changes HOW the response is delivered — sending the static shell immediately and the dynamic parts as follow-up chunks — not WHEN the data is computed
C
It eliminates the need for the data to be computed at all
D
It converts Server Components into Client Components
Check Answer