Using ES6 to Build a More Efficient jQuery
jQuery is great.
[citation needed]
But jQuery has some problems.
- non-standard features
- slow for some operations
- bloated feature set
- file size
We still need something to manipulate the DOM.
Why not?
(Actually quite a bit of ES5, too.)
So should I still use jQuery?
Think about what you need.
Could you do with just sizzle and ES5/6?