S
SolidJS2mo ago
Mia

How do I manually implement hydration for a component?

I want to add markers / hydration labels myself, so that I can render it on a server in one way, and on the client in another. The DOM is slightly different between the two and causes hydration mismatches for Solid.
2 Replies
Mia
MiaOP2mo ago
Or have some other way to tell Solid: "Hydrate here -> "
Alex Lohr
Alex Lohr2mo ago
<Hydration>...</Hydration> and <NoHydration></NoHydration> are currently undocumented features AFAIK.

Did you find this page helpful?