Please enable JavaScript.
Coggle requires JavaScript to display documents.
Redux (reducer (args (state, action), return (state (same state (unknown…
Redux
reducer
чистая функция
args
state
action
return
state
not undefined
same state
unknown actions
init state
is current is undefined
Error
combineReducers
maps the state keys to given reducers
args
reducers: Object
key
value
reducer
only function
if not
raise Error