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 does the `loading` option on dynamic() actually improve?
A
It reduces the actual network/parse delay
B
It improves the PERCEIVED experience of an unavoidable delay by showing UI instead of a blank gap — it doesn't reduce the underlying delay itself
C
It prevents the component from ever needing to load over the network
D
It has no real effect on user experience
Check Answer