Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

redux-helper-tools

edtoken3MITdeprecated0.0.0

this pachake has been depcecated

Small helpers for redux applications

flow, redux, react, reactjs, redux tools, redux helper

readme

Redux helper tools

Small helpers for redux applications

Build Status

NPM

NPM

Install

npm install array-to-grid --save

Helper functions

...

Action

crud-action-type
import {crudActionType} from 'redux-helper/tools/acion'

const {PENDING, SUCCESS, ERROR} = crudActionType('action_name')

...

...

Reducer

...

Middleware

...

Common

...

Unit testing

npm test

License

MIT