▲ | zozbot234 3 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. | ||
▲ | robertoandred 3 days ago | parent [-] | |
Rendering and loading an entire new page just to open a dialog seems pretty unnecessary to me. |