Micro Frontends with Module Federation | Micro Frontends Summit 2023

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 4

  • @wuxinyang1797
    @wuxinyang1797 Před rokem

    Question: if same route in shell I have to load more than one remote modules from different projects, how to achieve it?

  • @wuxinyang1797
    @wuxinyang1797 Před rokem

    how to set up mono repo inbitbucket for this module federation structure?

  • @dogaarmangil
    @dogaarmangil Před rokem +1

    Very informative. 23:00 The Webpack guys must be rejoicing right now. Micro frontends are coming to its rescue just when HTTP/2, HTTP/3 and ES modules had made bundlers unnecessary! As for me, I'll take s over micro frontends any day.

    • @ImperiumLibertas
      @ImperiumLibertas Před 9 měsíci

      s are a valid micro frontend strategy it just doesn't use module federation. The OG implementation of micro frontends heavily relied on s. Module federation is just a more feature rich way of bootstrapping a remote application instead of embedding it into the webpage.