Explain the term reconciliation?



Explain the term reconciliation?..

Answer / 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

More React.js Interview Questions

What are the three principles that redux follows?

1 Answers  


How react component lifecycle methods help in building interfaces?

1 Answers  


Explain yield catchphrase in JavaScript

1 Answers  


Explain the major advantages of react.

1 Answers  


What is the purpose of using bindActionsCreators?

1 Answers  


How different is react’s es6 syntax when compared to es5?

1 Answers  


Can a developer create animations in React?

1 Answers  


What is arrow function in react? How is it used?

1 Answers  


Differentiate between states and props.

1 Answers  


What are the lifecycle steps of React?

1 Answers  


What are controlled and uncontrolled components in React?

1 Answers  


What is the difference between createelement and cloneelement?

1 Answers  


Categories