DEV Community

Cover image for A simple component comparison between 3 popular #JavaScript frameworks
IshmamR
IshmamR

Posted on

A simple component comparison between 3 popular #JavaScript frameworks

Vue.js :

Vue.js is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You, and is maintained by him and the rest of the active core team members.
vue

React :

React is an open-source, front end, JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.
react

Angular :

Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
angular

Top comments (0)