Table of Contents
Most Popular Projects Overall
Trends in 2020
GitHub data
- Created2018-05
- Total stars71.1k☆
Links
- GitHub
- Homepage
Vue.js
Trends in 2020
GitHub data
- Created2013-07
- Total stars177.9k☆
Links
- GitHub
- Homepage
React
Trends in 2020
GitHub data
- Created2013-05
- Total stars161.9k☆
Links
- GitHub
- Homepage
Playwright
Trends in 2020
GitHub data
- Created2019-11
- Total stars20.2k☆
Links
- GitHub
- Homepage
VS Code
Trends in 2020
GitHub data
- Created2015-09
- Total stars109.1k☆
Links
- GitHub
- Homepage
esbuild
Trends in 2020
GitHub data
- Created2016-06
- Total stars16.9k☆
Links
- GitHub
- Homepage

Vue Element Admin
Trends in 2020
GitHub data
- Created2017-04
- Total stars63.8k☆
Links
- GitHub
eDEX-UI
Trends in 2020
GitHub data
- Created2017-01
- Total stars28.0k☆
Links
- GitHub
Next.js
Trends in 2020
GitHub data
- Created2016-10
- Total stars59.9k☆
Links
- GitHub
- Homepage
Tailwind CSS
Trends in 2020
GitHub data
- Created2017-10
- Total stars34.2k☆
Links
- GitHub
- Homepage
Front-end Frameworks
Vue.js
Trends in 2020
GitHub data
- Created2013-07
- Total stars177.9k☆
Links
- GitHub
- Homepage
React
Trends in 2020
GitHub data
- Created2013-05
- Total stars161.9k☆
Links
- GitHub
- Homepage
Angular
Trends in 2020
GitHub data
- Created2014-09
- Total stars69.7k☆
Links
- GitHub
- Homepage
Svelte
Trends in 2020
GitHub data
- Created2016-11
- Total stars41.0k☆
Links
- GitHub
- Homepage
Alpine.js
Trends in 2020
GitHub data
- Created2019-11
- Total stars13.0k☆
Links
- GitHub
Vue.js and React keep fighting hard at the top of the Front-end Frameworks category.
Behind them, Angular regains the third position, switching its 2019 position with Svelte.
The new face in the TOP 5 is Alpine.js, a minimalist reactive framework for the browser, from the creator of Laravel LiveWire.
It borrows ideas from both Vue.js and Angular: custom HTML directives, two-way binding...
It's very easy to check it using with a good old <script>
tag added to an HTML page, no building process is needed, everything can be done right from the HTML mark-up so it may be the perfect solution to enhance quickly an existing web page without having to include a full-blown framework.
Being a very lightweight solution to bring interactivity to a web page, it plays well with modern frameworks like Elixir Phoenix. There is even a stack called PETAL that includes both Alpine.js and Tailwind CSS, more on that later...
Node.js Frameworks
Next.js
Trends in 2020
GitHub data
- Created2016-10
- Total stars59.9k☆
Links
- GitHub
- Homepage
Strapi
Trends in 2020
GitHub data
- Created2015-09
- Total stars32.7k☆
Links
- GitHub
- Homepage
Nest
Trends in 2020
GitHub data
- Created2017-02
- Total stars33.6k☆
Links
- GitHub
- Homepage
Nuxt
Trends in 2020
GitHub data
- Created2016-10
- Total stars33.0k☆
Links
- GitHub
- Homepage
Blitz
Trends in 2020
GitHub data
- Created2020-02
- Total stars6.1k☆
Links
- GitHub
- Homepage
We have 2 types of projects that dominate the Node.js Frameworks category.
On one hand, full-stack frameworks like Next.js and Nuxt are both opinionated about how to build your application as they bring React and Vue.js to the server-side.
On the other hand, we have more classic options that run only in the server like Nest (the leader last year) or Fastify.
Like in 2018, the category is led by Next.js. In the beginning, it was made famous as a solution to render React applications on the server. Now it's the leading solution to build full-stack web applications with React.
The latest version provides features such as Incremental Static Regeneration that brings the best of the dynamic and static worlds, making it a great fit for a lot of use cases.
About the full-stack frameworks, Blitz and Redwood are the 2 new contenders that aim to provide the best developer experience to build complete web applications.
It's interesting to see that Express, born 11 years ago is still relevant in the JavaScript landscape.
React Ecosystem
Next.js
Trends in 2020
GitHub data
- Created2016-10
- Total stars59.9k☆
Links
- GitHub
- Homepage
React Query
Trends in 2020
GitHub data
- Created2019-09
- Total stars16.7k☆
Links
- GitHub
- Homepage
Recoil
Trends in 2020
GitHub data
- Created2020-05
- Total stars11.2k☆
Links
- GitHub
- Homepage
Ant Design
Trends in 2020
GitHub data
- Created2015-04
- Total stars66.0k☆
Links
- GitHub
- Homepage
React Hook Form
Trends in 2020
GitHub data
- Created2019-03
- Total stars16.8k☆
Links
- GitHub
- Homepage
Guest Writer: Lee Robinson
Lee Robinson is a developer, writer, and creator who works at Vercel as a Solutions Architect.

