Back to Yew

From 0.16.0 to 0.17.0

website/docs/migration-guides/yew-router/from-0_16_0-to-0_17_0.mdx

0.18.0227 B
Original Source

Switch::render is no longer needed

The <Switch /> component now accepts a closure of Fn(Routable) -> Html as the render function directly.

The History API has been replaced with the Navigator API.