Module

Cherry.Router

Package
purescript-cherry
Repository
oreshinya/purescript-cherry

#router Source

router :: forall e. (String -> Eff (dom :: DOM | e) Unit) -> Eff (dom :: DOM | e) Unit

#navigateTo Source

navigateTo :: forall e. String -> Eff (dom :: DOM, history :: HISTORY | e) Unit

#redirectTo Source

redirectTo :: forall e. String -> Eff (dom :: DOM, history :: HISTORY | e) Unit

#goForward Source

goForward :: forall e. Eff (dom :: DOM, history :: HISTORY | e) Unit

#goBack Source

goBack :: forall e. Eff (dom :: DOM, history :: HISTORY | e) Unit