All Reducers

PHOTO EMBED

Mon Apr 25 2022 09:40:38 GMT+0000 (Coordinated Universal Time)

Saved by @nimaSm

// Reducers Imports
import reducerSlice from '/reducerSlice-file-path'


const rootReducer = {
  // all reducers imported files as obj entries

   reducerSlice 
};

export default rootReducer;  //import it in the Store for configuration

content_copyCOPY

all reducer slices will imported here then all of them will pass down to store via single Object(rootReducer) to Store index