Skip to content
#

Single-page application (SPA)

Single-page applications (SPA) are client-side applications that don't route via different pages but rather combine the logic for different contents into one page. This was historically achieved via hashbang URI fragments (#!). With the introduction of the pushState API, this state can now be properly used within the browser history, in bookmarks and sharing.

Another important point for SPA was the lack of proper SEO but developers and frameworks found ways around that.

Here are 4,949 public repositories matching this topic...

Pre-ReactJS: A lightweight, powerful library to create single page web applications in VanillaJS with features like component-based architecture, one-time server call for static content, automatic hash-routing and dom manipulations. Simplify your development journey with Pre-ReactJS! 🚀✨ Ideal for indie and hobby projects. Live example below

  • Updated Jun 9, 2024
  • JavaScript