Skip to content

Conversation

jackpope
Copy link
Member

This was shipped internally. Cleaning up the flag.

@react-sizebot
Copy link

Comparing: 408d055...79cbf48

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.js = 6.68 kB 6.68 kB +0.05% 1.83 kB 1.83 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 527.81 kB 527.81 kB = 93.08 kB 93.08 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB +0.05% 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 633.44 kB 633.44 kB = 111.27 kB 111.27 kB
facebook-www/ReactDOM-prod.classic.js = 671.22 kB 671.22 kB = 117.71 kB 117.71 kB
facebook-www/ReactDOM-prod.modern.js = 661.50 kB 661.50 kB = 116.15 kB 116.15 kB

Significant size changes

Includes any change greater than 0.2%:

Expand to show
Name +/- Base Current +/- gzip Base gzip Current gzip
react-native/implementations/ReactFabric-profiling.js +0.21% 392.26 kB 393.08 kB +0.16% 66.79 kB 66.89 kB
react-native/implementations/ReactFabric-prod.js +0.20% 364.35 kB 365.09 kB +0.14% 62.82 kB 62.91 kB

Generated by 🚫 dangerJS against 79cbf48

Copy link
Member

@kassens kassens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jackpope jackpope merged commit edf550b into facebook:main May 5, 2025
245 checks passed
@jackpope jackpope deleted the remove-rn-completeroot-exp branch May 5, 2025 17:36
github-actions bot pushed a commit that referenced this pull request May 5, 2025
This was shipped internally. Cleaning up the flag.

DiffTrain build for [edf550b](edf550b)
if (enableFabricCompleteRootInCommitPhase) {
completeRoot(container.containerTag, newChildren);
}
completeRoot(container.containerTag, newChildren);
Copy link
Collaborator

@sebmarkbage sebmarkbage May 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be renamed to commitRoot to align with React terminology. Really these should exist in both forms. Both completeRoot (which would really do layout eagerly) and commitRoot. This is the commitRoot part.

github-actions bot pushed a commit to code/lib-react that referenced this pull request May 5, 2025
This was shipped internally. Cleaning up the flag.

DiffTrain build for [edf550b](facebook@edf550b)
github-actions bot pushed a commit to code/lib-react that referenced this pull request May 5, 2025
This was shipped internally. Cleaning up the flag.

DiffTrain build for [edf550b](facebook@edf550b)
jackpope added a commit that referenced this pull request Jul 16, 2025
This was shipped internally. Cleaning up the flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants