Lazy loading components #75
Replies: 2 comments
-
Hey, at the moment the core does not support any lazy loading of components and I want to add support for it at some point. However this does not really prevent you from implementing a custom component that lazy loads real component and renders it. In the future I would like to allow to register components at runtime in Also RFCs and/or PRs are welcome 😊 |
Beta Was this translation helpful? Give feedback.
-
I've created an RFC for this here orchestratora/rfcs#5 |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm really interested in this project. I have a few questions about the current state of the dynamic loading engine. Does this support lazy loading standalone components and/or webpack federated modules?
Beta Was this translation helpful? Give feedback.
All reactions