A “key” in Reactjs is a special string attribute you need to include when creating lists of elements. React uses keys to identify which items in the list are changed, updated, or deleted. This helps React optimize rendering by reusing existing DOM elements. Keys should be unique among their siblings to avoid possible glitches or issues.