GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
21–30 of 140 posts
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#22React ecosystem heavily encourages the use of build tools dependent on NPM package management. Vue users are more likely to bypass NPM. They are often on-boarded with the gentler approach most familiar to those who "sprinkle in some jQuery" - Drop in a tag and you are ready to rock. This approach is more likely to use a local file or from CDN.
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#23Why do people care which framework "blows" the other one away? In my opinion, it literally doesn't matter at all and arguing over such things seems amateur. Use whatever tool gets the job done.
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#24Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#25People have wildly different views on what Github stars are. Some see it as a way to bookmark project you find interesting while other simply stars whenever they feel like the project is impressive. Bottomline is: it's not a good metric, it's simply a way to see how "popular" something is and how likely it is that some random developer saw your project. While anecdotal, I've starred Vue because I see it as a cool pro…
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#26Why do people care which framework "blows" the other one away? In my opinion, it literally doesn't matter at all and arguing over such things seems amateur. Use whatever tool gets the job done.
I suppose two factors:
- The scale/"startups = growth" tenet of Silicon Valley/Wall Street trickling down to micro business decisions — pick as many of (whatever is most popular | comes from Massively Scaled Company | used by companies trying to Massively Scale | growing in popularity fast) as possible
- Feedback loop of bosses/managers who make technical decisions based on hirability/availability of paid long-term technical support/brand name (In 2018, nobody ever gets fired for choosing whatever is the equivalent of IBM now)
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#27React ecosystem heavily encourages the use of build tools dependent on NPM package management. Vue users are more likely to bypass NPM. They are often on-boarded with the gentler approach most familiar to those who "sprinkle in some jQuery" - Drop in a tag and you are ready to rock. This approach is more likely to use a local file or from CDN.
Curious how Vue users are getting by without Webpack / Parcel for Babel and maintaining 3rd party dependencies via NPM? Copying and pasting Vue components from Stack Overflow? That approach may be fine for small web pages, but for commercial applications, it's not a viable approach.
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#28I am thankful that we have these frameworks / libraries / modules that have greatly helped in our software development process.
At the end of the day, what matters is developer productivity, their happiness and satisfaction (regardless of the toolkit they use), and the overall value that their product brings to their intended target (outcomes).
P.S. I use Vue, React, Angular, whichever suits the need of the client the most.
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#29I do worry that Vue.js is mostly one guy, you like to at least have a higher bus factor than one: https://en.wikipedia.org/wiki/Bus_factor
Re: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away
#30Not really big fan of articles like this. Why the need to compare and say this one has more stars, or is more used, etc. I am thankful that we have these frameworks / libraries / modules that have greatly helped in our software development process. At the end of the day, what matters is developer productivity, their happiness and satisfaction (regardless of the toolkit they use), and the overall value that their prod…
Though to be fair; by the time it would have mattered I had moved on.