single-spa / single-spa-vue

a single-spa plugin for vue.js applications
MIT License
182 stars 42 forks source link

there is no hook to await before application will be mounted #83

Closed lifeart closed 3 years ago

lifeart commented 3 years ago

usecase: ssr with async child route, application blinking because route is not ready once application mounted

image

it may be fixed by awaiting for createApp, or awaiting for handleInstance, and likely it should be called before "mount"