DEV Community

Discussion on: What are the latest trends in front-end JavaScript?

Collapse
 
vitalcog profile image
Chad Windham

"I don't think jQuery is every fully going to disappear"

Well, there are still COBAL jobs around. And Jquery was literally used in 90+% of EVERYTHING on the web for a long time. So it will stick around for a very, very long time. (Combined with the fact that some developers will keep using it because "$() is so much less work than document.querySelector()" )

I've personally been in the dev world for a very short amount of time. And I've already met several developers who, ultimately, are pretty darn good devs, but still can't make a web page without Jquery. They just haven't been able to adapt. I never want to be that person...

(Those same devs also tend to suck at modern CSS, like display: flex/grid for layout stuff, and HAVE to use bootstrap...)

Thread Thread
 
jenc profile image
Jen Chan • Edited
And Jquery was literally used in 90+% of EVERYTHING on the web for a long time.

I missed that boat...

Thread Thread
 
stefandorresteijn profile image
Stefan Dorresteijn

Be glad, it was not a great time for frontend development

Thread Thread
 
jenc profile image
Jen Chan

What is wrong with Jquery? An extra 200kb never killed any page no?

Thread Thread
 
vitalcog profile image
Chad Windham

Nothing is "wrong" with Jquery. But I literally write vanilla JS faster than Jquery (because I don't use Jquery, so I always have to refer to the docs more often.) Modern JS isn't hard. If somebody has to use Jquery because they can't write vanilla JS they are holding themselves back. So for me, an extra 200kb of dead weight I don't use, would bother me.