r/ProgrammerHumor 3d ago

Meme ancientTools

Post image
5.8k Upvotes

387 comments sorted by

View all comments

483

u/winter-m00n 3d 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.

163

u/listenhere111 3d ago edited 2d 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!

88

u/A1oso 3d 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.

40

u/listenhere111 3d 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.

22

u/phl23 3d ago

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

-5

u/[deleted] 2d ago

[deleted]

5

u/ackermann 2d ago

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

1

u/ChrizKhalifa 2d ago

Angular and Redux.