RoutingRules
japgolly.scalajs.react.extra.router.package$.RoutingRules$
object RoutingRules
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RoutingRules.type
Members list
In this article
Create routing rules all at once, with compiler proof that all Pages will have a Path and Action associated.
Create routing rules all at once, with compiler proof that all Pages will have a Path and Action associated.
The trade-off here is that care will need to be taken to ensure that path-parsing aligns with paths generated for pages. It is recommended that you call RouterConfig.verify as a sanity-check.
Create routing rules all at once, with compiler proof that all Pages will have a Path and Action associated.
Create routing rules all at once, with compiler proof that all Pages will have a Path and Action associated.
The trade-off here is that care will need to be taken to ensure that path-parsing aligns with paths generated for pages. It is recommended that you call RouterConfig.verify as a sanity-check.