←back to thread

260 points gherkinnn | 1 comments | | HN request time: 0.438s | source
1. amelius ◴[] No.42165841[source]
> The myth that you can’t build interactive web apps except as single page app

You can do it, but you might paint yourself into a corner. For example, your manager might at some point say: please load X, while Y is animating; that will not work if the entire page is reloading. A SPA will give you more control and will also reduce the probability of having to rework entire parts of the code.