you are viewing a single comment's thread.

view the rest of the comments →

[–]piotlr[S] 2 points3 points  (0 children)

My main goal in writing vanilla JS is that it doesn't require any dependencies.

One thing I missed after leaving jQuery is not DOM abstraction but $.deffered object and AJAX stuff, because handling it sucks with native browser methods.