Liking cljdoc? Tell your friends :D
ClojureScript only.

tuck.effect

Describe processing effects. Effects may be returned from process-event method implementations. Effects do not receive current app state, but do receive e! control handle so that they can send further events.

Describe processing effects. Effects may be returned from `process-event`
method implementations. Effects do not receive current app state, but do receive
`e!` control handle so that they can send further events.
raw docstring

process-effectcljsmultimethod

Process an effect. Dispatches on :tuck.effect/type. Do not call this directly, the tuck control handle calls this when process-event returns an effect.

To add new effect types, implement this multimethod for a new type keyword.

Process an effect. Dispatches on `:tuck.effect/type`.
Do not call this directly, the tuck control handle calls this when
`process-event` returns an effect.

To add new effect types, implement this multimethod for a new type keyword.
sourceraw docstring

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

× close