single-spa-layout
single-spa-layout copied to clipboard
Layout engine for single-spa applications
**Describe the bug or question** When I put pure html in ``, it will be rendered twice.  When i put pure html...
Right now, I have an existing angular application where i want to add a new feature/route to it, this route will be a new application built on ReactJS. i want...
No change to package.json was detected. No package manager install will be executed. I'm all done. Running npm install for you to install the required dependencies. If this fails, try...
I have two copies of my shell application. The first uses an MFE List and registers the apps: ``` const mfeList: any = [ { name: 'widget1', app: () =>...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
@joeldenning is it possible to add support for route params for redirect component? Currently redirect takes a static string and routes the request but when I have a route param...
Currently, the module installed only contains minified version for each packing format. That is not possible for debugging.
[single-spa-layout loading UIs currently support a string or parcel](https://single-spa.js.org/docs/layout-definition/#loading-uis), but I wonder if it can also support a DOMElement. I created a [simple example for a shared loading ui](https://github.com/filoxo/single-spa-example-app-loading) which...