reducer property

Reducer<S> reducer
getter/setter pairinherited

The Reducer for your Store. Allows you to get the current reducer or replace it with a new one if need be.

Implementation

Reducer<State> reducer;