Joao Barata

Results 6 comments of Joao Barata

Maybe this kind of library may also be worth taking a look: [remote-component](https://github.com/Paciolan/remote-component) or [remote-module-loader](https://github.com/Paciolan/remote-module-loader) ?

Hi, Module Federation is a very interesting technology indeed. As far as I understood, if an application A wants to use two remote modules B and C, they both need...

You're probably referring to this feature : [dynamic-remote-containers](https://webpack.js.org/concepts/module-federation/#dynamic-remote-containers) ? I hadn't seen that feature yet, thank you for mentioning it :) looks great

Hi, In this [repository](https://github.com/j-barata/marketbasket-sbp-sample) I created an example of modular UI, using the [remote-component](https://github.com/Paciolan/remote-component) library. I also planned to evaluate the Webpack 5's Module Federation feature, but for now it...

Hi, I have the same exception on `Windows 10` / `JDK 1.8.0_121` If I switch to `JDK 11.0.5` the exception is not thrown anymore, but I have a strong requirement...