in Angular by (23.9k points)
How is SPA (Single Page Application) technology different from the traditional web technology?

1 Answer

0 votes
by (32.2k points)

In traditional web technology, the client requests for a web page (HTML/JSP/asp) and the server sends the resource (or HTML page), and the client again requests for another page and the server responds with another resource. The problem here is a lot of time is consumed in the requesting/responding or due to a lot of reloading. Whereas, in the SPA technology, we maintain only one page (index.HTML) even though the URL keeps on changing. 

Related questions

+1 vote
asked Apr 20, 2021 in Agile by rajeshsharma (23.9k points)
0 votes
asked Aug 11 in Angular by DavidAnderson (9.0k points)
0 votes
asked Feb 23, 2022 in Interaction Design by sharadyadav1986 (31.6k points)
...