zozbot234 2 days ago

> Does the app avoid unnecessary roundtrips to the server?

Guess what, using server-rendered pages avoids all unnecessary roundtrips by definition, because the entire page is loaded in one go. You can augment a server-rendered site with client-side SPA features for seamless interaction within the page, but that's not a key requirement either.

1
robertoandred 2 days ago

Rendering and loading an entire new page just to open a dialog seems pretty unnecessary to me.