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:
- Created 3 years ago
- Reactions:109
- Comments:28
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Let me know if there is any assistance needed on Module Federation