Skip to content

muslemomar/micro-frontends-simple-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Frontends Architecture Showcase

This repository showcases an implementation of the micro frontends architecture.

Key technologies utilized include React for the Container app, Marketing, and Auth microfrontends, while Vue powers the Dashboard microfrontend.

Webpack is employed for building individual apps, with the addition of Webpack's ModuleFederationPlugin for creating modules that the Container can seamlessly consume.

Continuous Integration and Continuous Deployment (CI/CD) are facilitated through Github Workflows.

Design Principles

This microfrontend application adheres to the following design principles:

  • Decoupling: Between child projects is maintained at zero.
  • Minimal Coupling: Between the Container and child apps is kept minimal, relying on straightforward callbacks for communication.
  • Framework Agnostic: Assumptions about frameworks used by child apps are avoided.
  • Isolated Styling: CSS styles from one project are isolated and do not affect another.

About

A very basic micro-frontends app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published