amclin / react-project-boilerplate

Boilerplate React project incorporating NextJS, CICD pipelines, unit testing, quality gates, and code styling. It is useful for ensuring consistent working environments across multiple different applications.
Other
10 stars 7 forks source link

add microfront-end loader #193

Open KevinDanikowski opened 4 years ago

KevinDanikowski commented 4 years ago

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

amclin commented 4 years ago

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: https://github.com/webpack/webpack/issues/10352

ScriptedAlchemy commented 4 years ago

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