(component-keys args)Given [:a 1 :b 2] returns [:a :b]
Given [:a 1 :b 2] returns [:a :b]
(new-app)(new-app deps)Creates an App defrecord which can be used to assoc all dependencies on to. deps is what is passed to component/using. deps is either a map of keyword -> keyword or a seq of keywords
Creates an App defrecord which can be used to assoc all dependencies on to. deps is what is passed to component/using. deps is either a map of keyword -> keyword or a seq of keywords
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 |