Functions for using Reacl-c within a Reacl application or library.
Functions for using Reacl-c within a Reacl application or library.
(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]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close