-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Next.js: RSC/App Dir #1400
Comments
@ScriptedAlchemy Does that mean MF already supported App Router with these known issues? Or do we need to fix these issues first to make MF work with App Router? |
Need to fix. Soon as you add it. I believe it starts crashing. Likely due to react is "two" copies now. The full set and a subset depending on who imports it not how it's imported. |
Okay it looks like #1433 - using the forked version of module federation, i can enable it to track initialChunks as well, then wrap entrypoint runtime callback in the chunk handlers federation normally uses, causing a eager entry to await its own startup while federation checks its chunkid againt its now "all knowing" chunk maps. |
Hello, |
Best way to move it forwards is looking over "how to help" Given current bandwidth and demand. I'll likely only start looking at it in a few months. Community is welcome to help, which will speed up the timeline significantly |
Stale issue message |
Knowns:
Known Issues:
Perspective:
Ideas:
Reality:
Want to help?
Any progress is welcomed!
Where to start
shareScope
keys, like default and rsc, so RSC parts are shared via the right library and not use client reactThe text was updated successfully, but these errors were encountered: