1.0.5 • Published 8 years ago

clean-combine-reducers v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Clean Combine Reducers

The goal of this function is to combine reducers in a way that doesn't pollute the store with null objects. The usage is identical to using the combineReducers in the Redux library.

Installation

npm install --save clean-combine-reducers

How Does It Work?

Simply combine reducers the same way you would normally!

import CombineReducers from 'clean-combine-reducers'

const todoApp = CombineReducers({
  visibilityFilter,
  todos
})

export default todoApp

License

MIT

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago