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 ajax-refresh dynamic include content by navigation menu? (JSF SPA)

I'm just learning JSF 2 thanks to this site I had learned a lot in such a short time. My question …

jsf single-page-application facelets uiinclude ajax-update
Best practices for authentication and authorization in Angular without breaking RESTful principles?

I've read quite a few SO threads about authentication and authorization with REST and Angular, but I'm still not feeling …

angularjs rest authentication single-page-application
Is store.dispatch in Redux synchronous or asynchronous

I realize this is a basic question but I had no luck finding the answer elsewhere. Is store.dispatch synchronous …

javascript reactjs redux single-page-application
Call function on directive parent scope with directive scope argument

I am developing a directive which shows and hides it's contents based on a click event (ng-click) defined in it's …

javascript angularjs single-page-application
single page application implemented with javascript/jQuery

Hi I am looking for a very simple example of single page web application implimented with pure javascript/jquery. Don't …

javascript jquery single-page-application
Apply loading spinner during ui-router resolve

resolve property of $routeProvider allows to execute some jobs BEFORE corresponding view is rendered. What if I want to display …

angularjs web-applications angular-ui-router single-page-application
How to disable caching of single page application HTML file served through IIS?

I have a single page application (angular-js) which is served through IIS. How do I prevent caching of HTML files? …

asp.net angularjs caching iis single-page-application
How to open a new tab with router.navigate in TypeScript

The following typescript code will always open in the current browser tab navigate($data: menuItem, $event: JQueryEventObject) { //... let a = $event.…

typescript knockout.js single-page-application durandal
How to make a SPA SEO crawlable?

I've been working on how to make a SPA crawlable by google based on google's instructions. Even though there are …

ajax seo phantomjs single-page-application durandal
How to force update Single Page Application (SPA) pages?

In fully server side based rendering (non Web 2.0), deploying server side code would directly update client side pages upon page …

javascript reactjs single-page-application