(no title)
ndnxhs | 6 years ago
I tried vuejs recently for a little interactive page on my website and found it revolutionary compared to jquery.
ndnxhs | 6 years ago
I tried vuejs recently for a little interactive page on my website and found it revolutionary compared to jquery.
noir_lord|6 years ago
There are still lots of people who can't sadly.
That said while yes you can do everything jQuery does in vanilla JS (jQuery is written in vanilla JS after all) you often end up with more code than using jquery which means more to read through, more to understand.
So saying it is useless is a bit harsh, it may be useless for you but it's not for many and if you look at what the jquery folks are doing with deprecations you can see they are refactoring jquery to use the vanilla js stuff that was added in large part because of jquery so it'll likely definite itself out of existence at some point anyway.