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...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
What's the real tradeoff introduced by wrapping a component in dynamic()?
A
There is no real tradeoff — it's a strict improvement
B
Smaller initial bundle for everyone, at the cost of a visible network-request-plus-render delay for whoever actually triggers that component
C
It only affects server-side code, never the client
D
It makes the component load faster in every scenario
Check Answer