You can combine multiple reducers in React by using the combineReducers function, which allows you to manage different parts of the state with separate reducer functions.