Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien JUIF committed Jun 28, 2017
1 parent d7ecb65 commit 8b23a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ In this example, we have a `todos` reducer, it has to be combined into `state.ap
We like to write Redux code as simple as possible and use its middlewares to handle real world problems.
From this point of view, our Redux code base is simpler : it's like a key/value store. But one drawback is the amount of duplicated code, each resource has its own reducers, actions and selectors.

To avoid Redux code base from growing, inconsistency and lowering maintainability, we created this lightweight library that is a factory of reducers, actions and selectors.
We created this lightweight library, a factory of reducers, actions and selectors, to avoid inconsistency and painful maintainability from our growing Redux code base.

## Installation
- `yarn add trampss-redux-factory`
Expand Down

0 comments on commit 8b23a03

Please sign in to comment.