Browse documentation

key

Concept. Stable vnode identity for reconciliation.

Table of contents

Category

Concept

Public signature

ts
JSX structural property: <element key={stringOrNumber}>

Runtime behavior

key stores stable sibling identity on vnode.key for reconciliation. It is structural vnode data and is not passed in component props.