rbrtsmith / micro-frontend-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microfrontends experiment

This repository is just a bit of a playground for me to learn microfrontends. The application consists of the following microfrontends:
Auth, Dashboard, Marketing and finally Container which loads in the child mircofrontends.

Each of these can be ran locally as a standalone application. architecture diagream

This application deliberately uses multiple frontend frameworks just to demonstrate how this might be acheived and how they might still be able to communicate effectively with one another.

This microfrontend driven application is built using Webpack Federation and each microfrontend is hosted on AWS S3 behind a CloudFront distribution.

You can access the page that pulls in various microfrontends here

About


Languages

Language:JavaScript 61.4%Language:Vue 32.0%Language:HCL 4.4%Language:HTML 2.2%