Runtime Model
The full browser lifecycle from initial page load to MFE rendering.
- Shell HTML loads with the full platform config embedded as JSON — no static import map
platform.jsreads the config and resolves the current route to aspecifier@version- Transitive
fe()deps are resolved via semver from the packages registry - A
<script type="importmap">is injected covering all resolved deps import(specifier)— the browser resolves via the injected map and mounts the MFE