You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal allows us to control hydration and hydration ordering by server-rendering a defer-hydration attribute, and removing it on the client when we want to trigger hydration. This decouples element definition ordering from hydration ordering, and allows sections of the page to remain non-hydrated until an outside signal.
This proposal allows us to control hydration and hydration ordering by server-rendering a
defer-hydration
attribute, and removing it on the client when we want to trigger hydration. This decouples element definition ordering from hydration ordering, and allows sections of the page to remain non-hydrated until an outside signal.We have this implemented in the Lit SSR library.
I put an initial draft of the proposal in #15
The text was updated successfully, but these errors were encountered: