Q. What is reconciliation in React?
β
Correct Answer: (A)
The process React uses to update the DOM efficiently
Explanation: Reconciliation compares the new virtual DOM with the previous one.