Live data from Hacker News

Ask HN: Server side rendering is now a good idea?

news.ycombinator.com

41–43 of 43 posts

Re: Ask HN: Server side rendering is now a good idea?

#41

Whatever removes React is the way to go, it's the most poorly thought of library out there.

I don't know about that. But when it comes to ecosystem of components, nothing beside Vue, beats React. I spent weeks looking for a good Select components with custom item rendering, async options loadings. Writing a component like that from scratch takes a lot of time to get it properly. Yes, there are Vanilla components like Tom-Select, but then you have a soup of different components with different interfaces and it becomes a mess to make them talk to each other reactively.

I wanted to use SolidJS for its performances, but it has a poor ecosystem. I tried to ditch front-end frameworks all together and I ended up synching states between components manually. In the end, I guess React (or Vue) gives you a good balance between pro and cons.

I guess, ecosystem is important beside mere performance. This is not only true for fast shipping, but for developer experience too.

Re: Ask HN: Server side rendering is now a good idea?

#42

It'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.

Very impressive - whoever did the visual design has great taste!

Re: Ask HN: Server side rendering is now a good idea?

#43

It'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.

Very impressive - whoever did the visual design has great taste!

Thanks for the kind words, the frontend and design is by my brother Daniel Tapia. https://www.linkedin.com/in/tapiadaniel/
Post reply on HN