Key Insight: React's diff heuristic: different types = REPLACE (O(n) instead of O(n³)). Keys enable matching children by identity across reorders. Without keys, index-based comparison misidentifies moved elements.
Practice this in a timed sprint →
5 free questions, no signup required