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

[Fizz] Prepare Recursive Loop for More Types #21186

Merged
merged 2 commits into from
Apr 7, 2021

Commits on Apr 7, 2021

  1. Split out into helper functions

    This is similar to the structure of beginWork in Fiber.
    sebmarkbage committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3c0bc1c View commit details
    Browse the repository at this point in the history
  2. Split the rendering of a node from recursively rendering a node

    This lets us reuse render node at the root which doesn't spawn new work.
    sebmarkbage committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    deb8aa9 View commit details
    Browse the repository at this point in the history