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

Selective Hydration: Don't suspend if showing fallback #27230

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Aug 14, 2023

A transition that flows into a dehydrated boundary should not suspend if the boundary is showing a fallback.

This is related to another issue where Fizz streams in the initial HTML after a client navigation has already happened. That issue is not fixed by this commit, but it does make it less likely. Need to think more about the larger issue.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Aug 14, 2023
@react-sizebot
Copy link

react-sizebot commented Aug 14, 2023

Comparing: b4cdd3e...22abdff

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.min.js = 165.59 kB 165.61 kB = 51.88 kB 51.87 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 173.43 kB 173.44 kB = 54.24 kB 54.25 kB
facebook-www/ReactDOM-prod.classic.js = 569.92 kB 569.80 kB = 100.38 kB 100.39 kB
facebook-www/ReactDOM-prod.modern.js = 553.72 kB 553.60 kB = 97.54 kB 97.54 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against 22abdff

A transition that flows into a dehydrated boundary should not suspend
if the boundary is showing a fallback.

This is related to another issue where Fizz streams in the initial HTML
after a client navigation has already happened. That issue is not
fixed by this commit, but it does make it less likely. Need to think
more about the larger issue.
@acdlite acdlite force-pushed the dont-suspend-dehydrated-fallback branch from ee049cd to 22abdff Compare August 25, 2023 00:03
@acdlite acdlite merged commit ab31a9e into facebook:main Aug 25, 2023
2 of 23 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 25, 2023
A transition that flows into a dehydrated boundary should not suspend if
the boundary is showing a fallback.

This is related to another issue where Fizz streams in the initial HTML
after a client navigation has already happened. That issue is not fixed
by this commit, but it does make it less likely. Need to think more
about the larger issue.

DiffTrain build for [ab31a9e](ab31a9e)
EdisonVan pushed a commit to EdisonVan/react that referenced this pull request Apr 15, 2024
A transition that flows into a dehydrated boundary should not suspend if
the boundary is showing a fallback.

This is related to another issue where Fizz streams in the initial HTML
after a client navigation has already happened. That issue is not fixed
by this commit, but it does make it less likely. Need to think more
about the larger issue.
bigfootjon pushed a commit that referenced this pull request Apr 18, 2024
A transition that flows into a dehydrated boundary should not suspend if
the boundary is showing a fallback.

This is related to another issue where Fizz streams in the initial HTML
after a client navigation has already happened. That issue is not fixed
by this commit, but it does make it less likely. Need to think more
about the larger issue.

DiffTrain build for commit ab31a9e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants