Questions tagged [single-spa-react]
17 questions
0
votes
1 answer
Loading micro frontend root App component's CSS in singleSpaReact on mounting to the host application
colleagues!
Need a piece of advice! Micro frontend in singleSpaReact does not load root's component CSS at the mounting, but only page CSS according routing navigation.
Implemented a micro frontend using singleSpaReact. In webpack.config for devmode…

Alexf2
- 39
- 4
0
votes
0 answers
How to dynamically load microapplications with single-spa
I'm trying to build a React root application that loads micro applications dynamically based on logged user role.
My root application has been created with create-react-app.
index.tsx is like this
import reportWebVitals from…

Jayyrus
- 12,961
- 41
- 132
- 214