Why is it important to provide a key
prop when rendering lists in React?
To display data in alphabetical order
To improve network performance
To help React identify which items changed, added, or removed
To apply styles to each item
This question is part of this quiz :
React-tutorial Quiz 2