phillipzada / dynamic-mfe

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/zware-dynamic-mfe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  ###################
  #######################
  #########################
              #########    *,*
            #######    ****
         #####    ,*,*,*
      ####    *******
   ###   .**,*****
      ******,***************,**
        ,***,***,***,***,***,**
            ,***************,**

Z Ware | Microapp Federation Demo

Purpose

Purpose of this repo is to demo how you can easily use dynamic MFE in your web applications either by using SystemJS or Webpack Module Federation.

This demo utilises the dynamic nature of import maps and the containerisation benefits of Module Federation.

Goals

  • Load MFE using Static Module Federation
  • Load MFE using Dynamic Module Federation (at runtime)
  • Load MFE using Dynamic Module Federation with an Import Map
  • Load MFE using SystemJS
  • Load MFE using iFrame
  • Load React MFEs
  • Load Angular MFEs

Getting Started

  1. Clone the repo

  2. Start the dev server

npm run start

About

Created with StackBlitz ⚡️

https://stackblitz.com/edit/zware-dynamic-mfe


Languages

Language:JavaScript 41.9%Language:HTML 39.5%Language:TypeScript 14.9%Language:CSS 3.6%Language:SCSS 0.1%