question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Microfrontend support

See original GitHub issue

🚀 Feature request

Webpack 5 Module Federation API will be a game changer to the web. So bringing support to Angular CLI once Webpack 5 is released and supported will also be a game changer to Angular projects using the CLI.

Command (mark with an x)

  • new
  • build
  • serve
  • test
  • e2e
  • generate
  • add
  • update
  • lint
  • xi18n
  • run
  • config
  • help
  • version
  • doc

Description

Once Angular CLI support Webpack 5 #17555 it is important to also support its new API called Module Federation that allow sharing modules in runtime among applications.

Describe the solution you’d like

Support Webpack 5 Module Federation.

Describe alternatives you’ve considered

No alternative considered.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:109
  • Comments:28

github_iconTop GitHub Comments

33reactions
ScriptedAlchemycommented, Aug 23, 2020

Soon as a branch is up. Even broken, I can provide some guidance. I’ve upgraded several community projects to webpack 5 and have rewritten many plugins over the past several months.

Upgrading is complex. But we were able to do so with next js, through a lot of updating. Next still remains WP4 and WP5 compatible.

28reactions
ScriptedAlchemycommented, May 30, 2020

Let me know if there is any assistance needed on Module Federation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Micro Frontends - extending the microservice idea to frontend ...
The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by...
Read more >
Building a Micro-frontend Framework
Micro-frontend architectures decompose a front-end app into semi-independent "microapps" working ... This can help make large projects more manageable, ...
Read more >
Microfrontends: Microservices for the Frontend
Microservices are a popular way to build small, autonomous teams that can work independently. Unfortunately, by their very nature, ...
Read more >
Micro Frontend Architecture and Best Practices
Support code and style isolation, an individual development team can choose their own technology. The development and deployment speed is very ...
Read more >
Microfrontends Overview
Microfrontends are sections of your UI, often consisting of dozens of components, that use frameworks like React, Vue, and Angular to render their...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found