Router

japgolly.scalajs.react.extra.router.Router$
object Router

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Router.type

Members list

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]]