Function createResponseMergeReducer

  • Creates a reducer that merges each next lifecycle event (produced as the responses of the handler) into the existing state. Does a top-level merge.

    Type Parameters

    • TNext

    Parameters

    Returns ((ACs) => ((state?, event) => TNext))