Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c.browser


liftcljs

(lift class & args)

Returns an item implemented by the given Reacl class and arguments.

Returns an item implemented by the given Reacl class and arguments.
sourceraw docstring

rendercljs

(render binding item)

Returns a Reacl element or component implementing the given item, and with the given state binding.

Returns a Reacl element or component implementing the given item,
and with the given state `binding`.
sourceraw docstring

runcljs

(run dom item initial-state)

Runs the given item as an application underneath the given native dom node, and with the given initial-state.

Runs the given item as an application underneath the given
native `dom` node, and with the given `initial-state`.
sourceraw docstring

send-message!cljs

(send-message! target msg)

Sends a message to the runtime component target.

Sends a message to the runtime component `target`.
sourceraw docstring

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

× close