I want to know the implementation detail of `eager` option.
@vickygupta8393 жыл бұрын
I want to cache remoteEntry in host app. Any reference or links please?
@praveenbollampalli52883 жыл бұрын
does module federation works with capacitorjs? currently i am using capacitor js within angular project(host). i want to consume a micro frontend from this app. I am expecting this to work on android devices as well. Am i thinking right?
@BharatMhaskar3 жыл бұрын
Thanks Zack. Any news about storybook support MF with their release of optional webpack5 support?
@latadhule46664 жыл бұрын
Hey can we do this between react and angular or vice versa .. Please help me know
@zackjackson96743 жыл бұрын
Yeah you can. It’ll work with any js
@shahab093628351013 жыл бұрын
Thanks for the good explanation but can you make an example of a fallback for the network crashes for remote modules?
@zackjackson96743 жыл бұрын
Remotes can be an array and you can also do try catch to handle load issues internally as well as specify multiple origins in the event one is down
@shahab093628351013 жыл бұрын
@@zackjackson9674 Thank you for responding to the comment, can you provide any source code or example, or document to handle these kind of issues?
@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