What is a Single Page Application (SPA)?

kaushik
1 min readMay 14, 2020

◈Single-page applications(SPAs) are Web Apps that load a single HTML page and dynamically update that page as the user interacts with the app

◈These pages have become popular in recent years with the development of JavaScript frameworks such as Angular, React, and Ember.

◈In the SPAs the entire page is loaded in the browser after the initial request, subsequent interactions take place through AJAX requests

◈The browser, therefore, has to update only the portion of the page that has changed

--

--

kaushik
0 Followers

I am Kaushik Roy Chowdhury from Christchurch, New Zealand (God’s own country) whose main passion in life is all about software education, teaching and mentoring