vmptk / cross-mfe-communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚔️ Cross micro frontends communication 📦

Learn how to test React Apps from fundamentals to React Testing Library


This respository contains 4 microfrontend communication examples used in this article

Examples 📁

Each example illustrate a simple communication between two micro frontends usingcreate-micro-react-app also known as crma to setup the react micro frontends.

Every example is a monorepo with two micro frontends and one container app.

Usage 🔧

Go to any example package

cd examples/${Example}

Install every dependencies

yarn

Start local development ❤️

yarn start

About

License:MIT License