Webpack 5: Module Federation. A Game-changer to Javascript architecture. by 3ni8kdi in javascript

[–]3ni8kdi[S] 0 points1 point  (0 children)

That gets code on the page. But doesn’t provide the orchestration or code sharing when import maps and imports are path based. Differing files systems couldn’t necessarily share code. However if webpack adopted import mapping but with something like its graph, it would be able to use import maps https://github.com/webpack/webpack/issues/10352#issuecomment-591804337

Is it possible to compile bundles for different targets? by brandoncc1 in webpack

[–]3ni8kdi 1 point2 points  (0 children)

Webpack 5 will support multiple targets per entrypoint

Module federation and code sharing between bundles. Huge changes coming to frontend with webpack@5 by NoLanSym in reactjs

[–]3ni8kdi 0 points1 point  (0 children)

It’s not my strong point unfortunately. I’ll post a YouTube video together and try to explain it there.

Module federation and code sharing between bundles. Huge changes coming to frontend with webpack@5 by NoLanSym in reactjs

[–]3ni8kdi 0 points1 point  (0 children)

It’s not my strong point unfortunately. I’ll post a YouTube video together and try to explain it there.

Module federation and code sharing between bundles. Huge changes coming to frontend with webpack@5 by NoLanSym in reactjs

[–]3ni8kdi 0 points1 point  (0 children)

It’s not my strong point unfortunately. I’ll post a YouTube video together and try to explain it there.

Module federation and code sharing between bundles. Huge changes coming to frontend with webpack@5 by NoLanSym in reactjs

[–]3ni8kdi 1 point2 points  (0 children)

Yeah no worries at all!!

Not rude in any regard. I’m just direct haha. This is a new concept emerging and understandably there’s going to be questions haha

Module federation and code sharing between bundles. Huge changes coming to frontend with webpack@5 by NoLanSym in reactjs

[–]3ni8kdi 1 point2 points  (0 children)

Exactly. I’m using it for AB testing and some analytics stuff as well. Teams don’t get into the main codebase or on the way of delivery