python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
child route not working in single spa react app
{
"name": "@mf-demo/react",
"scripts": {
"start": "webpack serve",
"start:standalone": "webpack serve --env standalone",
"build": "concurrently npm:build:*",
"build:webpack": "...

Akash khanapurkar
Votes: 0
Answers: 2
Angular 11 with MSAL app and using Parcels removing app-redirect at the unmount point
I am using angular 11 application with msal 2.0.
So to according to https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/v2-docs/redirects.md i am using ap...
langeles86
Votes: 0
Answers: 0
Single SPA - Handle error in nested micro front end
MFE = micro-front-end
I'm trying to import 1 MFE to another MFE.
MFE-food calls MFE-cart.
When MFE-cart is down, there is an impact on MFE-food, my expectation is MFE should run properly.
in root-conf...

Vzans
Votes: 0
Answers: 0
How to get the App running both in the integrated and the standalone in single spa
Im new to Single Page Application (SPA).
I created 3 separate applications, where one is the root config app and the other two acts as the child applications.
We need to run one of these child applica...

Nadya Sirimanna
Votes: 0
Answers: 1