Thanks for lecture and exposing a few issues. This is a great starting point for my React Micro-FE
@pravarjain4260 Жыл бұрын
Nicely explained 🤟
@sameeravhad6266 Жыл бұрын
Module federation wrt CRA is missing in video
@maminesoulymane90232 жыл бұрын
Extremely helpful and well explained, thanks a lot!
@shubhangiasgola3214Ай бұрын
Title says, module federation with CRA, however in this video react app is not created with CRA.
@ritikrana4Ай бұрын
Where is CRA
@hk_build2 жыл бұрын
Great content 👍👍 What if I want to expose whole redux store from remote app how to do that....?? Since I want expose whole remote app along with store currently am only able to expose static hello world but not component which is connected to store...
@personalFinanceParker11 ай бұрын
Does Webpack module federation implementation for a React app need craco configuration override ?
@chetankumard2 жыл бұрын
Craco is not production ready. is there a support for module federation with latest CRA?
@nagarajubandari17692 жыл бұрын
Hi, I had issue with Angular material where the opened panels of mat-select would not close in host application. As a Micro frontend it is working fine. I have shared angular/material in webpack config of both host and remote app. As somebody suggested in stack overflow remove browser module from remote app as already host contains it. So I removed from remote app. Still No luck.. can you please why angular material not working in host application??
@hkhald01 Жыл бұрын
it seems that react 18 with customize-cra don't work with ModuleFederationPlugin and I keep getting this error index.tsx:1 TypeError: Cannot read properties of undefined (reading 'call') at ./node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js (RefreshUtils.js:2:1)