Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
kpaxqin committed Aug 31, 2016
1 parent f91738f commit fdb5316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ The core idea here is the different action for completed or failed should have t
With first action you can do optimistic update easily, and `meta.asyncPhase` enables you to intercept sync action or api failure in middleware, the example is WIP


### createReducer
### createReducer

Write 'XX_COMPLETED', 'XX_FAILED' in reducer is awful? Here comes `createReducer`!
Write *'XX_COMPLETED'*, *'XX_FAILED'* in reducer is awful? Here comes `createReducer`!

This function is super easy just check example:

Expand Down

0 comments on commit fdb5316

Please sign in to comment.