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 the ssr: false option do when applied to a dynamically-imported Server Component?
A
Prevents it from being included in the initial bundle
B
Nothing meaningful — this option only has a real effect on Client Components
C
Converts it into a Client Component
D
Disables the Server Component entirely
Check Answer