Is jQuery really needed?

Is jQuery really needed?

You might not need jQuery. jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. Some developers believe that jQuery is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to deal with on their own.

Should I avoid jQuery?

Back to the topic at hand on Why You shouldn’t use JQuery in a framework? Because it’ll just make your app heavy. Everything JQuery can do, VanillaJS/JS/TypeScript can do better and faster. It results to a terribly large amount of JavaScript code written.

Is jQuery still good in 2020?

Even though it is obvious that the library is gradually losing its grounds, it is still relevant. A lot of websites make use of it. According to BuiltWith, JQuery is still in use on a staggering 77% percent of the top 1 million websites. So if you ever come across to work on such a website, you should know the library.

Why is jQuery so popular?

One of the reasons why jQuery became so popular is because of its plugin-able nature. It allowed others to build on top of jQuery while the base code remained the same. Of course, being open source and having good documentation support also helped.

What are the disadvantages of jQuery?

One of the main disadvantages of jQuery is the large number of published versions in the short time. It does not matter if you are running the latest version of jQuery, you will have to host the library yourself (and update it constantly), or download the library from Google (attractive, but can bring incompatibility problems with the code).

What is the difference between jQuery and JavaScript?

There are many variations between these two programming languages. The foremost between JavaScript and jQuery is that JavaScript is a high-level, dynamic, untyped, and interpreted language whereas jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.

Do people still use jQuery?

Jquery is still widely used. Its a tool. Javascript has evolved and there are many things that can be done easier than in the past, but there are still times where you can do it with less code in jquery. Every new library or javascript framework goes through this cycle.