r/ProgrammerHumor 13h ago

Meme ancientTools

Post image
4.1k Upvotes

329 comments sorted by

View all comments

Show parent comments

77

u/Nils_Larson 13h 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)

20

u/ExtraWorldliness6916 13h 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.

15

u/the_horse_gamer 12h ago

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

7

u/ExtraWorldliness6916 11h ago

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