An open API service indexing awesome lists of open source software.

https://github.com/adbayb/poc-micro-frontend

🧪 Several approaches to tackle micro frontend architecture
https://github.com/adbayb/poc-micro-frontend

proof-of-concept

Last synced: 4 months ago
JSON representation

🧪 Several approaches to tackle micro frontend architecture

Awesome Lists containing this project

README

        




🧪 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**

```shell
pnpm i
```

**2️⃣ Enjoy**

```shell
pnpm start
```


## 🏗️ Architecture

The example includes the following components:

```mermaid
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
```


## 📖 Documentation

The full documentation is available [here](./docs).