sycamore::reactive

Function create_child_scope

pub fn create_child_scope(f: impl FnOnce()) -> NodeHandle
Expand description

Create a child scope.

Returns the created NodeHandle which can be used to dispose it.