In applications where you use redux for your data management, you often combine mutiple reducers into a root reducer. Then root reducer is used to create the store. Redux ships with a utility function…
Read More : http://javascript.tutorialhorizon.com/2016/06/28/combinereducers-in-reduxjs-explained/