Quiz
Reconciliation and Render Performance
Understand how React decides whether to reuse or rebuild DOM subtrees during reconciliation.
During reconciliation, when React compares two elements at the same position and finds their element TYPES differ (e.g. <div> becomes <span>), what does React do?