module-federation / utilities

Various Utilities for Module Federation
MIT License
37 stars 0 forks source link

Performance improvements, safety checks #2

Closed ScriptedAlchemy closed 2 years ago

ScriptedAlchemy commented 2 years ago

Reduce amount of calls made to webpack runtime functions when possible Harden remote loading and initialization against async quirks or poorly implemented remote loading conventions when mixing remote injector tools Adding my default initialized marker to remote for compatibility with my ecosystem and plugins

Adding Comment blocks for suggested ways to improve performance by executing startup functions in parallel and remote initialization + exposed module get in parallel

alex-vukov commented 2 years ago

Closing the PR because all of the suggested changes were made in another PR