(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |