Liking cljdoc? Tell your friends :D

qlkit.core


classesclj/s

Atom containing the qlkit classes created by defcomponent

Atom containing the qlkit classes created by defcomponent
sourceraw docstring

component-registrycljs

Atom containing a map of HTML element keywords (e.g. :div or :table) to React components.

Atom containing a map of HTML element keywords (e.g. :div or :table) to React components.
sourceraw docstring

create-instancecljs

(create-instance component atts)
source

defcomponent*cljmacro

(defcomponent* nam & bodies)
source

get-fnclj/s

(get-fn f & args)
source

get-queryclj/s

(get-query key)
source

make-root-componentcljs

Atom containing a function that takes a React component and returns the React component at the root of the application's DOM.

Atom containing a function that takes a React component and returns the React component at the root of the application's DOM.
sourceraw docstring

mountclj/s

(mount args)
source

mount-infoclj/s

source

parse-childrenclj/s

(parse-children query-term env)
source

parse-children-remoteclj/s

(parse-children-remote [dispatch-key params & chi :as query] env)
source

parse-children-syncclj/s

(parse-children-sync query-term result env)
source

parse-queryclj/s

(parse-query query)
(parse-query query env)

Parses an entire query, i.e. something with multiple query terms, such as [[:person {} [:person/name]] [:widget {} [:widget/name]]]. The output of 'parse-query' is meant to be sent by the server to the client to pass back query results.

Parses an entire query, i.e. something with multiple query terms, such as [[:person {} [:person/name]] [:widget {} [:widget/name]]]. The output of 'parse-query' is meant to be sent by the server to the client to pass back query results.
sourceraw docstring

perform-remote-queryclj/s

(perform-remote-query query)
source

react-classclj

source

register-componentcljs

(register-component k v)
source

rendering-middlewarecljs

source

safe-derefclj/s

(safe-deref state)
source

transact!*clj/s

(transact!* this & query)
source

update-state!*cljs

(update-state!* this fun & args)
source

warningclj/s

(warning msg)
source

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

× close