|
|
|
|
|
by ianpurton
1729 days ago
|
|
> Likewise, don't choose server-side rendering just because it's buzzy and sounds powerful. Server-side rendering does basically the same job as client-side rendering: generating HTML. Well not quite. With client side rendering you now have manage state in the browser as well as build API end points for each screen you want to create. It's a more complicated architecture. |
|