single-page-application Questions
3
I am designing a RESTful API that is intended to be consumed by a single-page application and a native mobile app. Some calls of this API return public results that can be cached for a certain time...
Cop asked 10/4, 2015 at 19:10
3
I've registered the Vue components as mentioned in the Laravel Passport documentation, and they also do show up in my app:
<passport-clients></passport-clients>
<passport-authorized...
Albite asked 26/8, 2018 at 17:27
4
Solved
I have a Single Page Application that uses knockout for the data binding. The CAApproval.html view in my single page application has an observeablearray named AllCertificates in the viewmodel code....
Gagnon asked 5/9, 2013 at 14:4
1
How to run and host an ASP.NET Core MVC API and Blazor WebAssembly as a single Solution? [duplicate]
We have an Single Page Application which runs with the JavaScript framework knockout.js on the client-side. On server-side the solution has an ASP.NET MVC which includes some ApiController cl...
Apollo asked 3/4, 2020 at 10:9
1
Our team is building an Angular app that is gonna use B2C for authentication/authorization purposes and in this app we would like to build the OpenID integration using the authorization code flow w...
Formenti asked 31/3, 2020 at 11:59
2
I am trying to track simple events and pages/views through Firebase analytics.
I have a progressive web app, (SPA). It's a fullscreen game and it is not using browser history.
I am a bit confused...
Thundershower asked 13/12, 2019 at 22:15
1
I have a SPA website that is hosted in AWS s3 and served by cloudfront
There are multiple CNAMES that connects to this website, e.g. A.Mysite.com, B.Mysite.com
I have an API that the static website...
Mere asked 6/3, 2020 at 16:50
2
Solved
I have an SPA built using create-react-app and wish to have a robots.txt like this:
http://example.com/robots.txt
I see on this page that:
You need to make sure your server is configured to c...
Paredes asked 8/5, 2018 at 18:20
1
I have a vue.js SPA which I want to deploy on different servers without recompiling the frontend for each deploy. The SPA connects to a backend, with a url yet unknown to the spa. Is there a way I ...
Sacellum asked 24/2, 2020 at 18:19
5
I've been starting work on a single page app. (think TiddlyWiki)
It's been a while since I've done serious web design. Last time I built a big site was pre-css, pre-javascript, pre-html5, i.e., HT...
Sorel asked 18/1, 2013 at 16:53
3
Solved
Some URLs in my single-page-app (SPA) contain sensitive information like an access token, user information, etc.
Examples:
/callback#access_token=HBVYTU2Rugv3gUbvgIUY
/[email protected]
I...
Mcbroom asked 10/2, 2020 at 12:11
1
Solved
After changing the URLPrefix I get the following error:
The SPA default page middleware could not return the default page
'/index.html' because it was not found, and no other middleware handle...
Pydna asked 19/2, 2020 at 15:1
3
Solved
I'm from a Java background and new to ReactJS. So sorry if this is a dumb question, but I'be been stuck on this issue for a few days. Please help if you can.
My understanding is that react is for s...
Dingus asked 6/2, 2020 at 19:53
1
Solved
As per instructions followed here, I'm trying to cache my endpoint URL and token from Auth0 before constructing my Apollo client:
import React from 'react';
import { ApolloClient, ApolloProvi...
Lamkin asked 6/2, 2020 at 17:56
2
Solved
We're currently evaluating Keycloak as our SSO solution and while it works for our servlet-based applications there's a question regarding our (React-based) SPAs.
What our designers want: as an ex...
Thalia asked 17/5, 2017 at 15:20
5
Solved
When running the terminal commands ng server or ng serve I'm getting this issue:
An unhandled exception occurred: Could not find module "@angular-devkit/build-angular"
Vehement asked 2/12, 2019 at 10:23
4
Solved
I am in need to implement a static SPA with JAMstack architecture. I know we can user ReactJS/VueJS for JAM based implementation. But I want to know is it possible to use Angular for JAMstack appro...
Redtop asked 31/10, 2018 at 7:59
2
I am trying to integrate the Hotjar library to track heatmaps for users in our React SPA.
I have followed the general tutorials but I have not been able to get this working.
I have the standard H...
Yepez asked 29/9, 2017 at 7:49
3
I am following https://help.twitter.com/en/using-twitter/embed-twitter-feed for embedding timeline in the angular page. Only button renders but not the actual timeline.
The index.html looks like:
...
Ingurgitate asked 13/6, 2019 at 5:48
1
Solved
I am using Vue-router and I was needing to use a nested route, so what I did I wrote Children Key word to reference for a child component page, so my problem is when I click on Link my current URL ...
Limey asked 7/1, 2020 at 13:1
3
I'm working with a JavaScript legacy project which uses React framework. We have there some React component defined which I'd like to re-use in a totally different TypeScript React project.
The JS...
Basilisk asked 17/12, 2019 at 8:52
1
Solved
Auth0 provide extensive list of resources describing best practices for the authentication. Among them there's a constant stream of advice not to use localStorage as a mean to store (JWT) tokens.
...
Miaow asked 22/12, 2019 at 12:21
3
I am trying to figure out how I will deploy a Vue SPA with a Laravel backend on Ubuntu on DigitalOcean
I am currently able to deploy Laravel apps on Digital Ocean with no problem at all. My new ch...
Cleome asked 9/10, 2017 at 12:17
1
Solved
I have an application that has a login page ( user name and password). Once authenticated successfully I receive the access_token, expiration, refresh token and other claims from the auth server.
...
Sanderson asked 8/11, 2019 at 22:22
1
Solved
ideal
I'd like to get input data from child component.
What I have tried
<script>
import Input from "./Input.svelte";
let userGoal = "";
</script>
<h1>Your Goal is {userGoal...
Haleigh asked 30/11, 2019 at 19:49
© 2022 - 2024 — McMap. All rights reserved.