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

Module hooks

Source
Expand description

Hooks to access router state and navigate between pages.

Functionsยง

use_location
A hook to access the current Location.
use_navigator
A hook to access the Navigator.
use_route
A hook to access the current route.