React
Keys
Stable identifiers letting React match elements between renders.
Why interviewers ask about it
Index keys break on reorder or insertion: component state follows position, not item, so a checked checkbox jumps rows after a deletion.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.