Thursday, September 17, 2020

Single Page Application

 

Single Page Application in React(SPA)



What is SPA?

            Its a web application that interacts with the web browser by dynamically rewriting the current Page with new Data from the server.

Eg:  When the user clicks the submit button and then the corresponding values are to be displayed in the same page.

Advantage of SPA 

  • Speed
  • Responsive
  • Less coding
  • Offline support
  • Engaging Effects
  • Debugging with chrome
Lifecycle of Single Page


Examples Products are

Facebook
Instagram
Uber
Whatsapp

No comments:

Post a Comment

variable-declaration

Difference between Var ,Let ,Const There are 3 types of declarations in ReactJS var let const var declaration example var   name =  ...