1.0.0 • Published 7 years ago

devoted-redux-utils v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NPM

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-utils

Documentation

See docs you are obviously smart :)

Contributing

Get Started

git clone https://github.com/crosschx/cx-redux-utils
cd cx-redux-utils

Now 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