[][src]Function seed::routing::initial

pub fn initial<Ms>(update: impl Fn(Ms), routes: fn(_: &Url) -> Ms) where
    Ms: 'static, 

For setting up landing page routing. Unlike normal routing, we can't rely on the popstate state, so must go off path, hash, and search directly.