React uses Virtual Dom, whereas Angular uses a traditional Dom . Now, In traditional Dom, if you want to update specific information of your user, Angular will rewrite the whole structure of the Html Tree. Whereas, React Virtual Dom allows you to update the changes without rewriting the entire HTML.