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

[dynamicIO] Update prerender to use Fizz prerender #71580

Merged
merged 1 commit into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. Update prerender to use Fizz prerender

    Previously the `prerender` function for Fizz was gated to experimental but in our latest React sync we now have access to it in the canary channel. This updates the prerender pathway for non-experimental react to use `prerender` rather than `renderToReadableStream`.
    
    `prerender` has a few benefits in that it does breadth first rendering at Suspense boundaries so you can ensure fallback UIs are fully rendered wherever possible if you end up abortint the render.
    gnoff committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5ca67fd View commit details
    Browse the repository at this point in the history