Microfrontend Content Bootstrapping Explained

Microfrontend content loading is an action triggered by the route change (Shell Application’s responsibility of loading modules) or by the Slot Component display (Slot Component’s responsibility of loading Remote Components). During this action, Microfrontend’s content, exposed via remote entry file, is loaded and bootstrapped using the provided file in Webpack configuration.

Depending on the content type and chosen expose method, different adjustments have to be made to ensure correct content bootstrapping.

Table 1. Navigation

← Previous: Microfrontend Bootstrapping

Next: Content Exposed Using Angular Method →