Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/loading"

Index

Functions

Const createLoadingReducer

  • createLoadingReducer(key: string): (Anonymous function)
  • A higher order reducer that creates a reducer that handles the actions related to loading state of the application.

    Parameters

    • key: string

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

    Returns (Anonymous function)

    A reducer that handles actions related to the loading state of the application.

Generated using TypeDoc