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
-
Because it creates spaghetti, crap code, it is old, deprecated (yes, I know it is still being developed, but that does not change fact, it is deprecated). Sometimes slow, and ES6 makes it useless, because you already have many functions built in.
-
It's not about the size. It's just too old and doesn't work well with modern frameworks.
Angular and jQuery together for example, usually lead to a huge fucktwaddle of code sphagetti. I've experienced it myself.
jQuery was a godsend in a time we had no better option, but since we do, it's obsolete. -
inaba46256yconst $ = document.querySelectorAll;
There you go. You now have the thing that most, if not all people use jquery for. And it only took 36 bytes!
And now you can just consult the following site and be amazed at how simple Vanilla.JS can be 😺
youmightnotneedjquery.com/
Related Rants
Why do people hate jQuery so much? 30KB is basically nothing in times of modern bandwidth and for me CSS selectors are mich more readable than the Vanilla JS functions.
Im not judging and would be happy if someone explains it to me or shows better alternatives.
question
jquery
hate