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
easy
Next.js
Why can a Server Component's function body directly await a fetch call?
A
Because fetch is always fast
B
Because it runs once, server-side, per request — the same reasoning that lets Server Components be async in general
C
This requires a special Next.js-only syntax
D
It can't — this always requires useEffect
Check Answer