Module Federation with CRA & Webpack 5 by Raj Rajhans

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024
  • Talk: Module Federation with CRA & Webpack 5
    Speaker: Raj Rajhans ( / _rajrajhans )
    Reactify is organizing an international React conference in Bangalore on July 07 - 08, 2023, with a great lineup of talks. Register to join 800+ enthusiastic React developers at this conference.
    reactnexus.com/

Комментарии • 10

  • @parkerc242
    @parkerc242 11 месяцев назад

    Nicely explained with a basic/simple example !!

  • @maminesoulymane9023
    @maminesoulymane9023 2 года назад

    Extremely helpful and well explained, thanks a lot!

  • @andrewlobban1287
    @andrewlobban1287 2 года назад

    Thanks for lecture and exposing a few issues. This is a great starting point for my React Micro-FE

  • @pravarjain4260
    @pravarjain4260 10 месяцев назад

    Nicely explained 🤟

  • @sameeravhad6266
    @sameeravhad6266 Год назад +1

    Module federation wrt CRA is missing in video

  • @parkerc242
    @parkerc242 7 месяцев назад

    Does Webpack module federation implementation for a React app need craco configuration override ?

  • @hk_build
    @hk_build 2 года назад

    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...

  • @chetankumard
    @chetankumard 2 года назад

    Craco is not production ready. is there a support for module federation with latest CRA?

  • @nagarajubandari1769
    @nagarajubandari1769 2 года назад

    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
    @hkhald01 10 месяцев назад

    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)