single-spa-iframes
v1.0.4
Published
A Workaround to use microfrontends iframes with single-spa
Downloads
119
Maintainers
Readme
single-spa-iframes
A Workaround to use microfrontends with single-spa
Use example
const iframeLifeCycles = singleSpaIframes({
baseUrl: 'http://localhost:2910/#',
elGetter() {
return document.getElementById('easyApp')
}
})
export const bootstrap = iframeLifeCycles.bootstrap
export const mount = iframeLifeCycles.mount
export const unmount = iframeLifeCycles.unmount