2020-01-24
2303
#angular#react#vue
Ovie Okeh
12993
Jan 24, 2020 ⋅ 8 min read

The 10 most important JavaScript frameworks of the past decade

Ovie Okeh Programming enthusiast, lover of all things that go beep.

Recent posts:

Web Components Adoption Guide: Overview, Examples, And Alternatives

Web Components adoption guide: Overview, examples, and alternatives

Evaluate Web Components, a set of standards that allow you to create custom HTML tags for more reusable, manageable code.

Elijah Asaolu
Apr 16, 2024 ⋅ 11 min read
Using Aws Lambda And Aws Cloudfront To Optimize Image Handling

Using AWS Lambda and CloudFront to optimize image handling

Leverage services like AWS Lambda, CloudFront, and S3 to handle images more effectively, optimizing performance and providing a better UX.

Nitish Sharma
Apr 12, 2024 ⋅ 12 min read
Building Web-Based Terminal Components With Termino.js

Building web-based terminal components with Termino.js

Explore Termino.js, an open source library for integrating web-based terminals into applications, in this introduction article.

Chibuike Nwachukwu
Apr 11, 2024 ⋅ 6 min read
How To Build A Custom Gpt: Step By Step Tutorial

How to build a custom GPT: Step-by-step tutorial

Let’s see why and how to build custom GPTs — personalized versions of ChatGPT that act as custom chatbots to serve a specific purpose.

Peter Aideloje
Apr 10, 2024 ⋅ 7 min read
View all posts

9 Replies to "The 10 most important JavaScript frameworks of the past decade"

  1. I’d rather call Jest a framework and Mocha a library. To get the same features as Jest developer needs to install Mocha, Chai, Sinon and JSDOM.

  2. I think you’d have a hard time describing exactly how Jest a s *not* a framework in any significant way that is different from a superset of functionality vs. Mocha.

  3. jQuery should be number 1 for its impact over the last decade. It doesn’t belong as an honorable mention… Especially not when it’s used on 80% of the top 1 million websites, whereas React/Vue/etc. aren’t even close.

  4. There’s no denying that jQuery is definitely one of the biggest JavaScript libraries.

    However, it was released in 2006 and all the other entries were released between 2010 – 2020

  5. Ember should be on this, while it’s not the most popular, it paved the way for many frameworks with concepts like “Two Way Binding”, # Routing, Ember CLI and more.a

Leave a Reply