best presentation I've seen on the topic. Really impressive examples and clear delivery
@maneeshthareja74052 жыл бұрын
I am looking some help to create an architecture where we can migrate the existing Angular 11 monolith application into small independent self compiled build with the help of moudle federation and load those remote apps on demand at run time. In this migration we want to provide scalabilty and high availability for our end users hence we are thinking to deploy 4 instances of Shell Module and 4 instances of each remote module running on different containers. Whenever end user will try to load our app then with the help of load balancer it will load the available shell module and then shell app will load the remote modules running on different containers. Now the question here is that if we have multiple instances of remote modules which are running on different conatiners then can we put another load balancer between shell module app and remote module app so that we can load remote modules as well as per their availability? It would be really help if somebody has done that in past or interested to do the same with me. Thanks in advance for showing interest on this interesting idea. Thanks Maneesh
@rafaelboschini54103 жыл бұрын
Wow, this is a great explanation, one of the bests videos I ever see about module federation on youtube.
@DanielTabuenca3 жыл бұрын
If you share all your ...deps, are all your deps pulled in to individual chunks and no longer bundled?
@santrashyam4 жыл бұрын
This is great video. How the authenticate handle here? Suppose we can handle authentication is shell app, after authenticate some kind if information is required in other mfe or remote, how to handle this or how to communicate to mfe from shell?
@pradeepgorai58853 жыл бұрын
Can we register a host application (which already has some remote MF) as remote to another HOST applications?
@jimmyconsulting39754 жыл бұрын
Hi zack, thanks for your explanations, this is very helpfull. Is it possible to share your slides ?
@ajalbani3 жыл бұрын
Hey Zack.. is there a comprehensive guide to circular dependencies in module federation? Like App A loads a module in App B that loads a module in App A... possible?
@reapi_com4 жыл бұрын
Got code for download?
@surajchavan77373 жыл бұрын
How to access remotes of vue-cli, in non webpack vanilla legacy application
@ynnyan-l5i4 жыл бұрын
I want you ppt
@theuniverse6854 жыл бұрын
One question: why do I have to share all the "deps" from package.json?
@emarticor4 жыл бұрын
I think that's just an example, not something you necessarily have to do
@muhammadjaffarrazadar9674 жыл бұрын
so that same versions of libraries could be used throughout the project.
@FelipeLopez-gk7vj3 жыл бұрын
A bit of explanaition on the acronyms would have made it even better. Great presentation, thank you.
@markli76414 жыл бұрын
what is ESI
@jherr4 жыл бұрын
Edge Side Include. It's a way a importing code into a page right before it goes out to the customer. It's a service provided by Content Distribution Network (CDN) services (e.g. Akamai)