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.
- Host: GitHub
- URL: https://github.com/rwieruch/javascript-reducer
- Owner: rwieruch
- Created: 2019-04-21T09:49:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T03:11:14.000Z (over 4 years ago)
- Last Synced: 2025-04-11T11:04:12.206Z (6 months ago)
- Topics: javascript, reducer, reducers
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 915 KB
- Stars: 16
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# JavaScript Reducer
[](https://travis-ci.org/rwieruch/javascript-reducer) [](https://slack-the-road-to-learn-react.wieruch.com/) [](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`