Hacker News new | ask | show | jobs
by Lurkars 1748 days ago
I first thought that it replaces jQuery with vanilla, but it replaces jQuery functions with other functions? With this point of view using the term vanilla would mean that there is no difference to jQuery, because in the end jQuery is also written in vanilla? Or do I get something wrong here?
1 comments

This is more like tree-shaking jQuery into just the pieces you need from it, so you aren't loading up the full library when you are only using 20% of it.
Maybe there should be a jQuery Nano with just the most commonly used methods.
That seems fodder for endless debate, does it not?