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.

Using vue.js with semantic UI

I'm trying to use webpack + Semantic UI with Vue.js and I found this library https://vueui.github.io/ But …

javascript webpack single-page-application vue.js semantic-ui
how to embed an angular app into another app?

My team develop an angular 5 application that has been in production for a while, but we've been tasked recently with …

angular iframe architecture single-page-application micro-frontend
Where are these poll requests from SignalR coming from?

I have a SPA application using Durandal. My program starts to have a http request periodically: http://localhost:1551/f9750d8…

asp.net-mvc asp.net-mvc-4 signalr durandal single-page-application
Angular-ui.router: Update URL without view refresh

I have an Angular SPA that presents a variety of recommendation lists, and a Google Map of locations, based on …

angularjs seo angular-ui-router single-page-application
Is it possible to change the ngx-datatable-column name?

I am building an angular2 web application and I have a ngx-datatable element. The columns (header) names are numbers. Is …

javascript angularjs datatable single-page-application ngx-datatable
Single Page Application using Django

I am using django-easy-pjax for making a Single-Page-Application: base.html: {% load staticfiles %} <script type="text/javascript" src="{% static '/…

django django-rest-framework single-page-application pjax
Architecture for single page application (JavaScript)

I wanted to understand the overall architecture for designing single page application (mainly through JavaScript) Let's say I have a …

javascript design-patterns model-view-controller single-page-application javascript-framework
Why doesn't the browser reuse the authorization headers after an authenticated XMLHttpRequest?

I'm developing Single Page App using Angular. The backend exposes REST services that require Basic authentication. Getting index.html or …

javascript html angularjs basic-authentication single-page-application
Node js as http server and host angularJS SPA

I have an application written on angularJS and built by grunt. Is there a way I can create a http …

angularjs node.js gruntjs single-page-application httpserver