Question:
In a SPA project that will soon also be used in a mobile app , I need to know what the main differences are to decide which framework I should specialize in.
Answer:
Topic | Angular | Vue.js | react |
---|---|---|---|
popularity rank | two | AT | 4 |
appreciation | 6 | AT | 1 |
Number of posts (SO) | 226,473 | 5,288 | 37,731 |
operating model | MVC | View | View |
Category | Framework 1 | Library | Library |
1 A framework is more complete than a library, covering more aspects of a standard application – such as tracking routes, resources, caching and CORS, for example.
Note: 2017 data.