Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

add microfront-end loader #193

Open
KevinDanikowski opened this issue Jan 17, 2020 · 2 comments
Open

add microfront-end loader #193

KevinDanikowski opened this issue Jan 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@KevinDanikowski
Copy link

it would be useful to show an example implementation of a microfront-end example perhaps once an ideal microfrontend solution is decided.

@developher-net
Copy link
Owner

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

@ScriptedAlchemy
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants