This is another analysis from scrapping the tech stacks of companies listed at https://himalayas.app/companies
For the libraries I scraped around 1000 companies.
These are the top 10:
- React,646
- jQuery,179
- Underscore,154
- Lodash,153
- Moment.js,142
- Modernizr,124
- Redux,115
- Vue.js,111
- AngularJS,96
- Emotion,60
What surprised me is that jQuery is number 2 in the list. I knew React is way more popular than Vue.js, but I would have expected Vue.js to be higher up on the list. Underscore and Lodash are utility libraries that are not anymore really needed as most functionality is now available in JavaScript. I'm a bit disappointed that Svelte only made it on place 39, as it looks quite promising, but that's probably because it's quite new.
You can find the full list here: https://github.com/artisanphil/techstacks/blob/main/libraries.csv
Top comments (0)