Top "Single-page-application" questions

A single-page application (SPA) is a web application that fits on a single web page with the goal of providing a more fluid user experience akin to a desktop application.

Inherit imports from parent module to child module in Angular2

I made an Angular2 app like described here. It has two components (A,B) which are imported by the global …

angular single-page-application angular2-modules
How to know if a website is a single page application?

I have extremely little experience with web tech, only know basic HTML and CSS. I have an assignment where I'm …

javascript html single-page-application web-technologies
Google Analytics trackevent in single-page web app

What is the best (most practical) way to use Google Analytics trackevent for tracking "pageviews" in a single-page web app? …

javascript google-analytics single-page-application data-analysis pageviews
Nginx config for single page app with HTML5 App Cache

I'm trying to build a single page app that utilizes HTML5 App Cache, which will cache a whole new version …

redirect nginx single-page-application html5-appcache
Authentication for users on a Single Page App?

I have developed a single page app prototype that is using Backbone on the front end and going to consume …

javascript authentication backbone.js javascriptmvc single-page-application
How to serve index.html with web api selfhosted with OWIN

Should be an easy question, just can't find the answer. I have an SPA (AngularJS) with web api which is …

asp.net-web-api routing single-page-application owin
Bootstrap affix navbar for single page with scrollspy and page anchors

This is for a single page, with a navbar that links to local anchors only. The navbar comes after a …

single-page-application navbar twitter-bootstrap-3 scrollspy affix
Firebase hosting: How to prevent caching for the index.html of an SPA

I'm hosting an SPA on firebase where almost all paths get rewritten to index.html. I'm using webpack hash based …

firebase single-page-application cache-control firebase-hosting
ValidateAntiForgeryToken with SPA architecture

I am trying to set Register and Login for Hot Towel SPA applicantion. I have created SimpleMembershipFilters and ValidateHttpAntiForgeryTokenAttribute based …

asp.net-mvc-4 knockout.js single-page-application durandal hottowel
In a single-page app, what is the right way to deal with wrong URLs (404 errors)?

I am currently writing a web application using angularjs, but I think this question applies to any client-side javascript framework …

javascript angularjs http-status-code-404 singlepage single-page-application