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.

Laravel 7 Vue 2 Sanctum Login Error 419; CSRF Token Mismatch

I am using Laravel with default integration of Vue (Not separate project using Vue CLI). I'm trying to authenticate a …

laravel vue.js single-page-application csrf laravel-sanctum
How to approach "end-client" performance testing on single-page (web) applications?

We are evaluating how to test performance on a single-page application (SPA) which relies heavily on JavaScript and dynamic content (…

javascript performance testing single-page-application performance-testing
Accessibility in single page applications (ARIA etc)

What is the best approach to make an SPA (AngularJS) Accessible (for screen readers etc)? I have little to no …

angularjs accessibility single-page-application
How to set up a Single-Page Application in Visual Studio 2010

I've read about Single-Page Applications recently and wanted to try one out. After watching Steve Sanderson's presentation (http://channel9.msdn.…

visual-studio-2010 knockout.js asp.net-mvc-4 upshot single-page-application
Back button handling in Single Page Apps?

A similar question here has been noted! I've got an SPA based exclusively on the DHTMLX toolkit (fabulous stuff incidentally). …

javascript url hash single-page-application dhtmlx
Add _redirects file to root path for Vue SPA hosted on Netlify

I'm developing a Single Page App using Vue CLI and want history pushstate to work so I get clean URLs. …

vue.js single-page-application vue-cli netlify