- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 31字
- 2021-07-02 12:40:31
replaceReducer(nextReducer)
The replaceReducer(nextReducer) method replaces the reducer that's currently used by the store to calculate the state. It is an advanced API, and may not be required for normal use cases.