|
|
|
|
|
by lolinder
1575 days ago
|
|
> Doesn't really sound like an application, but a website. "text" here is as in "text/html", not as in "English-language copy". > In a web app it can happen that you use it for an hour without the backend doing a single thing. I would submit that this is an extremely rare case. The most involved web apps I interact with (say, Figma) are constantly syncing their state with the server. The simplest (say, TurboTax) save state as I move on to the next screen. If you do have a case where you can pull that off, then by all means use an SPA. But it's weird to say that something isn't a web app unless it can go long periods of time without server interaction. |
|
Generally, server interactions are arbitrary with SPAs, while SSR will happen all the time.
Going only a few minutes without server interactions in an interactive app is a big leap compared to SSR.
PS: I not only can pull that off, but I did. It's not too hard to think of apps like that. Consider e.g. Vscode