Kizspy | Question: 2 (Choose 1 answer)
In Redux, when should you use combineReducers?
A. When you want to connect the Redux store to a React component.
B. When you want to manage actions in the Redux application.
C. When you want to split a reducer into smaller reducers.
D. When you want to use Redux DevTools to track the state.