Skip to content

🧪 Several approaches to tackle micro frontend architecture

License

Notifications You must be signed in to change notification settings

adbayb/poc-micro-frontend

Repository files navigation


🧪 Micro frontends

Micro-frontend architecture can be defined as an architectural style where independently deliverable frontend applications are composed into a greater whole

Explore the documentation »



🚀 Quickstart

1️⃣ Install

pnpm i

2️⃣ Enjoy

pnpm start

🏗️ Architecture

The example includes the following components:

flowchart TD
    S(Shell):::strokeWidth -- Shares --> D("Dependencies"):::strokeWidth
    S -- Orchestrates --> ML("@micro-frontend/authentication"):::strokeWidth
    S -- Orchestrates --> MD("@micro-frontend/classifieds"):::strokeWidth
    ML -- Uses --> D
    MD -- Uses --> D
    style S fill:#ffe5ec,stroke:#ff8fab
    style D fill:#daf2d7,stroke:#90cf8e
    classDef strokeWidth stroke-width:3px
Loading

📖 Documentation

The full documentation is available here.


About

🧪 Several approaches to tackle micro frontend architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published