DEV Community

Discussion on: How Does Vue.js Compare to React and Angular for Front-end Development?

Collapse
 
webjose profile image
José Pablo Ramírez Vargas • Edited

The real panorama on performance: Interactive Results

The summary: React is the slowest by far; Angular is not so hot. Vue is the clear winner.

Component Reusability: All three have this, so this is not a differentiator for React.
Virtual DOM: It has been extensively proven that this is a weakness.

Strong Typíng: They all have TS typing. Not a differentiator.

I wish there was a downvote button for junk like this.