npm

redux-workflow
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

redux-helper

redux reducer, action creator generators for fetch and workflow

usage

import { generateWorkflowReducer, generateWorkflowActionCreators } from '@isildur/redux-helpers';
const DEMO_ACTION = 'DEMO_ACITON_NAME'

const reducer = generateWorkflowReducer({actionType: DEMO_ACTION});
const action = generateWorkflowActionCreators({actionType: DEMO_ACTION});

Readme

Keywords

Package Sidebar

Install

npm i redux-workflow

Weekly Downloads

4

Version

0.0.1

License

ISC

Last publish

Collaborators

  • victorisildur_xl