Ask HN: Server side rendering is now a good idea?
11–20 of 43 posts
Re: Ask HN: Server side rendering is now a good idea?
#12Re: Ask HN: Server side rendering is now a good idea?
#13Re: Ask HN: Server side rendering is now a good idea?
#14You might want to look into what the creator of htmx has to say about this topic. He's here on hn and may even show up for this thread. Here are the essays: * https://htmx.org/essays/
The idea of introducing a new attribute to a HTML tag, whether it be "_" or "_foo" or "_do" doesn't quite sit properly with me.
Especially if it's not part of the HTML5 standards.
Re: Ask HN: Server side rendering is now a good idea?
#15I'll be a contrarian here. Client side rendering is just getting started. With faster storage for cheap and fast internet there will be less and less reason to put things in a server. Add in things like wanting end-to-end encryption, privacy issues and most things will be in the browser, imho.
Re: Ask HN: Server side rendering is now a good idea?
#16Oh, are we now full circle back to good old server side programming again. Just like in the 90s? I mean it's not bad - but it's definetly not new...
Re: Ask HN: Server side rendering is now a good idea?
#17It's a lot simpler for sure these days. I've built my indie startup with Phoenix Liveview. It's all server side rendered, with liveview sprinkling in interactivity. Can you tell it's server side rendered? https://www.gamedrop.gg/lists/slymilano/exciting-game-releas... https://www.gamedrop.gg/game/hogwarts-legacy I think there are similar tools in other platforms like Rail's and Laravel.
Re: Ask HN: Server side rendering is now a good idea?
#18It's a lot simpler for sure these days. I've built my indie startup with Phoenix Liveview. It's all server side rendered, with liveview sprinkling in interactivity. Can you tell it's server side rendered? https://www.gamedrop.gg/lists/slymilano/exciting-game-releas... https://www.gamedrop.gg/game/hogwarts-legacy I think there are similar tools in other platforms like Rail's and Laravel.
Tried it on my old kindle fire and the performance is amazing. If you are targeting regions with mainly low performance devices this is how you should do it. Love it.
Re: Ask HN: Server side rendering is now a good idea?
#19I'll be a contrarian here. Client side rendering is just getting started. With faster storage for cheap and fast internet there will be less and less reason to put things in a server. Add in things like wanting end-to-end encryption, privacy issues and most things will be in the browser, imho.
Re: Ask HN: Server side rendering is now a good idea?
#20It's a lot simpler for sure these days. I've built my indie startup with Phoenix Liveview. It's all server side rendered, with liveview sprinkling in interactivity. Can you tell it's server side rendered? https://www.gamedrop.gg/lists/slymilano/exciting-game-releas... https://www.gamedrop.gg/game/hogwarts-legacy I think there are similar tools in other platforms like Rail's and Laravel.