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

[Partial Hydration] Attempt hydration at a higher pri first if props/context changes #16352

Merged
merged 4 commits into from
Aug 14, 2019

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    ac5f5ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80557ba View commit details
    Browse the repository at this point in the history
  3. Retrying a dehydrated boundary pings at the earliest forced time

    This might quickly become an already expired time.
    sebmarkbage committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    a41cf09 View commit details
    Browse the repository at this point in the history
  4. Mark the render as delayed if we have to retry

    This allows the suspense config to kick in and we can wait for much longer
    before we're forced to give up on hydrating.
    sebmarkbage committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e4b74db View commit details
    Browse the repository at this point in the history