Liking cljdoc? Tell your friends :D

bangmod.router.core


atom-matched-routecljs

source

atom-paramscljs

source

atom-query-paramscljs

source

(navigate! handler)
source

register-routescljs

(register-routes routes)
source

registration-reportcljs

(registration-report)

{:routed [...] :registered [...] :duplicates [...] :orphan-routes [...] :orphan-registrations [...]}

routed are the handlers the route table can match; registered are the ones with a routed-component implementation. A duplicate silently shadows a component; an orphan is an ABSENCE — a route that renders blank, or a component nothing reaches — which the registration-time collision check cannot see.

{:routed [...] :registered [...] :duplicates [...] :orphan-routes [...] :orphan-registrations [...]}

`routed` are the handlers the route table can match; `registered` are the ones with
a `routed-component` implementation. A duplicate silently shadows a component; an
orphan is an ABSENCE — a route that renders blank, or a component nothing reaches —
which the registration-time collision check cannot see.
sourceraw docstring

start!cljs

(start! options)
source

url-forcljs

(url-for & args)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close