key

A special prop that helps React identify which items changed, added, or removed.

Reconciliation to update the UI, with keys:

React: id=1 → Apple
       id=2 → Banana
       id=3 → Orange

map()

To render JSX lists