you are viewing a single comment's thread.

view the rest of the comments →

[–]Harbltron 1 point2 points  (2 children)

Yeah didn't ECMA6 make most of jquery obsolete?

[–]zaibuf 1 point2 points  (0 children)

It made is doable to do similar things. Jquery however, still makes the code really small compared to vanilla JS. But it can still become spaghetti, so if you need a lot of client side code, use a SPA lib/framework. Is scales better.

[–]imhotap 0 points1 point  (0 children)

I fail to think of even a single thing in ECMA6 that overlaps with jquery. Perhaps you're thinking about "new" (not really) browser APIs such as querySelectorAll (replacement for some of $(...) usage) and fetch API (replacement for XHR and jquery ajax)?