Thanks for great content!! Can you make a video on micro front end where react component is exposed wich is dependent on redux store and middle wares such as redux saga???
@stevenrankin90562 жыл бұрын
I am interested in using module federation for a new project, however I am struggling with the idea of web components and how they would be used or fit in conjunction with module federation. I am pretty new to the UI space having been a backend developer for pretty much all my years. If I had a shell app, I could import a child web component (or even an entire app) by importing the web component js from its deployed path. But I could also do the same with module federation and webpack? Could someone help me understand why one would use both, or would you pick one solution, or do they work together? I am finding it hard to conceptually differentiate between the two. Ideally I want to be able to compose some MFEs with in shell/host app, with apps built by other teams.
@cityjsconf2 жыл бұрын
We will be hosting a full event about microfrontends this March also the person creating module federation will be there, maybe would help to get a ticket to our March event.
@none0n2 жыл бұрын
Great video. Is there a cross framework example? Angular and React in the same SPA?
@sivathangeswaran25172 жыл бұрын
Great session, touched all the important considerations of Micro-frontends. Can you share the source code please?
@alexanderbelinsky92243 жыл бұрын
Hi, where can I find source codes for the example that was presented ?
@thomasmeerpohl24382 жыл бұрын
I don’t see an advantage of using event emitters instead of simple component callback.