Chapter 6 · Example 5 · Deep dive into diffing and reconciliation
Key with memoized lists
Reordering a memoized list keyed by array index still re-renders items because props shift, while keying by stable id lets React swap nodes without re-rendering.
Loading live editor…