Function partialReducer

  • This function creates a full reducer given a partial reducer.

    Returns

    A full reducer function

    Type Parameters

    • T

      Is the type of action payload to act on

    • S = any

      Is the type of state to act on

    Parameters

    Returns ReducerOf<S, T>

Generated using TypeDoc