Is jquery still necessary in web development in 2019? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is jquery still necessary in web development in 2019?

23rd Apr 2019, 1:16 PM
Marlon Gnirum
Marlon Gnirum - avatar
10 Answers
14th May 2019, 7:34 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 7
So what replaces jquery and does it have as compact a syntax?
24th Apr 2019, 2:30 AM
Sonic
Sonic - avatar
+ 4
It is legacy technology and it is highly unlikely that it will ever be on an upward spiral again. Still, every pro web developer has to be acquainted with it because it is used all over the place. If someone is just starting his/her development career then more up-to-date libraries are priority for learning but you will probably have to familiarize yourself with JQuery at some point also.
23rd Apr 2019, 1:28 PM
Csaba Varga
Csaba Varga - avatar
+ 3
Pe Kie I'd say yes... ES6 removes the need of using JQuery... besides why bother learn JQuery Library when you can just learn a framework like Angualar or React that not only makes your life easier, but makes your web apps or websites faster, optimised and just overall better...
25th Apr 2019, 6:03 PM
David Ajaba
David Ajaba - avatar
+ 2
Maybe)
24th Apr 2019, 4:21 PM
Ваня Гришко
Ваня Гришко - avatar
+ 2
I feel like JQuery has become irrelevant... 😅 no offense to JQuery developers...
24th Apr 2019, 5:10 PM
David Ajaba
David Ajaba - avatar
+ 2
David Ajaba what is your take on JQuery's replacement(s) - is it ES6 as mentioned above, or something else? thanks 😃
24th Apr 2019, 6:28 PM
Pe Kie
Pe Kie - avatar
+ 2
No, jQuery is not a necessarity anymore. W3C and TC39 standards have made great progress in providing unified support across all major modern browsers. However you will still see it on old websites and websites created with bootstrap (there IS a fork which does not use jQuery, but instead VanillaJS).
25th Apr 2019, 8:00 PM
Charlotte Dunois
Charlotte Dunois - avatar
+ 1
Javascript itself is not neccessity for web development. You can use PHP, HTML and CSS and that is enough. Depending on your goals, learning jQuery or any other small framework not only will save you time but also computing resource. Angular, React, etc are too much bloated and it is not good idea to develop small website with such large frameworks.
10th May 2019, 2:09 PM
Arctic Fox 🦊 [ off | work ]
Arctic Fox 🦊 [ off | work ] - avatar
+ 1
jQuery is derived from the JavaScript in which complex programming reduced into small statement. linked using plugins. Yes it is very important part in website development for making it more interactive . There are 4 types of plugins according to our needs we get them on www.jQuery.com
14th Sep 2019, 8:47 PM
King AAA
King AAA - avatar