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

yew/functional/hooks/use_transitive_state/
feat_hydration.rs

1//! The hydration variant.
2//!
3//! This is the same as the use_prepared_state.
4
5#[doc(hidden)]
6pub use crate::functional::hooks::use_prepared_state::feat_hydration::use_prepared_state as use_transitive_state;