Skip to main content
-3 votes
0 answers
58 views

So I face this issue often. Apart from being a backend python dev, I also have to handle a team consisting of frontend guys as well. We are into SPAs, and a single page of ours sometime contain a lot ...
Shivam Kumar Choudhary's user avatar
Best practices
0 votes
1 replies
74 views

I'm building a small Single‑Page Application that does not require SEO. It runs entirely from a single HTML file and doesn't need any server‑side routing or additional requests. I'm choosing between ...
Sulley Bear's user avatar
Best practices
1 vote
2 replies
63 views

Look @ the following typescript code of an object component: export class ItemComponent { item: Item; // <-- term??? constructor(_itemService: ItemService) { this.item = _itemService....
Simon's user avatar
  • 5,024
2 votes
1 answer
133 views

We are using hash-based routing in an Angular SPA. There are two kinds of navigation I want to handle differently: Browser Back/Forward buttons → Listen to the native popstate event and handle this ...
Jaga's user avatar
  • 127
Advice
0 votes
2 replies
41 views

How to implement Auth0 Universal Login + Silent SSO + SLO in a legacy Spring MVC (SSR) app? Can the Auth0 SPA SDK be used? I have a legacy Spring MVC (server-side rendered) application using: Spring ...
Abhishek Singh's user avatar
Best practices
0 votes
0 replies
36 views

I need guidance on how to manage traffic from multiple custom domains in Cloudflare (non-Enterprise plan) to a single Azure Storage Account that hosts multiple SPAs — each served under a different ...
ZSH's user avatar
  • 653
0 votes
2 answers
154 views

Problem After a deploy, a subset of users can’t load the app. For them, a specific old chunk URL (e.g. chunk-B3EQFA6E.js) returns index.html with Content-Type: text/html instead of JavaScript. That ...
Çlirim Murati's user avatar
0 votes
1 answer
53 views

We have a SPA with an associated API back end. The user is authenticating fine against Azure Entra, and I can access the API as well. This is an internal app, and I want to know more about the user. ...
Andrew Casey's user avatar
0 votes
1 answer
62 views

I’m working on a legacy single-page application that uses AJAX to load different internal views. After recent browser updates the Browser Back Button stopped behaving as expected. The current problem: ...
z3po's user avatar
  • 149
0 votes
0 answers
53 views

We have a React SPA web application and a .Net Core API back end. I have a registrations set up for the SPA and the API. I've read and followed a number of different articles about this problem and I'...
Andrew Casey's user avatar
1 vote
0 answers
139 views

I have a single-page app. I send virtual pageviews on route change via gtag.js. On each client-side route change I do (for example): document.querySelector('.button-news').addEventListener('click', ...
chromanna's user avatar
  • 124
0 votes
2 answers
71 views

So I have a SvelteKit project with the following project structure: lib/ ├─ components/ │ └─ my_module/ │ └─ my_resource/ │ ├─ CreateObjectButton.svelte ← Button component (important by ...
The Fox's user avatar
  • 532
0 votes
1 answer
119 views

We have built a React SPA web application with an ASP.NET Core Web API. The SPA and the backend are both in the same solution. So far this hasn't caused any issues running locally. When I created the ...
Andrew Casey's user avatar
0 votes
0 answers
49 views

After a few years of working at the back of the backend, I'm back working on a full-stack project. We need a username + password login with MFA which I'll use a TOTP for. There will be no third-party ...
user2268997's user avatar
  • 1,411
0 votes
1 answer
168 views

I noticed that when using OIDC (hybrid or implicit flow) with Azure Identity, the Authorization Code with PKCE is only used for access tokens, not id tokens. An id token is directly returned in the ...
David Mason's user avatar
  • 1,561

15 30 50 per page
1
2 3 4 5
374