DEV Community

Discussion on: Client-side Vs. Server-side Rendering: What to choose when?

Collapse
 
exadra37 profile image
Paulo Renato • Edited

This an awesome article about the trade-offs between SSR and CSR, thanks.

For developers doing Elixir, this is not such a huge issue once we have Phoenix Live View that brings together the best of SSR and CSR. I really recommend to watch this talk for some cool demos/examples, and this talk for some more insights into how it can be used, and for when to not use Phoenix Live View, all by Chris McCord, the author of it. Want more? Just see here some crazy demos, like games, real-time htop like linux console, etc.

Collapse
 
karan_shah89 profile image
Karan Shah

Same with Gatsby I guess. Will check out the talk - thanks :)

Collapse
 
exadra37 profile image
Paulo Renato

Let me know what is your impression on Phoenix Live View vs Gatsby and others you are used to. Thanks.