How does React’s reconciliation process minimize the number of renders?
By using state only when absolutely necessary
By updating only the parts of the DOM that have changed
By delaying all state changes until after rendering
By not allowing multiple state changes in one render cycle
This question is part of this quiz :
Working of React