Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
added a note about the benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwooley committed Sep 18, 2016
1 parent 767ef19 commit e822c36
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# easy-reducer [![Build Status](https://travis-ci.org/ericwooley/easy-reducer.svg?branch=master)](https://travis-ci.org/ericwooley/easy-reducer)[![Code Climate](https://codeclimate.com/github/ericwooley/easy-reducer/badges/gpa.svg)](https://codeclimate.com/github/ericwooley/easy-reducer)[![Test Coverage](https://codeclimate.com/github/ericwooley/easy-reducer/badges/coverage.svg)](https://codeclimate.com/github/ericwooley/easy-reducer/coverage)[![Issue Count](https://codeclimate.com/github/ericwooley/easy-reducer/badges/issue_count.svg)](https://codeclimate.com/github/ericwooley/easy-reducer)
# easy-reducer
[![Build Status](https://travis-ci.org/ericwooley/easy-reducer.svg?branch=master)](https://travis-ci.org/ericwooley/easy-reducer)
[![Code Climate](https://codeclimate.com/github/ericwooley/easy-reducer/badges/gpa.svg)](https://codeclimate.com/github/ericwooley/easy-reducer)
[![Test Coverage](https://codeclimate.com/github/ericwooley/easy-reducer/badges/coverage.svg)](https://codeclimate.com/github/ericwooley/easy-reducer/coverage)
[![Issue Count](https://codeclimate.com/github/ericwooley/easy-reducer/badges/issue_count.svg)](https://codeclimate.com/github/ericwooley/easy-reducer)

Easier reducers with less boilerplate.

# installing
Easy reducers generates action creators and types, and makes your reducers reusable.

# Installing

`npm install --save easy-reducer`

Expand Down Expand Up @@ -54,5 +61,4 @@ export const store = createStore(combineReducers({
store.dispatch(testReducer1.testDataPlusNum(1))
store.dispatch(testReducer1.asyncStateModifyer(2))
.then(() => store.dispatch(testReducer2.testDataPlusTwoNum(3, 4)))

```

0 comments on commit e822c36

Please sign in to comment.