Hacker News new | ask | show | jobs
by chrisweekly 2136 days ago
Got a link to the "webpack 5 and micro-fe" stuff? Thanks!
3 comments

Webpack 5 adds module federation, which to some extend solves our problems with “too many people /teams depend on each other”. Doesn’t solve component communication, but provides support for shared libs management.

Super popular currently.

Best is to start here I think: https://medium.com/@ScriptedAlchemy/webpack-5-module-federat...

And the “official” doc: https://webpack.js.org/concepts/module-federation/

Thanks! I'm neck-deep in a webpack4 project right now. Any idea when 5 will exit beta?
Pretty sure they're referring to isolated modules, this is a great video about it:

https://www.youtube.com/watch?v=D3XYAx30CNc

looks amazing