k-reducer
v0.2.12
Published
Functional helpers for redux
Downloads
23
Readme
k-reducer
k-reducer is a library that aims to make application redux reducer easier to write, compose, and reuse with the best what functional programming offers.
It is fully compatible with ramda, lodash-fp and other libraries that uses the iteratee first, data last paradigm.
Getting started
Install
$ npm install --save k-reduceror
$ yarn add k-reducer