The theme of the React ecosystem in 2020 was stability. While React 17 introduced no breaking changes, it laid the groundwork for the future: React Server Components.
React Server Components will change how we build React applications by reducing client bundle sizes and improving boot time. Further, they will simplify data fetching and access to data sources like databases and file systems.
Next.js has grown into the most popular solution for building React applications. Its hybrid approach will be the first application of React Server Components.
Supporting libraries like React Query, Recoil, and React Hook Form have matured and evolved around hooks. Each simplifies a piece of React development. When combined with polished component libraries, React developers have more tools than ever.
Vue Ecosystem

Vue Element Admin
Trends in 2020
GitHub data
- Created2017-04
- Total stars63.8k☆
Links
- GitHub
Vite
Trends in 2020
GitHub data
- Created2020-04
- Total stars15.1k☆
Links
- GitHub
- Homepage
Nuxt
Trends in 2020
GitHub data
- Created2016-10
- Total stars33.0k☆
Links
- GitHub
- Homepage
Element Plus
Trends in 2020
GitHub data
- Created2020-07
- Total stars7.6k☆
Links
- GitHub
- Homepage
vue-next
Trends in 2020
GitHub data
- Created2018-06
- Total stars20.0k☆
Links
- GitHub
- Homepage
The biggest news in the Vue.js community is the release of version 3.
It comes with the new Composition API that addresses several limitations of Vue.js 2:
- it was hard to organize code by logical concern inside components
- it makes easier to reuse code across components (with Vue 2, mixins, mixing factory and scoped slots were not optimal)
- it has a better TypeScript support
Check the migration guide for more details about the changes introduced by version 3.
Also a new web building tool Vite was created in 2020. Powered by ES modules, it's the fastest way to get started with a Vue.js application from the command line.
Angular Ecosystem
ngx-admin
Trends in 2020
GitHub data
- Created2016-05
- Total stars22.0k☆
Links
- GitHub
- Homepage
Material Design for Angular
Trends in 2020
GitHub data
- Created2016-01
- Total stars20.8k☆
Links
- GitHub
- Homepage
Scully
Trends in 2020
GitHub data
- Created2019-12
- Total stars2.0k☆
Links
- GitHub
- Homepage
Angular CLI
Trends in 2020
GitHub data
- Created2015-06
- Total stars24.1k☆
Links
- GitHub
- Homepage
NG-ZORRO
Trends in 2020
GitHub data
- Created2017-08
- Total stars7.2k☆
Links
- GitHub
- Homepage
The top 5 Angular projects remain mostly the same as last year, apart from a new contender at number 3.
Scully is a static site generator which brings Angular to the Jamstack. The project was launched in December 2019 and has great documentation to help you get started.
Angular had three major releases in 2020.
Version 9 was released in February. The main change was moving to the Ivy compiler which brought smaller bundle sizes and many other build improvements. Version 10 and 11 came out later in the year.
A significant focus for the Angular team in the second half of the year was to listen to the community. The team made a big effort to triage issues and PRs to understand and address the needs of the community. They also released a roadmap to share what the team is working on and what they have planned for the future.
Build Tools
esbuild
Trends in 2020
GitHub data
- Created2016-06
- Total stars16.9k☆
Links
- GitHub
- Homepage
Rome
Trends in 2020
GitHub data
- Created2020-02
- Total stars14.3k☆
Links
- GitHub
- Homepage
Vite
Trends in 2020
GitHub data
- Created2020-04
- Total stars15.1k☆
Links
- GitHub
- Homepage
Snowpack
Trends in 2020
GitHub data
- Created2019-02
- Total stars15.2k☆
Links
- GitHub
- Homepage
Webpack
Trends in 2020
GitHub data
- Created2012-03
- Total stars57.0k☆
Links
- GitHub
- Homepage
Guest Writer: Sébastien Lorber
Sébastien is a React early adopter, working with Facebook Open-Source on Docusaurus.

