Used to tell components apart. Often used along with ReactJS List and provide a similar use as index

{items.map(item => (
	<Component key={item.id}/>
))}

A key is a unique string/number