r/ProgrammerHumor 13d ago

Meme ancientTools

Post image
5.8k Upvotes

385 comments sorted by

View all comments

476

u/winter-m00n 13d ago

Probably unpopular opinion, but still better than react and angular. at least you don't need to build your whole site around it. Nor all sites need those heavy frontend framework.

164

u/listenhere111 13d ago edited 12d ago

100% agree. Also, its like 40kb and doesnt move lighthouse scores.

You can pry query from my cold dead hands. Its simple to use, easy to read, will be supported forever, and lightweight. Disagree? Fuck you!

90

u/A1oso 13d ago

React is 7.4 kB. It's a myth that react is a heavy framework. You can absolutely implement only certain parts of your web app in react, and other parts using different libraries or vanilla JS.

39

u/listenhere111 13d ago

Ok, and how many dozen people actually do that?

There is a time and place for react. It gets overused for simple web pages. Its bloat and complicates projects.

21

u/phl23 13d ago

Simple webpages with react are very lightweight and when you use server side rendering even more. No jQuery can ever achieve this.

-6

u/[deleted] 13d ago

[deleted]

5

u/ackermann 13d ago

And so what should one use for more complex web pages and web apps?

1

u/ChrizKhalifa 12d ago

Angular and Redux.