1.

Short definition of Reconciliation process in React?

Answer»

Short definition of RECONCILIATION process in REACT?
Choose the correct option from below list
(1)The Reconciliation process is a process through which React deletes the DOM.
(2)The Reconciliation process is a process through which React updates and deletes the component.
(3)The Reconciliation process is a process through which React updates the DOM.
(4)It is a process to set the state.

Answer:-(3)The Reconciliation process is a process through which React updates the DOM.



Discussion

No Comment Found