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...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
React
What specific limitation of Context does a selector-based external store fix?
A
Context can't hold objects, only primitives
B
Context has no per-field subscriptions — any change to the Provider's value re-renders EVERY consumer, regardless of which field each one reads
C
Context can't be used with function components
D
Context is slower to read than a store, always
Check Answer