Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 903 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 903 Bytes

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