Skip to content

Commit

Permalink
ReadMe: removed life-cycle image
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Oct 19, 2017
1 parent 99fb09a commit 4e45897
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ export function after(newUserValues, action, oldUserValues){

```

![App flow][lifecycle]

## handling async actions in your ui

redux-auto has a build it mechanism for to flag what stage an action is in.
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ function buildActionLayout(fileNameArray){
const actionPreProcessor = modules(key).action;
// actionsBuilder[reducerName] = actionsBuilder[reducerName] || {};

actionsImplementation = actionsImplementation || {}
actionsImplementation[reducerName] = actionsImplementation[reducerName] || Object.create(actionsBuilderPROTOTYPES[reducerName]);

actionsImplementation[reducerName][actionName] = (payload,getState) => {
Expand Down

0 comments on commit 4e45897

Please sign in to comment.