Liking cljdoc? Tell your friends :D

simply-ux.state-store


always-apply-functionscljs

(always-apply-functions current-state reducer-config)

app-statecljs


apply-functions-to-statecljs

(apply-functions-to-state current-state scope functions)

current-statecljs

(current-state)

dispatchcljs

(dispatch & {:keys [action actions reducers] :or {actions [action]}})

dispatch-actioncljs

(dispatch-action action reducer-config)

dissoc-incljs

(dissoc-in state full-key)

get-action-paramscljs

(get-action-params action)

get-action-typecljs

(get-action-type action)

get-reducercljs

(get-reducer name reducers-config)

merge-incljs

(merge-in state full-key value)

reduce-statecljs

(reduce-state current-state functions)

reset-statecljs

(reset-state)

scoped-current-statecljs

(scoped-current-state key)

scoped-state-keycljs

(scoped-state-key key)

throw-unknown-reducer-errorcljs

(throw-unknown-reducer-error action-type)

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

× close