Router

object Router
class Object
trait Matchable
class Any
Router.type

Value members

Concrete methods

def apply[F[_], Page](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Unit]): RouterF[F, Page]
def componentAndCtl[F[_], Page](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Unit]): (RouterF[F, Page], RouterCtlF[F, Page])
def componentAndLogic[F[_], Page](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Unit]): (RouterF[F, Page], RouterLogicF[F, Page, Unit])
def componentUnbuilt[F[_], Page](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Unit]): LastStep[Unit, None, ResolutionWithProps[Page, Unit], OnUnmountF[F], Some[Unit]]
def componentUnbuiltC[F[_], Page](cfg: RouterWithPropsConfigF[F, Page, Unit], lgc: RouterLogicF[F, Page, Unit]): LastStep[Unit, None, ResolutionWithProps[Page, Unit], OnUnmountF[F], Some[Unit]]