What is a Single page application or SPA?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by devquora

    A Single Page Application (SPA) is a web application or website that operates within a single HTML page. In an SPA, the entire application or a significant portion of it is loaded once, and subsequent interactions or changes in the user interface are managed dynamically through JavaScript, without requiring the page to reload. This provides a more seamless and responsive user experience similar to a desktop application.

Related Questions

Please Login or Register to leave a response.

Related Questions

AngularJS Basic Interview Questions

What is AngularJS?

AngularJS is a javascript framework which helps in developing web applications in MVC architectural pattern & SPA or..

AngularJS Basic Interview Questions

What are angular directives?

Angular directives are the attributes which are decorated on the html tags or elements of an html page. Directives have ..

AngularJS Basic Interview Questions

What are custom directives?

Angular provides the ability to create our own directives to implement our own custom templates or logic in our web appl..