(assoc-in-cmp path)
Helper for creating a function that sets value in component atom in given path.
Helper for creating a function that sets value in component atom in given path.
(fwd-as new-type)
Creates a handler function that sends the payload of handled message as a new message type while discarding any metadata on the original message.
Creates a handler function that sends the payload of handled message as a new message type while discarding any metadata on the original message.
(fwd-as-w-meta new-type)
Creates a handler function that sends the payload of the handled message as a new message type preserving metadata of the original message.
Creates a handler function that sends the payload of the handled message as a new message type preserving metadata of the original message.
(run-handler handler-key msg-map)
(run-handler handler-key msg-payload msg-map)
Runs another handler function with a new message and otherwise the same context.
Runs another handler function with a new message and otherwise the same context.
(update-in-cmp path f)
Helper for creating a function that updates value in component atom in given path by applying f.
Helper for creating a function that updates value in component atom in given path by applying f.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close