Guest User

Untitled

a guest
Dec 11th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import {increaseBy} from 'actions'
  2. export const countReducer = makeReducer(increaseBy,
  3. (state, {payload}) => state + payload,
  4. {defaultState: 100}
  5. )
Add Comment
Please, Sign In to add comment