Live data from Hacker News

Server-side rendering is a better choice for many applications (2020)

timr.co

121–130 of 286 posts

Re: Server-side rendering is a better choice for many applications (2020)

#122

One of the fastest, lowest latency websites I use is HN, and it’s entirely server rendered. It’s also a massively popular website with probably thousands of hits per minute. Anyone who tells you server side rendering is too slow, probably has no idea what they’re talking about.

Server-side rendering can absolutely be slow, and client-side can absolutely be fast. It's all dependent on the quality of the developer.

Re: Server-side rendering is a better choice for many applications (2020)

#125

Lot of bashing of this idea, not sure why. The entire industry has shifted from "web developer" to frontend/backend developers. What used to be a web developer is now called full stack. It seems like a big deal to me and the entire shift is an indicator of how much the IT community is behind front end clients talking to a separate back end. Server side rendering is no longer considered normal. Server site rendering n…

[deleted]

Re: Server-side rendering is a better choice for many applications (2020)

#126
post #34

I honestly wonder if everything that is a best practice on the backend and frontend these days is a net negative compared to "Write your own PHP or Python code which outputs your own HTML+CSS+JS". Especially for indiemakers and startups by technical founders. All the frameworks add so much complexity and confusion. And I have seen several startups fail because when the developer was confronted with breaking changes o…

[deleted]

Re: Server-side rendering is a better choice for many applications (2020)

#130

There are too many hedges and hand-wavy generalizations to take this seriously. > Client-side apps are wads of Javascript that must be loaded and parsed before it can load and parse JSON which it can then transformed into HTML. Precisely nothing about this is optimal for browsers and networks. Many applications are used infrequently and browser caches are not magic (and disagree with you about how important you app i…

[deleted]
Post reply on HN