React·Intermediate·Conceptual·1 min read
What problem does React context solve?
Short interview answer
Context supplies a value to descendants without passing it through every intermediate component. It is dependency propagation, not automatically a complete state-management solution. Provider placement and update frequency determine its cost.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.