Explore Library
Quiz

Keys in List Reconciliation

Understanding why array index keys cause bugs during React reconciliation.

You render a dynamic list where items can be inserted or reordered, using the array index as the key. What problem does React's reconciliation most likely cause?