Function dioxus_hooks::use_context_provider
source · [−]pub fn use_context_provider<T: 'static>(cx: &ScopeState, f: impl FnOnce() -> T)Expand description
Provide some state for components down the hierarchy to consume without having to drill props.