Micro-frontends are about isolation module by module — about how each one can be deployed, tested, and evolved without depending on the rest. This very project, for example, uses the Feature-Sliced Design concept, where each feature is a module completely separate from the rest of the system, with its own internal architecture that doesn't depend on anything external to work. Fully decoupled from outside code. This demo will make that architecture visible — an interactive diagram of the module structure — and will show Module Federation in practice: two micro-apps sharing dependencies without coupling one's deploy to the other's.
The interactive demo for this feature will be available soon.
The interactive demo for Micro-frontend Architecture is currently under development. The architecture and technical details are documented above.