· software
Rethinking React Architecture at Scale: From Hooks to Remote Contexts
The Reality of Large-Scale React Applications Modern React systems often consist of: - Multiple micro‑frontends - Independent build and deployment pipelines -...
The Reality of Large-Scale React Applications Modern React systems often consist of: - Multiple micro‑frontends - Independent build and deployment pipelines -...
... In Part-1, we established the foundation with definition of MFE and the basic of Module Federation. Let's understand how the remoteEntry.js file exposes a r...
The Problem We've all been there: you set up Module Federation, split your app into micro‑frontends, and suddenly your Zustand store updates in one module but...