adspace


Why react js is faster?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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

559


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

447