Deciding on a JavaScript framework for your web application can be overwhelming.
AngularJs
AngularJs is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
AngularJS was originally developed in 2009 by Misko Hevery at Brat Tech LLC
React
React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.
React was created by Jordan Walke, a software engineer at Facebook
Vue.Js
Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
Vue was created by Evan You after working for Google using AngularJS in a number of projects.
No comments