/k-reducer

A helper that makes redux reducers easier. Documentation:

Primary LanguageJavaScriptMIT LicenseMIT

k-reducer

npm version Build Status

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-reducer

or

$ yarn add k-reducer