module-federation-examples
module-federation-examples copied to clipboard
question: Micro front-end scenario performance optimization
For example, I have a micro-frontend system with 100 applications. During the module-federation initialization phase, I need to load 100 mf-manifest.json and remoteEntry.js. How much performance overhead will these 200 http requests have? Do I need to consider grouping remotes? I haven't tried it, so I want to get the answer directly.