Changed props don't guarantee a DOM update.
Unchanged props don't prevent a re-render.
Both assumptions are wrong — and both trip people up in senior React interviews.
In this video: why children re-render by default with the parent regardless of props,
how React.memo enables shallow comparison as an opt-in, why reference identity
of objects and functions matters, and how to split props to minimize unnecessary renders.
📘 React Interview Deep Dive (book):
→ Amazon: https://www.amazon.com/dp/B0GX36S9KF
→ PDF: https://ivandeinichenko.gumroad.com/l...
📺 Full series playlist:
• React Interview Deep Dive — How React Actu...