(merge-route-opts routes)
Makes it easier to write cross-compiled routes because you can define them like ["/path" {:name :my-route-name} #?@(:clj backend-opts)]
Makes it easier to write cross-compiled routes because you can define them like ["/path" {:name :my-route-name} #?@(:clj backend-opts)]
(routes-by-name routes & [filter*])
produces a map with routes keyed by name
produces a map with routes keyed by name
(simple-routes routes)
stripped down view of routes
stripped down view of routes
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close