feat(rsc-mf): implement MF RSC support#8366
Draft
ScriptedAlchemy wants to merge 327 commits intoweb-infra-dev:mainfrom
Draft
feat(rsc-mf): implement MF RSC support#8366ScriptedAlchemy wants to merge 327 commits intoweb-infra-dev:mainfrom
ScriptedAlchemy wants to merge 327 commits intoweb-infra-dev:mainfrom
Conversation
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Prevent static middleware path traversal-by-reset by resolving requests under the bundles root with explicit containment checks, and make bridge loading dedupe atomic by caching a pending promise before triggering remote load side effects. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Update fixture package pins to the latest core canaries and tighten rsc-mf containment resolution contracts to match the new modern-js-v3 loading behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
…cy check Co-authored-by: Cursor <cursoragent@cursor.com>
|
✅ Deploy Preview for modernjs-byted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Closed
3 tasks
…age fixture-scoped Drop the in-repo modernjs-v3 package copy now that plugin updates ship from module-federation/core canaries, and restore i18n fixture dependency specs to published versions. Co-authored-by: Cursor <cursoragent@cursor.com>
…o cursor/module-federation-rsc-example-16dd
Co-authored-by: Cursor <cursoragent@cursor.com>
Member
|
Want to confirm whether this PR is ready for review ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changed vs
maintests/integration/rsc-mf(host + remote) that exercises Module Federation + React Server Components end-to-end in bothdevandbuildflows@module-federation/modern-js-v3consumption canary-scoped to the newrsc-mffixture (tests/integration/rsc-mf/{host,remote})packages/modernjs-v3copy so plugin source-of-truth remains inmodule-federation/core@module-federation/modern-js-v3back to published version (2.0.0) instead ofworkspace:*scripts/check-dependencies.jsWhy
module-federation/coreValidation
pnpm run check-dependenciespnpm run test:framework --testPathPattern=integration/rsc-mf/tests/index.test.tsRelated
module-federation/core#4467