Remix.run Logo
andix 4 days ago

Not reloading the document via HTTP while updating the content is the definition of a SPA.

strken 3 days ago | parent [-]

I would argue that the line between an SPA and not is blurred. Consider progressive enhancement; or, per the Slack example, pages with content that's updated dynamically but which rely on reloading a whole page for navigation.

I would even argue that passing snippets of HTML around like e.g. Hotwire is still a middle ground.