Just Use jQuery
twitter.com
Just Use jQuery
1–10 of 41 posts
Re: Just Use jQuery
#2Re: Just Use jQuery
#3i've seen a ton of react apps that had no business being react apps
Re: Just Use jQuery
#4I never got the hype honestly. However I have been happy with my stack ever since, would I be 10 years younger I may would do node and react as well.
Re: Just Use jQuery
#5Re: Just Use jQuery
#6Or just use vanilla JS
Re: Just Use jQuery
#7Re: Just Use jQuery
#8Or just use vanilla JS
The DOM API does not spark joy.
Re: Just Use jQuery
#91: Just use apache + php
2: Use microservices, service meshes, k8s etc.
3: Just use apache + php
Cheap joke though, although it was fun, applications and demands have changed. Especially in the environments I work in today. Although I often, as an excersize, question myself why stuff got so complicated and if this really is the way it should work. And tbh, sometimes the answer, in my opinion, is no.
Re: Just Use jQuery
#10Or just use vanilla JS
Or just don't use JS
I think as coders we feel most comfortable reaching for JavaScript first, when really we should be doing as much in HTML itself as possible, then prettying it all up with CSS, and then finally adding some JS for interactivity such as client side form validation.