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.

Can one cache and secure a REST API with Cloudflare?

I am designing a RESTful API that is intended to be consumed by a single-page application and a native mobile …

rest caching single-page-application cloudflare ddos
How can I serve robots.txt on an SPA using React with Firebase hosting?

I have an SPA built using create-react-app and wish to have a robots.txt like this: http://example.com/robots.…

reactjs firebase single-page-application robots.txt create-react-app
.Net Core MVC Routing: Setting MapSpaFallbackRoute Conditionally Per Controller

I am developing a project that involves multiple Single Page Applications that are hosted on a single .Net Core 1.0 web …

angular asp.net-core-mvc single-page-application asp.net-core-1.0 asp.net-core-middleware
RESTFul Authentication with WebAPI

I have a web service built with WebAPI that accepts JSON requests and responds accordingly. The core architecture is built …

authentication asp.net-web-api single-page-application
How to let sitemap generator fully crawl Angular router for SPA?

I am trying to generate a sitemap for my webpage. The sitemap generators online only show me a homepage on …

angular single-page-application sitemap
How to pass data (selected item) to Durandal composed detail view?

I've started using (as of, a few hours ago) Durandal with the hope to manage views and allow composition within …

mvvm viewmodel parent-child single-page-application durandal
ng-show disturbing div layout - angularJS

I am using ng-show="!notesOpened" to hide a div if the notesOpened variable is true. However when hidden it messes …

javascript css angularjs single-page-application ng-show
Angular 2 VS Aurelia ? 2017

I have been evaluating many SPA frameworks. I am stuck with following two and cannot decide which one should I …

angular single-page-application aurelia
How can I use cshtml files with Durandal?

I got the DurandalJS StarterKit template on VS2012... All works great... But in some views I need to do something …

asp.net-mvc-4 single-page-application durandal
Detect application version change on a single page application

today a question was raised here and I don't have an evident answer. Assume that we concatenate and minify all …

javascript angularjs versioning single-page-application