Let's test your knowledge. Click the correct answer from the options.
When rendering lists in React, why is it important to include a unique key
for each item?
Click the option that best answers the question.
- To improve rendering performance
- To uniquely identify each item in the list
- To allow for proper styling
- To ensure compatibility with older browsers