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

Add new package with renderToMarkup export #30105

Merged
merged 8 commits into from
Jun 27, 2024
Merged

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    3d4fec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7df40b View commit details
    Browse the repository at this point in the history
  3. Add bundle

    sebmarkbage committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4def38f View commit details
    Browse the repository at this point in the history
  4. Tests

    We cannot use JSX because we need to use the react-server runtime.
    sebmarkbage committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    23a7c2d View commit details
    Browse the repository at this point in the history
  5. Configure Flight rendering

    We render into an RSC payload using FlightServer, then parse it with
    FlightClient and then render the result using Fizz.
    sebmarkbage committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a7d35a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update packages/react-html/package.json

    Typo for npm. This isn't covered by tests since our tests manually alias instead of looking at the conditions.
    
    Co-authored-by: Sebastian Silbermann <[email protected]>
    sebmarkbage and eps1lon authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2829604 View commit details
    Browse the repository at this point in the history
  2. Update README

    Co-authored-by: Sebastian Silbermann <[email protected]>
    sebmarkbage and eps1lon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7817ea5 View commit details
    Browse the repository at this point in the history
  3. Remove isPrimaryRenderer

    No longer used since there's no Context on the Server.
    sebmarkbage committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    471c13b View commit details
    Browse the repository at this point in the history