What's an SPA if not a single web page where clicking on things causes that UI to update in-place in different ways?
In SPA server just serves a single page and routing is all done in the client.
What's an SPA if not a single web page where clicking on things causes that UI to update in-place in different ways?