@wsi/dux
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@wag/dux

Usage

Set of tool kits to reduce boilerplate in redux store creation.

createAsyncActionsTypes

createAsyncActionsTypes(namespace, actionName) will return:

{
  START: Start;
  SUCCESS: Success;
  ERROR: Error;
  DISMISS_ERROR: DismissError;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @wsi/dux

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

5.34 kB

Total Files

11

Last publish

Collaborators

  • guitarwag