Is jQuery pointless now? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 28

Is jQuery pointless now?

It was designed to solve a problem which no longer exist (cross browser support), which now happens in JS itself. So should I even learn learn once I get to it?

29th Jul 2019, 12:57 AM
Top Notch
Top Notch - avatar
27 Answers
+ 22
If you want, just learn it to get extra xp. Whether its pointless or not, I think you just answered it yourself.
29th Jul 2019, 12:58 AM
Green Ghost
Green Ghost - avatar
+ 18
You can skip jQuery, go to learn es6 and react.js
29th Jul 2019, 1:11 AM
Calviղ
Calviղ - avatar
+ 16
As Clavin said, react.js is the alternative that is better to learn now.
29th Jul 2019, 1:12 AM
[No Name]
[No Name] - avatar
+ 15
Is you already know about how to code in js it then why are you gonna learn it? Just for points? Then have fun.
29th Jul 2019, 5:01 AM
Aung Thiha
Aung Thiha - avatar
+ 13
jQuery is slowly declining in popularity, and eventually probably won't even get used exempt for maybe a few people here and there if its still around.
29th Jul 2019, 1:05 AM
Regulation
Regulation - avatar
+ 13
Extra xp? I'm old, and only going to learn what I need to have a good code before its too late!
29th Jul 2019, 1:08 AM
Top Notch
Top Notch - avatar
+ 12
It is dying.
29th Jul 2019, 1:20 AM
Sonic
Sonic - avatar
+ 12
Yep. The reason it was created is now fixed, and just learn react.js instead.
29th Jul 2019, 7:05 PM
Coͥdeͣrͫ
Coͥdeͣrͫ - avatar
+ 11
Don't need to learn it anymore.
29th Jul 2019, 1:26 AM
itsjustmeagain Course
itsjustmeagain Course - avatar
+ 10
Everything done in JQ can be done in JS, but JQ just takes fewer lines to do the following tasks: 1) DOM element selection, 2) DOM Traversal 3) Event Handling 4) Modify CSS 5) Modify HTML It wont hurt to learn as it can be useful on small projects, and has a quick learning curve if you already know JS but it is not necessary.
29th Jul 2019, 12:38 PM
Logomonic Learning
Logomonic Learning - avatar
+ 10
I wouldn't call it pointless...you just don't really need to learn it.
29th Jul 2019, 7:38 PM
Blue Blitz Coder
Blue Blitz Coder - avatar
+ 9
Not pointless. Just not necessary to learn anymore.
29th Jul 2019, 7:46 PM
ᗰᗩᔕ丅ᗴᖇ
ᗰᗩᔕ丅ᗴᖇ - avatar
+ 8
Yeah Jquery is slowing declining with its usage and it is now pointless to learn. Since Jquery can help make things work with the help of JS, there are many other frameworks available that will actually help you become a good front developer. You can first learn EcmaScript, TypeScript and then you can choose anyone from Angular, React or Vue js. This is the systematic way of learning JS framework.
29th Jul 2019, 5:31 AM
Rohan Rao
Rohan Rao - avatar
+ 6
For me jQuery is very useful. I use it in almost every my project! It's not very difficult to learn. But decide yourself.
29th Jul 2019, 8:18 PM
Иванов Григорий
Иванов Григорий - avatar
+ 4
It's fine not to learn it if you're going to work for a new business/startup and you're only going to be working on new projects, but if you work with legacy systems (i.e. large pieces of software that were built some years ago) then you still need to know how to use it.
29th Jul 2019, 7:31 AM
Rincewind
Rincewind - avatar
+ 4
Yh, it's kind of pointless now I guess... I recommend React JS, unless you're going for more xp though 😉😊
30th Jul 2019, 5:46 PM
Ebugo_
Ebugo_ - avatar
+ 3
i plan to finish it just for xp too
30th Jul 2019, 9:24 AM
Michael David
Michael David - avatar
+ 3
learn it if you have to. at my job it’s used for some projects
30th Jul 2019, 3:34 PM
John Doe
+ 3
Its not used much but very easy and helpful for DOM
30th Jul 2019, 5:14 PM
Deleted
Deleted - avatar
+ 2
I think it is good if you know about how JQuery works at least at a minimum level. Cause there are still plenty of web dev concepts are written on JQuery. But nowadays learning frameworks like React.js, Angular.js, Vue.js is much more relevant. And I personally think that Vue.js has a big future.
30th Jul 2019, 10:09 AM
Artur
Artur - avatar