Skip to content
On this page

About

This helper is a client-side/in-app helper to load remotes and its modules.

The scenario where we built this uppon was a scenario where the app shell only have remotes that only exposes what it is needed here. In our screnario, we need to offline install a PWA and cache all features, include remotes. As many of then where being used im some sort of "lazy chunk load", "manualy" deal with ensure all ealy registration was being a pain.

With dynamicLoad we ensure all files needs for remotes are laoded and cached.