A story on Frontend Architectures - SPA meets the enterprise! (Part-2)

Published: (December 19, 2025 at 10:49 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Recap of Part 1

(… In Part‑1, we established the foundation with the definition of MFE and the basics of Module Federation.)

remoteEntry.js: Exposing a Remote App

Let’s understand how the remoteEntry.js file exposes a remote app from the shell with some real code.

We’ll do this in three layers:

  1. Remote app configremoteEntry.js exposes …
  2. Remote app module – …
  3. (additional layer details would follow)
Back to Blog

Related posts

Read more »

Bare-metal frontend

Bare-metal frontend Introduction Modern frontend applications have become very rich, complex and sophisticated. They are not just simple UIs polling data. They...