Single-Page Applications (SPA) are Web apps that load a single HTML page and dynamically update that page as the user interacts with the app.
SPAs use Javascript libraries and HTML5 to create fluid and responsive Web apps, without constant page reloads.
However, this means much of the work happens on the client side, in JavaScript.
SPAs use Javascript libraries and HTML5 to create fluid and responsive Web apps, without constant page reloads.
However, this means much of the work happens on the client side, in JavaScript.
Comments
Post a Comment