rust-at-night / rust-at-night-website

MIT License
3 stars 2 forks source link

Server side rendering vs Client side rendering #20

Open alisomay opened 11 months ago

alisomay commented 11 months ago

I'm don't have a lot of experience around this field. Would you start a discussion to choose the right technique for us.

Some resources

Tarbetu commented 11 months ago

I'm not a Frontend type, but my vote for simplest.

The world of Frontend is full of hypes and fashions. Some kind of solutions are really innovative, but most of them are not beneficial as they would. Even the new solutions are beneficial, they might require more work.

SSR is best of every aspect; better SEO, better client performance etc, Nevertheless CSR would be enough for us. It requires less effort and time. Also, selected framework isn't tested as well as mainstream frameworks like React, so we might find ourselves in bugs hell.

Stick with the simply one, improve it when needed.

SeanTolstoyevski commented 11 months ago

actually it's a "resource" question.

i guess most of us are backend based. i don't think it will be possible for us to move forward there.

so i don't think it's a logical idea to do client-side rendering in this niche group. additionally, we are not facebook or twitter. we don't need it yet.