[Fiber] Extract Fragment instance commit helpers into their own module - #37167
Merged
Conversation
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
July 31, 2026 19:14
438e4fc to
503d0d4
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
July 31, 2026 20:15
503d0d4 to
fd7baec
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
July 31, 2026 20:55
fd7baec to
bd8425c
Compare
jackpope
marked this pull request as ready for review
July 31, 2026 21:09
eps1lon
approved these changes
Jul 31, 2026
jackpope
disabled the stack merge
August 9, 2026 19:14
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 9, 2026 19:15
bd8425c to
e02b227
Compare
eps1lon
approved these changes
Aug 10, 2026
jackpope
disabled the stack merge
August 11, 2026 03:48
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 11, 2026 03:49
e02b227 to
b04bc77
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 00:50
b04bc77 to
a5eb5ed
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:05
a5eb5ed to
360e8b5
Compare
poteto
approved these changes
Aug 12, 2026
poteto
left a comment
Collaborator
There was a problem hiding this comment.
LGTM (light skim). Stacking stamps for the fragment-refs land sequence.
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:13
360e8b5 to
3ad6818
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:19
3ad6818 to
922b5a9
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:25
922b5a9 to
784b9d0
Compare
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:32
784b9d0 to
f4c8106
Compare
Base automatically changed from
fragment-refs/portal-child-event-listeners
to
main
August 12, 2026 01:38
Move commit insertion/deletion bookkeeping and fragment ancestry walks out of ReactFiberCommitHostEffects so placement host-parent logic stays separate from Fragment instance parent collection.
jackpope
force-pushed
the
fragment-refs/extract-fragment-instance
branch
from
August 12, 2026 01:38
f4c8106 to
baa8fd4
Compare
|
Comparing: fdaa617...baa8fd4 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
github-actions Bot
pushed a commit
to code/lib-react
that referenced
this pull request
Aug 12, 2026
react#37167) Just a small refactor to consolidate FragmentInstance helpers into one module DiffTrain build for [22e4f99](react@22e4f99)
github-actions Bot
pushed a commit
to code/lib-react
that referenced
this pull request
Aug 12, 2026
react#37167) Just a small refactor to consolidate FragmentInstance helpers into one module DiffTrain build for [22e4f99](react@22e4f99)
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.
Just a small refactor to consolidate FragmentInstance helpers into one module