Skip to content

HardCodeStyle/Readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Single Page Application SPA

A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page with new data from the web server, instead of the default method of a web browser loading entire new pages. The goal is faster transitions that make the website feel more like a native app.

Pro's

  • Quick Loading Time
  • Seamless User Experience
  • Ease in Building Feature-rich Apps
  • Uses Less Bandwidth

Cons's

  • Uses a Lot of Browser Resources
  • Security Issues

Use Cases of SPAs

Single Page Application is ideal for building dynamic platforms with small data volumes. Apart from this, a single page web application fits perfectly well for future mobile app development.

Single Page Application Examples

  • Gmail: You can open unread emails, delete, compose, and even send emails.
  • Google Maps: You can search for new locations on the map, change places.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published