Skip to content

AniruddhaSadhukhan/Micro-Frontend-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Front-end Example

An example of Micro-Frontend architecture using Angular and React

Live Site : https://ani-microfrontend.surge.sh

This repo consists of the following projects:

  • Core UI : Container Angular Application where all the Micro-Frontends are inserted

  • MF Angular : Micro-Frontend which is loaded in the start of the container app

  • MF Angular Ondemand: Micro-Frontend which is loaded only during initialisation of a

particular component on demand basis. Internal Routing is also there in this Micro-Frontend

  • MF React : Not yet implemented

Note: Details about the implementation can be found in each repo's README