Why do people say jQuery is irrelevant? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why do people say jQuery is irrelevant?

I've been hearing people say that jQuery is no longer relevant in 2020, why is that?

8th May 2020, 7:05 PM
Lucky
Lucky - avatar
3 Answers
+ 4
Because of improvements in vanilla js, now you can do all things in vanilla js easily, developer's used jQuery because of "$( )" now in vanilla we have "querySelector( )" .
9th May 2020, 2:20 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
So do you think people no longer need to use jQuery
9th May 2020, 4:20 AM
Lucky
Lucky - avatar
+ 3
Well yes Lucky, people NO longer need to use jquery. As Sudarshan Rai 👑 stated, all/most functions of jquery can be done in vanilla JS. And, If you include jQuery in your project, it will result in a bit higher load time, which no one wants😉.
15th May 2020, 3:47 AM
Jaydeep Khatri
Jaydeep Khatri - avatar