What is the role of keys in lists in React?
To identify the list items uniquely
To render lists faster
To update the component when state changes
To ensure proper indexing of array elements
This question is part of this quiz :
Lists and Keys in React