Skip to content

scbrady/cx-redux-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%