...
Tip |
---|
In our worst case scenario, our MFE is now 67.6% of the size of a traditional MFE. In our best case scenario, our MFE is now 4.5% of the size of a traditional MFE. As the application code of an MFE increases these numbers will shift, but they show the effect of using Shared Dependenciesthe percentage attributable to the shared dependencies will decrease - application code of 1MB will be roughly 50% as large as a traditional MFE in the best case scenario. We can leverage lazy loading and bundle splitting to keep the incremental download for guest MFEs small. |