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

[Fiber/Fizz] Support AsyncIterable as Children and AsyncGenerator Client Components #28868

Merged
merged 4 commits into from
Apr 22, 2024

Commits on Apr 21, 2024

  1. Add Feature Flag

    sebmarkbage committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    73162be View commit details
    Browse the repository at this point in the history
  2. Warn for client Async Generator Function

    This is just a variant of an async function.
    sebmarkbage committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9c37ac8 View commit details
    Browse the repository at this point in the history
  3. Support Async Iterable Children in Fiber

    This just unwraps each thenable using the use() logic and then iterates
    over the it as an iterator.
    sebmarkbage committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    22ab188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    453d657 View commit details
    Browse the repository at this point in the history