adspace


Explain the term reconciliation?

Answer Posted / Faeq Mujeeb

Reconciliation in React is the process of comparing the current state of a tree (the virtual DOM) with the desired state (what the user wants to see), and then efficiently updating the actual DOM to match.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

564


How would you create higher order components (hocs) in react.js?

448