devoted-redux-utils
v1.0.0
Published
Tools for reducing boilerplate while using an opinionated redux pattern
Readme
cx-redux-utils
A package for reducing boilerplate in redux applications
About
These utilities are well suited for writing redux modules to the ducks standard.
Install
npm i -S cx-redux-utilsDocumentation
See docs you are obviously smart :)
Contributing
Get Started
git clone https://github.com/crosschx/cx-redux-utils
cd cx-redux-utilsNow just make amazing improvements in src/index.js, but please:
- add tests to
test/unit-tests.js - add examples and meta info for new functions to doc blocks according to jsdoc docs
Build and view the docs locally
npm i
npm run docs
open ./docs/cx-redux-utils/<version>/index.html
