redux-dynamic-reducer

v2.0.0
Create Redux stores that can have additional reducers dynamically attached at runtime

dist

babel src --out-dir lib --copy-files

lint

eslint . --ext .js --ext .jsx

lint:fix

eslint . --ext .js --ext .jsx --fix

test

nyc mocha --compilers js:babel-register --require ./test/setup.js $(find test -name '*-spec.js')

test:watch

npm test -- --watch

prepublish

npm run dist

Metadata

Downloads

Maintainers