Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c.main.reacl

Functions for using Reacl-c within a Reacl application or library.

Functions for using Reacl-c within a Reacl application or library.
raw docstring

embedcljs

(embed item)
(embed binding item)

Returns a Reacl component embedding the given item with the given Reacl state binding.

Messages sent to the returned component are passed to the given item. Actions and effects emitted from the item are emitted from the returned component. To have effects being executed implicitly, use [[reacl-c.main/execute-effects]].

Returns a Reacl component embedding the given item with the given
Reacl `state binding`.

Messages sent to the returned component are passed to the given
item. Actions and effects emitted from the item are emitted from the
returned component. To have effects being executed implicitly,
use [[reacl-c.main/execute-effects]].
sourceraw docstring

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

× close