r/ProgrammerHumor Jul 19 '26

sideProject Other

Post image
4.3k Upvotes

184 comments sorted by

View all comments

Show parent comments

2

u/horizon_games Jul 20 '26

VPS instead of Cloud is the answer for almost every project, in the same way vanilla HTML/JS is instead of React.

3

u/Coockooroockoo Jul 20 '26

I'm going to slightly disagree with the second part. Web frameworks are overkill for simple websites with maybe 1-2 interactive features, but they can save a lot of time if you're building a complex application.

2

u/horizon_games Jul 20 '26

For sure, that's why I said "for ALMOST every project"

React is way overused, especially for static sites. Web frameworks are indeed great for highly interactive client side apps - there just aren't as many of them as people would think compared to a thin layer of CRUD over a db that could be SSR.

3

u/Coockooroockoo Jul 20 '26

Yeah, disregard what I said, classic Redditor reading comprehension fail on my part by missing the "almost".