Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/data"

Index

Functions

Functions

Const createDataReducer

  • createDataReducer(key: string): (Anonymous function)
  • A higher order reducer creates a reducer that handles actions that dispatched by the apiMiddleware after successful server calls.

    Parameters

    • key: string

      A string value that is used to namespace the action type.

    Returns (Anonymous function)

    A reducer that handles actions that dispatched by the apiMiddleware after successful server calls.

Generated using TypeDoc