2020 was a great year for build tools, we have seen many new trends.
Snowpack and Vite bet on the future with an ES modules first approach: they do not bundle your code in dev, have extremely fast feedback loops, and fallback to bundling only for production (until browser support increase).
swc and esbuild leverage Rust and Go to have incredible performances, both supporting TypeScript.
Webpack is often described as too complex, and simpler alternatives like Parcel and Rollup have matured. Webpack remains the de-facto build tool and its new caching layer could significantly improve your build performance.
Monorepos are becoming mainstream: Yarn and Lerna are widely used, and npm 7 joined the party.
CSS Frameworks
Tailwind CSS
Trends in 2020
GitHub data
- Created2017-10
- Total stars34.2k☆
Links
- GitHub
- Homepage
Bootstrap
Trends in 2020
GitHub data
- Created2011-07
- Total stars146.4k☆
Links
- GitHub
- Homepage
Bulma
Trends in 2020
GitHub data
- Created2016-01
- Total stars42.3k☆
Links
- GitHub
- Homepage
new.css
Trends in 2020
GitHub data
- Created2020-05
- Total stars3.1k☆
Links
- GitHub
- Homepage
Halfmoon
Trends in 2020
GitHub data
- Created2020-06
- Total stars2.1k☆
Links
- GitHub
- Homepage
Compared to last year, we added this section to put emphasize on the success of Tailwind CSS and its "utility first" approach.
Compared to more traditional CSS frameworks like Bootstrap or Bulma, it provides naming conventions to let developers style pages and components by composing class names.
According to the State of CSS beautiful report, it's the CSS framework that has the highest ratio of satisfaction.
Version 2 was released recently and it brings a lot of new features including the support of the beloved "dark mode".
CSS in JavaScript
Styled Components
Trends in 2020
GitHub data
- Created2016-08
- Total stars32.2k☆
Links
- GitHub
- Homepage
Twin
Trends in 2020
GitHub data
- Created2020-02
- Total stars3.0k☆
Links
- GitHub
Emotion
Trends in 2020
GitHub data
- Created2017-05
- Total stars12.3k☆
Links
- GitHub
- Homepage
Linaria
Trends in 2020
GitHub data
- Created2017-05
- Total stars6.6k☆
Links
- GitHub
- Homepage
Theme UI
Trends in 2020
GitHub data
- Created2019-04
- Total stars3.3k☆
Links
- GitHub
- Homepage
Testing
Playwright
Trends in 2020
GitHub data
- Created2019-11
- Total stars20.2k☆
Links
- GitHub
- Homepage
Storybook
Trends in 2020
GitHub data
- Created2016-03
- Total stars57.2k☆
Links
- GitHub
- Homepage
Puppeteer
Trends in 2020
GitHub data
- Created2017-05
- Total stars68.0k☆
Links
- GitHub
- Homepage
Cypress
Trends in 2020
GitHub data
- Created2015-03
- Total stars26.4k☆
Links
- GitHub
- Homepage
Headless Recorder
Trends in 2020
GitHub data
- Created2018-08
- Total stars12.6k☆
Links
- GitHub
- Homepage
Mobile
React Native
Trends in 2020
GitHub data
- Created2015-01
- Total stars92.7k☆
Links
- GitHub
- Homepage
Expo
Trends in 2020
GitHub data
- Created2016-08
- Total stars12.7k☆
Links
- GitHub
- Homepage
Quasar
Trends in 2020
GitHub data
- Created2015-10
- Total stars17.3k☆
Links
- GitHub
- Homepage
Ionic
Trends in 2020
GitHub data
- Created2013-08
- Total stars42.8k☆
Links
- GitHub
- Homepage
Sonar
Trends in 2020
GitHub data
- Created2018-04
- Total stars7.9k☆
Links
- GitHub
- Homepage
JS Flavors/Compilers
TypeScript
Trends in 2020
GitHub data
- Created2014-06
- Total stars67.6k☆
Links
- GitHub
- Homepage
swc
Trends in 2020
GitHub data
- Created2017-12
- Total stars10.2k☆
Links
- GitHub
- Homepage
Babel
Trends in 2020
GitHub data
- Created2014-09
- Total stars38.2k☆
Links
- GitHub
- Homepage
Reason
Trends in 2020
GitHub data
- Created2015-11
- Total stars9.2k☆
Links
- GitHub
- Homepage
Flow
Trends in 2020
GitHub data
- Created2014-10
- Total stars21.1k☆
Links
- GitHub
- Homepage
State Management
Recoil
Trends in 2020
GitHub data
- Created2020-05
- Total stars11.2k☆
Links
- GitHub
- Homepage
XState
Trends in 2020
GitHub data
- Created2015-09
- Total stars14.3k☆
Links
- GitHub
- Homepage
Immer
Trends in 2020
GitHub data
- Created2017-12
- Total stars18.9k☆
Links
- GitHub
- Homepage
Zustand
Trends in 2020
GitHub data
- Created2019-04
- Total stars5.9k☆
Links
- GitHub
- Homepage
Redux
Trends in 2020
GitHub data
- Created2015-05
- Total stars55.1k☆
Links
- GitHub
- Homepage
GraphQL
Gatsby
Trends in 2020
GitHub data
- Created2015-05
- Total stars48.6k☆
Links
- GitHub
- Homepage
Hasura GraphQL Engine
Trends in 2020
GitHub data
- Created2018-06
- Total stars19.9k☆
Links
- GitHub
- Homepage
Redwood
Trends in 2020
GitHub data
- Created2019-06
- Total stars6.1k☆
Links
- GitHub
- Homepage
Prisma
Trends in 2020
GitHub data
- Created2019-06
- Total stars7.4k☆
Links
- GitHub
- Homepage
Apollo client
Trends in 2020
GitHub data
- Created2016-02
- Total stars15.4k☆
Links
- GitHub
- Homepage
Learning Resource
JS Algorithms & Data Structures
Trends in 2020
GitHub data
- Created2018-03
- Total stars92.6k☆
Links
- GitHub
Node.js Best Practices
Trends in 2020
GitHub data
- Created2017-09
- Total stars58.9k☆
Links
- GitHub
You Don't Know JS
Trends in 2020
GitHub data
- Created2013-11
- Total stars132.3k☆
Links
- GitHub
Clean Code
Trends in 2020
GitHub data
- Created2016-11
- Total stars44.3k☆
Links
- GitHub
30 seconds of code
Trends in 2020
GitHub data
- Created2017-11
- Total stars67.1k☆
Links
- GitHub
- Homepage
Conclusion
It was another great year in the JavaScript landscape with several new leaders in the different categories tracked by Best of JS.
Backend developers can have fun with Deno and start hacking with TypeScript right away without having to worry about dependencies.
Frontend developers now have faster and simpler build tools with solutions such as esbuild, Snowpack and Vite.
Speaking of tooling, version 7 of NPM provides workspaces to handle several packages in a single repository, it was one of the big benefits provided by its rival Yarn.
For styling, a solution like Tailwind CSS also comes from the same direction, providing more simplicity and it's building an ecosystem around a simple concept.
What to expect for 2021?
It will be interesting to see what comes of the React Server Components.
Now that Sebastian McKenzie is working full-time on Rome, how far will it go in its attempt to unify JavaScript tooling. Could it be the single dependency to handle compiling, testing, linting... everything?
We'd keep an eye on the fullstack framework Redwood project too, that plays well with GraphQL and has a unique way to handle data fetching using what they call "cells".
Don't forget to check the results from the amazing State of JS survey if you want an other point of view over the trends, based on real user's feedback.
Thank you for your interest, and see you next year!
2020 is a very special year for many reasons. The most important one: for the first time in 5 years the overall winner of the Rising Stars is not called Vue.js but Deno... what a surprise!
Deno is a JavaScript runtime from the creator of Node.js, Ryan Dahl.
It’s often considered as the sequel of Node.js as it fixes or improves a lot of points, taking advantage of 10 years of experience and iterations with Node.js.
Among the main features:
The ecosystem around Deno is quite young but expect things to change a lot, given the buzz around Deno.
The success of Deno confirms 2 heavy trends: