Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I tried hands on jQuery but gave it up in few days, because I prefer mastering language than going remembering the whole library. Better Master Javascript. At the end, JS is what matters not any library written over it.
You can hire me now -
Liam197yJQuery has had an impact on how JavaScript has grown over the years. It might have fallen to the way side now but it's far from redundant.
Still a lot of websites that use it in some form or another.
But yeah knowing how standard JS works is always going to be a great skill. But ES6 isn't supported on older browsers so some services don't have the luxury of using it.
Maybe this is more of a rant than a comment ^__^ but no programming skill is illrelvent. -
deadpixel967yI don’t get the reliance on jQuery any more; looking at my team, they only use it for the convenience of
$(‘anything’), add/removeClass, and Ajax, you could literally wean people off it in an afternoon - with a good webpack setup you can use ES6 polyfilled down to IE8, once we dropped IE10 &< there was no looking back -
I despise jQuery. Always refuse to use it. But to be honest you really don't need it anymore. Also, just don't put it in your CV.
We're now looking for a new dev and a guy has NPM as a skill listed (beyond literally everything he's ever done a tutorial on)
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
Kalvin17How does a front-end developer get away with murder? $('body').hide(); //I'll see myself out
After interviewing tens of candidates, finally found that one guy who doesn't start the conversation by mentioning jQuery 😂
Too many people started off with jQuery and didn't even bother to learn more about Javascript itself.
undefined
jquery
interviewing
js
frontend