javascript-reducer icon indicating copy to clipboard operation
javascript-reducer copied to clipboard

Demonstrating the concept of Reducers in JavaScript.

JavaScript Reducer

Build Status Slack Greenkeeper badge

Examples on how Reducers work in JavaScript (including tests). Read more about it. And read more about testing in Node.js.

Installation

  • git clone [email protected]:rwieruch/javascript-reducer.git
  • cd javascript-reducer
  • npm install
  • npm test