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 improve SEO for single page application

We have built a search-engine for vacancies. For reasons of speed and a good user-experience, we used a the architecture …

knockout.js seo web-crawler single-page-application pushstate
How to handle localization in knockout.js?

How do you handle localization using knockout.js? It seems like knockback.js has a nice looking utilities to handle …

javascript knockout.js single-page-application
Angular2 How to clean up the AppModule

I've been using the tutorials online and created an 'ok' SPA data entry application. I have it connecting to my …

angular structure components single-page-application
Save object to JSON file in angularjs?

I am new to angularjs and trying create an single page application. I have a home controller with very simple …

javascript json angularjs single-page-application data-export
Single Page App + Amazon S3 + Amazon CloudFront + Prerender.io - how to set up?

I have single page app built with Backbone.js. I host app (app consists of static files only) on Amazon …

amazon-s3 seo cdn single-page-application amazon-cloudfront
Dealing with expired access tokens in OAuth2 implicit grant

The specification of OAuth2 states that an authorization server must not issue a refresh token when using implicit grant. In …

oauth-2.0 single-sign-on single-page-application restful-authentication
Partial Entity Updates in WebAPI PUT/POST

Say you have a repository method to update a Document: public Document UpdateDocument(Document document) { Document serverDocument = _db.Documents.Find(…

asp.net-mvc-3 web-applications asp.net-web-api single-page-application
Handling single page application url and django url

I have a single page application created in Vue.js that utilizes the HTML5 History Mode for routing, and the …

django vue.js single-page-application vuejs2
How can you control memory usage in Cordova?

I'm on iOS now, but the question applies to Android too. I'm looking at the memory graph in Xcode, and …

javascript ios cordova web-applications single-page-application