Type Definition yew_interop::ScriptEffect[][src]

pub type ScriptEffect = FunctionComponent<script_effect>;
This is supported 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.