Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c.interop.native


objectcljs

(object attrs create)
(object attrs create update)
(object attrs create update destroy)
(object attrs create before-update update destroy)

Returns an invisible item that will set its state to the object created by create which can be modified imperatively during its lifecycle.

(create attrs) => thing (before-update thing prev-attrs new-attrs) => snapshot, something derived from thing. (update thing prev-attrs new-attrs) ... mutation on thing. (delete thing) ... same

Returns an invisible item that will set its state to the object created by
`create` which can be modified imperatively during its lifecycle.

(create attrs) => thing
(before-update thing prev-attrs new-attrs) => snapshot, something derived from thing.
(update thing prev-attrs new-attrs) ... mutation on thing.
(delete thing) ... same
sourceraw docstring

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

× close