Quiz: Reducer Composition and Combine Reducers

Reducer Composition : What does combineReducers do?
Connects a component to your Redux store.
Turns an object whose values are different reducing functions into a single reducing function you can pass to createStore.
Passes the dispatched action to your reducer.
Updates the state of the store.
{"name":"Quiz: Reducer Composition and Combine Reducers", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Reducer Composition : What does combineReducers do?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker