How lazyLoadComponentPlugin works with registerRemotes? #4077
Unanswered
DmitryNakhimovich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my host app, I use dynamic registration and loading of microfrontends via
and register microfrontends at runtime as
My question is, how does registering a microfrontend via registerRemotes diff from using createLazyComponent from the lazyLoadComponentPlugin plugin?
Should I use registerRemotes along with createLazyComponent, or is registerRemotes and createRemoteAppComponent sufficient?
p.s. Currently, I'm using microfrontend loading like this:
Beta Was this translation helpful? Give feedback.
All reactions