japgolly.scalajs.react.extra.router
The prefix of all routes in a set.
The router expects this to be a full URL. Examples: BaseUrl("http://www.blah.com/hello"), BaseUrl.fromWindowOrigin / "hello".
BaseUrl("http://www.blah.com/hello")
BaseUrl.fromWindowOrigin / "hello"
The prefix of all routes in a set.
The router expects this to be a full URL. Examples:
BaseUrl("http://www.blah.com/hello")
,BaseUrl.fromWindowOrigin / "hello"
.