Micro Frontends are a new way of structuring web applications that can improve development velocity, and enable better team collaboration.
Vite vs Webpack. Start using the Vite tool instead of Webpack for your frontend.
Use Vite Module Federation plugin (originjs/vite-plugin-federation) and Rollup for your micro frontend.
Learn how to set up a Vite proxy server
Discover how Vite uses Rollup for production builds and its plugin system to extend its functionality.