clean-combine-reducers

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i clean-combine-reducers

Weekly Downloads

2

Version

1.0.5

License

MIT

Last publish

Collaborators

  • ostlerp