|
|
|
|
|
by eric4smith
1226 days ago
|
|
Most SPA is totally unnecessary and a big waste of time. People are worrying about the speed of SSR when they should be worrying about the developer time on the client which is several orders of magnitude more. I think people have fallen in love so much with complex Javascript frameworks that they’ve forgotten how easy it is to get to an MVP with SSR. Speed is important. Speed of development is even more important for businesses in this era who have to get to revenue faster. And that’s why things like Phoenix LiveView and its counterparts in other languages is catching on so quickly. People are getting fatigued with the latest flavor of the month JS framework. But what do I know… I’m just a lowly “developer” working for crumbs. Never even finished a CS degree. Sigh. |
|
That said, client-side rendering is strictly more general than server-side rendering. So I prefer to use client-side rendering everywhere so that I don't have to switch between two different modalities and maintain two sets of tooling (or worse switch in the middle of a project!) I gather this is against the current fashion but whatever.