Normally, the browser has to recalculate changes to the CSS and layout using the DOM.
React; however, uses a Virtual DOM which monitors changes between the previous and updated versions for faster performance.