|
|
|
|
|
by tanguy_k
3210 days ago
|
|
Instead of comparing GitHub stars, better check npm trends: https://npmcharts.com/compare/react,angular,@angular/core,vu... AngularJS, Angular 2+, Vue.js... all have a somewhat similar approach.
React is more of a newer paradigm, it fixes most of the problems older stacks had in a radically different way, yet elegant. This article fails to explain the different paradigms. Also please stop "Want to use TypeScript? Go with Angular!".
React and its ecosystem has the best TypeScript experience thanks to JSX. JSX being just JavaScript, everything is checked by TypeScript like any regular JavaScript piece of code. You cannot do that with HTML templates. |
|