0.0.1 • Published 7 years ago
redux-workflow v0.0.1
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});
0.0.1
7 years ago