(current-state)
(dispatch & {:keys [action actions reducers] :or {actions [action]}})
(dispatch-action action reducers)
(dissoc-in state full-key)
(get-action-params action)
(get-action-type action)
(get-reducer name reducers-config)
(merge-in state full-key value)
(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