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

[Float][Fizz][Fiber]: Refactor <style> Resource implementation to group on flush #26280

Merged
merged 2 commits into from
Mar 3, 2023

Commits on Mar 2, 2023

  1. Refactor <style> Resource implementation to group on flush

    There is a problem with <style> as resource. For css-in-js libs there may be an very large number of these hoistables
    being created. The number of style tags can grow quickly and to help reduce the prevalence of this FIzz now aggregates all style tags for a given precedence into a single tag. The client can 'hydrate' against these componund tags but currently on the client insertions are done individually.
    gnoff committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0008afb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    5128af2 View commit details
    Browse the repository at this point in the history