pub type ScriptEffect = FunctionComponent<script_effect>;Available on crate feature
script only.Expand description
This component runs javascript on render.
Note this is different from the yew::use_effect hook, which runs after rendering.
Aliased Typeยง
pub struct ScriptEffect { /* private fields */ }