(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 is a website building & hosting documentation for Clojure/Script libraries
× close