Live data from Hacker News

jQuery 3.0 Released

jquery.com

1–10 of 164 posts

Re: jQuery 3.0 Released

#7

Is anybody in the HN crowd still using jQuery for new projects? If yes, why not use "vanilla" js?

Just last week I started a new project, injecting some firebase-backed functionality into a squarespace site, and I used jQuery.

I use it for the same reason I use lodash when I could do everything it does in vanilla js: because it's a slightly more dev-friendly API.

Much like the PHP community, jQuery's community has earned it a reputation as a hacky tool for people who don't understand where jQuery ends and Javascript begins. However, it didn't become popular by accident, and in competent hands, it still has its benefits.

Re: jQuery 3.0 Released

#8

Is anybody in the HN crowd still using jQuery for new projects? If yes, why not use "vanilla" js?

So far every new project in the last few years ended up using jQuery because there is always this one ui widget that does what we need and the other libraries just aren't there yet and its not worth the hassle of reimplementing or extending a different library just to not use jQuery.

Re: jQuery 3.0 Released

#10
post #3

http://youmightnotneedjquery.com/

To me, all of the JQuery examples are much nicer to read and write. Sure, you can use raw JS, but why copy annoying boilerplate? (I'm not a JS dev, so I don't have a dog in this fight).
Post reply on HN