python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
imp...
Jayyrus
Votes: 0
Answers: 0
Rendering UI with Utility module in single-spa
I am trying to render a UI component using in-browser utility module in single-spa, which I have created using create-single-spa command and selected in-browser module option. As there is no "sin...
Krishnam
Votes: 0
Answers: 1
Building custom component library for MUI-5, What should be dependencies vs peer dependencies?
I'm currently building a react component library to be delivered as an npm module.
I want the library to have the capacity to style components, run storybook to display the components, and have multip...
mcmcphillips
Votes: 0
Answers: 0
How to effectively create a production build within a SingleSPA React App?
Every time we access our deployed ReactJS App, we get a red square for the dev-tools, saying we're not on an optimized build for production.
The app is a SingleSPA Microfrontends web app.
The fact is ...
Ale TheFe
Votes: 0
Answers: 1