(always-apply-functions current-state reducer-config)
(apply-functions-to-state current-state scope functions)
(current-state)
(dispatch & {:keys [action actions reducers scope] :or {actions [action]}})
(dispatch-action action reducer-config scope)
(dissoc-in state full-key)
(get-action-params action)
(get-action-type action)
(get-reducer name reducers-config)
(merge-in state full-key value)
(reduce-state current-state functions)
(reducer-config-with-scope reducer-config scope)
(reset-state)
(scoped-current-state key)
(scoped-state-key key)
(throw-unknown-reducer-error action-type)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close