Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.macros.defsc


(-legal-keys query)

PRIVATE. Find the legal keys in a query. NOTE: This is at compile time, so the get-query calls are still embedded (thus cannot use the AST)

PRIVATE. Find the legal keys in a query. NOTE: This is at compile time, so the get-query calls are still embedded (thus cannot
use the AST)
sourceraw docstring

cljs?clj/s

(cljs? env)
source

defscclj/smacro

(defsc & args)

Identical to comp/defsc. Here for dynamic testing ability.

Identical to comp/defsc.  Here for dynamic testing ability.
source (clj)source (cljs)raw docstring

defsc*clj/s

(defsc* env args)
source

destructured-keysclj/s

(destructured-keys m)
source

is-link?clj/s

(is-link? query-element)

Returns true if the given query element is a link query like [:x '_].

Returns true if the given query element is a link query like [:x '_].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close