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
-
Voxera115856yJquery is only using native js functions.
You would just make a copy and probably slower and more buggy.
No matter what you think of jq there have been a lot of work done to make it fast. -
mundo0349796yDid you think jquery is written in jquery or what?
Jquery IS vanilla JS below the Jquery niceness.
The only problem whit it is that you import a heavy file full of crap you won't use just for the .each, ajax and $(selector).
Good news, jquery has been module for a while now, you could import parts of it and avoid redoing the whole shit again based on ignorance
Okay but
A js library with the exact same api as jquery, only using native js functions so developers can simply swap out the jquery file
rant