Why react js is faster?



Why react js is faster?..

Answer / Abhishek Kumar Singh

React's virtual DOM allows it to be faster than other JavaScript frameworks. Instead of directly manipulating the browser's DOM, React creates a lightweight representation of the real DOM (the virtual DOM) and compares changes before actually updating the real DOM, which results in more efficient updates.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More React.js Interview Questions

What are the main features of react intl?

1 Answers  


Explain error boundaries?

1 Answers  


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

1 Answers  


What is controllable component in reactjs?

1 Answers  


Explain the advantages of redux?

1 Answers  


Give me two most significant drawbacks of React?

1 Answers  


What are the difference between pros and state?

1 Answers  


What is the second argument that can optionally be passed to setState and what is its purpose?

1 Answers  


What are the components in flux architecture?

1 Answers  


How do you create an event in react?

1 Answers  


What are state and props in reactjs?

1 Answers  


What's the difference between super() and super(props) in React when using ES6 classes?

1 Answers  


Categories