(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |