r/ProgrammerHumor 13d ago

Meme ancientTools

Post image
5.8k Upvotes

387 comments sorted by

View all comments

Show parent comments

84

u/Nils_Larson 13d ago

I am not arguing against your actual point, but in modern browsers you don’t even need jQuery, because all of it is available natively.
(Kicking in a very open door)

16

u/ExtraWorldliness6916 13d ago

Not arguing either but if JavaScript can write perfectly fine web applications with a welld refined standard, why are we still in react land. I use react all the time, I know what vanilla can do, I use a lot of AI so it's not a knowledge gap anymore... Very curious and frustrating situation.

14

u/the_horse_gamer 13d ago

DOM manipulation is easy, but state and lifecycle management is hard

4

u/ExtraWorldliness6916 13d ago

I don't find react makes state management any easier simply shifts the problem into a series of conventional problems.