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

Support Chunking in Feature App #652

Open
stemey opened this issue Mar 7, 2021 · 1 comment
Open

Support Chunking in Feature App #652

stemey opened this issue Mar 7, 2021 · 1 comment

Comments

@stemey
Copy link
Collaborator

stemey commented Mar 7, 2021

To support chunking in feature apps, the AsyncSsrManager must support adding chunk urls to the list of necessary asset urls needed to be loaded before hydration. The necessary chunks need to be identified by the feature app by using loadable components or a similar technology. These urls are communicated via AsyncSsrManager to the integrator to include them in the html.

@wootencl
Copy link

wootencl commented Sep 22, 2021

@stemey would this be a possible path forward (using module federation) and React: https://www.ebey.me/blog/webpack-federation-ssr? Also would need to use v18 of React which will hopefully be in beta here in the next couple of months.

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

2 participants