Skip to content

Why is it necessary / beneficial to dynamically load a remote module? #2042

Discussion options

You must be logged in to vote

Shared modules are async be default. So you need a dynamic import before you try and static import a stared module otherwise webpack can't pause the app to negotiate dependencies

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@msaroy-crey
Comment options

@ScriptedAlchemy
Comment options

Answer selected by msaroy-crey
Comment options

You must be logged in to vote
3 replies
@ScriptedAlchemy
Comment options

@wibed
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants