You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
The webpack project is actively working on a method to share chunked resources between multiple apps on a page - the explicit use case is for microfrontend architectures to improve performance while maintaining the agility of independent deployments: webpack/webpack#10352
Working on it, we have an MVP operational but I'm still working out module sharing. So far it's working but I need to add a few extra enhancements to the core. It should only take a few days.
The one area ill need to work out still is federation of AMD/UMD - all the others are already done
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it would be useful to show an example implementation of a microfront-end example perhaps once an ideal microfrontend solution is decided.
The text was updated successfully, but these errors were encountered: