Single Page Application
[!INFO]-
topic: π₯οΈ Tech
links:
- Static Website
- Dynamic Website
source:
tags: #permanent-noteΒ #published
Last Modified:
=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
A single page application only has one page, which content updates dynamically.
While classic websites are generated on the server and send to the client in a Request-Response manner, Single Page Applications mimic the user experience of an app. The page never reloads. Everything happens on one page. All content is dynamically loaded and replaced. The page that is visible on the client is usually rendered on the client depending on the server responses. You can even develop a single page application, that handles only local data and works without internet access.