Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
React

Keys in React

Give list children stable unique keys for correct reconciliation.

Keys in React — a practical guide to React keys with clear examples you can reuse in real projects.

React Tutorial Series (24/103). Prefer one article? Read the complete React tutorial.

Short description

Prefer IDs over array indexes unless the list is static.

Keys tip

Stable + unique among siblings
Avoid index keys for reordering lists
Don’t use random keys each render