Module sycamore::utils::hydrate[][src]

Expand description

Hydration support for Sycamore.

Modules

Utilities for client-side hydration in the browser.

Structs

A manager for the current hydration state.

Functions

Returns a tuple of the current component id and the current hydration key.

Returns a tuple of the current component id and the current hydration key. Increments the hydration key.

Increments the hydration component id, calls the callback, and resets the component id to previous value.

Returns true if hydration has completed.

Run the closure inside a hydration context. If already inside a hydration context, creates a nested context.