Q. What is the primary purpose of the React key prop?
β
Correct Answer: (A)
To uniquely identify elements in a list for efficient re-rendering
Explanation: The key prop helps React identify which items have changed, are added, or removed.