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.

How to Detect Browser Back Button event - Cross Browser

How do you definitively detect whether or not the user has pressed the back button in the browser? How do …

javascript cross-browser single-page-application back
Single Page Application: advantages and disadvantages

I've read about SPA and it advantages. I find most of them unconvincing. There are 3 advantages that arouse my doubts. …

javascript architecture client-side single-page-application
SPA best practices for authentication and session management

When building SPA style applications using frameworks like Angular, Ember, React, etc. what do people believe to be some best …

security angularjs authentication ember.js single-page-application
Print a div using javascript in angularJS single page application

I have a single page web application using angularJS. I need to print a div of certain page. I tried …

javascript angularjs html printing single-page-application
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory

After finishing the John Papa course on Pluralsight- which is AWESOME by the way!!!) I'm now creating my first SPA. …

single-page-application durandal hottowel
How to Clear Contents of an observableArray That was Populated from Previous Visits to a View

I have a Single Page Application that uses knockout for the data binding. The CAApproval.html view in my single …

knockout.js knockout-2.0 single-page-application
Vue.js computed property not updating

I'm using a Vue.js computed property but am running into an issue: The computed method IS being called at …

javascript vue.js single-page-application
CSRF Token necessary when using Stateless(= Sessionless) Authentication?

Is it necessary to use CSRF Protection when the application relies on stateless authentication (using something like HMAC)? Example: We've …

authentication csrf single-page-application stateless csrf-protection
visual studio not updating html / javascript to server / browser

This is an MVC 4 app using the Hot Towel SPA template. Whenever I change anything in the HTML and/or …

asp.net-mvc visual-studio asp.net-mvc-4 single-page-application