An open API service indexing awesome lists of open source software.

https://github.com/rwieruch/javascript-reducer

Demonstrating the concept of Reducers in JavaScript.
https://github.com/rwieruch/javascript-reducer

javascript reducer reducers

Last synced: 1 day ago
JSON representation

Demonstrating the concept of Reducers in JavaScript.

Awesome Lists containing this project

README

          

# JavaScript Reducer

[![Build Status](https://travis-ci.org/rwieruch/javascript-reducer.svg?branch=master)](https://travis-ci.org/rwieruch/javascript-reducer) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/javascript-reducer.svg)](https://greenkeeper.io/)

Examples on how Reducers work in JavaScript (including tests). [Read more about it](https://www.robinwieruch.de/javascript-reducer). And [read more about testing in Node.js](https://www.robinwieruch.de/node-js-testing-mocha-chai).

## Installation

* `git clone git@github.com:rwieruch/javascript-reducer.git`
* `cd javascript-reducer`
* `npm install`
* `npm test`