Micro Frontends is a concept of sharing components as modules/services with different frontend applications, without actually exporting the app as a whole.
This is a frontend-replica to the concept of Microservices used in any API building backend.
- Micro-frontends app using Single SPA and Module federation
POC made with reference to the article on Micro Frontends. Micro Frontends Using Single-SPA and Module Federation