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 passing an UNRESOLVED promise (not awaited) from a Server Component to a Client Component enable?
A
Nothing different from awaiting it first
B
The Client Component can use() the promise itself, suspending on it at the moment IT chooses, streaming the data in rather than blocking the Server Component's own render
C
It causes a build error
D
It disables caching entirely
Check Answer