vue-microfrontends / root-config

Start here if you're learning microfrontends
MIT License
251 stars 63 forks source link

Is that dynamic inject DOM problems?? #16

Closed SecretCastle closed 3 years ago

SecretCastle commented 3 years ago

When i reload demo link in browser tow or three times. I found a problem image

after two or three times

image

dynamic injection of the DOM is disorderly

Is that a bug??

joeldenning commented 3 years ago

Good question. This is expected when you're (1) not using single-spa-layout, and (2) don't manually create <div id="single-spa-application:@vue-mf/navbar"></div> elements.

When you need to control positioning in the dom, single-spa-layout is recommended. See https://single-spa.js.org/docs/layout-overview