0 votes
in Angular by
How is SPA (Single Page Application) technology different from the traditional web technology?

1 Answer

0 votes
by

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
0 votes
asked Dec 31, 2023 in Angular by DavidAnderson
...