According to this website [1] jQuery is still used by over 70% of websites. I have built production sites in extjs, Dojo, Angular, React etc. but nothing beats the fun of throwing up a quick website in jQuery and Bootstrap. Its even more fun with es6 now! I am looking forward to where jQuery and other DOM manipulation libraries go in the future.
[1] https://w3techs.com/technologies/details/js-jquery/all/all
Secretmapper|7 years ago
Related: https://robots.thoughtbot.com/how-we-replaced-react-with-pho...
franciscop|7 years ago
You have to be very, very careful with .html(...) and only for that reason sometimes React is worth it, specially with SPA. But for small-to-mid sizes projects, Umbrella JS FTW!
ttty|7 years ago
Sidenote: Anyway in my brain jquery/templates never made sense. I always wanted components, pass some arguments and get the component, self contained.
alangpierce|7 years ago
I suspect that if you refined it to "How many new websites in the last year use jQuery as their primary UI library?", the number would be much lower.
the_duke|7 years ago