krzysztofpniak / k-reducer

A helper that makes redux reducers easier. Documentation:

Home Page:https://klabs.gitbook.io/k-reducer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A helper that makes redux reducers easier. Documentation:

https://klabs.gitbook.io/k-reducer/

License:MIT License


Languages

Language:JavaScript 100.0%