This is unreleased documentation for Yew Next version.
For up-to-date documentation, see
the latest version on docs.rs
.
yew_
router
0.18.0
Module hooks
Module Items
Functions
In crate yew_
router
yew_router
Module
hooks
Copy item path
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.