Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micro apps in chunks and live reload #1

Open
alejandrogkl opened this issue Feb 19, 2020 · 0 comments
Open

Micro apps in chunks and live reload #1

alejandrogkl opened this issue Feb 19, 2020 · 0 comments

Comments

@alejandrogkl
Copy link

HI, i was looking for tutorials of how to re-architect an angular SPA that is getting bigger.

One of the possibilities is a Shell App that load multiple micro apps or micro frontends

The SPA is currently using NX and the potential micro apps are in separated micro-apps libraries with a lot of internally lazy loaded modules

I found a lot of recommendations, but this one in particular i really like, i still have a couple of questions that maybe you can help me answer

1 - How could be possible to load the micro apps in chunks ( like a normal SPA with lazy load ) and not in a single file? ( since is a multiple step process a micro app could be big enough for a single file )

2 - During development running the entire app (Which is very usual) how to reload the browser when a micro app change?

Any recommendation will be really appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant