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
In the static-shell rendering model, what happens to a component that reads a runtime API and is wrapped in <Suspense>?
A
It's excluded from the page entirely
B
It becomes a 'dynamic hole' — excluded from the static shell, streamed in separately once its data resolves at request time
C
It's cached permanently regardless of the runtime data
D
The whole page fails to build
Check Answer