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 precise, narrow, actionable version of the context-bypass gotcha, per the Try It solution?
A
React.memo is broken near any context provider, full stop
B
Specifically: any component that calls useContext for a context whose value just changed will re-render regardless of memo — components that don't subscribe to that specific context are unaffected
C
Context can never be used with React.memo under any circumstances
D
The gotcha only applies to the very first render of a component
Check Answer