RouterLogicF
final class RouterLogicF[F[_], Page, Props](val baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Props]) extends BroadcasterF[F, Unit]
Performs all routing logic.
- Type Params
- Page
Routing rules context. Prevents different routing rule sets being mixed up.
- Value Params
- baseUrl
The prefix of all routes in a set.