DEV Community

Justin
Justin

Posted on

2021 Is jQuery Dead ?

Now that it's 2021 can we say jQuery is Dead now ?

Would you tell new Devs to learn it ?

What use cases does JQuery have in 2021 ?

What do you think ?

Latest comments (4)

Collapse
 
fltenwall profile image
flten

jQuery jsut is not popular

Collapse
 
bhuff1 profile image
Benjamin Huff

I probably wouldn’t tell new developers to learn it.

That being said, jQuery is dying a slow death—but it’s still around. I use it at work. And I recently took a .NET certification course where one of the lecturers said front end frameworks like React and Angular are great, but jQuery’s AJAX is hard to beat for what it does.

So learn those front end frameworks, and if you have time and motivation maybe dip your toe in the water with jQuery.

Collapse
 
codebyjustin profile image
Justin

Ah, so it sounds like a lot of legacy app used jQuery. Guess I'll do a crash course when I have to support it.

Collapse
 
oliverradini profile image
OliverRadini

It's feasible to use React with jQuery, if only for jQuery's AJAX requests. They are fairly easy to use. That being said there are probably better options for that, for instance fetch, or axios.