Запитання 5
What is the purpose of the key prop in React lists?
Варіанти відповідей
To uniquely identify each child among its siblings, enabling correct component matching and efficient DOM updates.
To define CSS styling priority for list items.
To specify the order in which components are rendered on the page.
To map event handlers to list children automatically.