Function dioxus_hooks::use_root_context

source ·
pub fn use_root_context<T: 'static + Clone>(new: impl FnOnce() -> T) -> T
Expand description

Try to get a value from the root of the virtual dom, if it doesn’t exist, create a new one with the closure provided.