Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1018 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 1018 Bytes

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