Crate reactive_macros

Source

Macros§

effect
Creates a reactive effect from a closure or function pointer.
signal
Wraps a static mut variable as a reactive signal (similar to a property) with getter and setter functions.

Attribute Macros§

evaluate
Evaluates a zero-argument function and optionally reports when the value changes.
memo
Turns a zero-argument function into a memoized, reactive computation.