(defcomponent display-name constructor & body)
(defcomponent &form &env display-name constructor & body)
(defnc name props-bindings & body)
(defnc &form &env name props-bindings & body)
(factory component)
Takes a React component, and creates a function that returns a new React element
Takes a React component, and creates a function that returns a new React element
(shallow-render & body)
(shallow-render &form &env & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close