Question: if same route in shell I have to load more than one remote modules from different projects, how to achieve it?
@wuxinyang1797 Жыл бұрын
how to set up mono repo inbitbucket for this module federation structure?
@dogaarmangil Жыл бұрын
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 Жыл бұрын
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.