This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module context

Source
Expand description

This module defines the ContextProvider component.

Structsยง

ContextHandle
Owns the connection to a context provider. When dropped, the component will no longer receive updates from the provider.
ContextProvider
The context provider component.
ContextProviderProps
Props for ContextProvider