icrosil/remob

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.editorconfig
.eslintrc
.gitignore
.size-limit
.travis.yml
LICENSE
README.md
jsconfig.json
package.json
yarn.lock
.prettierrc.js12
jest.config.js17
rollup.config.js34
src/decorator/__specs__/action.spec.js61
A
1 hr
src/decorator/__specs__/selector.spec.js36
src/decorator/__specs__/thunk.spec.js26
src/decorator/action.js25
src/decorator/index.js3
src/decorator/selector.js11
src/decorator/thunk.js3
src/decorator/util/__mocks__/validation.js2
src/decorator/util/__specs__/actionable.spec.js53
A
1 hr
src/decorator/util/__specs__/validation.spec.js18
src/decorator/util/actionable.js23
src/decorator/util/validation.js10
src/index.js2
src/redux/Reducer.js113
A
1 hr
src/redux/__specs__/Reducer.spec.js220
C
1 day
src/redux/__specs__/combineRemob.spec.js29
A
1 hr
src/redux/__specs__/connectRemob.spec.js64
A
1 hr
src/redux/__specs__/inject.spec.js47
src/redux/combineRemob.js24
src/redux/connectRemob.js35
src/redux/index.js4
src/redux/inject.js32
src/spec.js14