Skip to main content

Crate crepuscularity_reactive

Crate crepuscularity_reactive 

Source

Structs§

Effect
Reactive side effect that re-runs when signals or memos read inside it change.
Memo
Cached reactive computation that notifies dependents only when its value changes.
Signal
Reactive value that notifies memos and effects when it changes.

Functions§

batch_begin
batch_end
flush
hydrate_root
Read SSR context and wire signals to DOM. setup receives the deserialized server context and should call bind_* functions. On non-WASM targets this is a no-op (useful for native tests).