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 |
What are the three principles that redux follows?
How react component lifecycle methods help in building interfaces?
Explain yield catchphrase in JavaScript
Explain the major advantages of react.
What is the purpose of using bindActionsCreators?
How different is react’s es6 syntax when compared to es5?
Can a developer create animations in React?
What is arrow function in react? How is it used?
Differentiate between states and props.
What are the lifecycle steps of React?
What are controlled and uncontrolled components in React?
What is the difference between createelement and cloneelement?