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
Why does this topic explicitly warn against assuming React Compiler is 'already handling this automatically'?
A
Because React Compiler doesn't exist yet
B
Because it's opt-in even in a framework version where it's stable — an app needs to explicitly enable it (plugin + config flag), which is a checkable fact, not a safe default assumption
C
Because React Compiler only works with class components
D
Because manual memoization is always required regardless of the Compiler
Check Answer