Skip to content

Commit

Permalink
Merge pull request #134 from djkirby/patch-1
Browse files Browse the repository at this point in the history
📝 Fix typo in docs
  • Loading branch information
gaearon committed Oct 2, 2015
2 parents 2f7ec22 + 251043d commit e2c7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default connect()(TodoApp);

##### Inject `dispatch` and every field in the global state

>Don’t do this! It kills any performance optimisations because `TodoApp` will rerender after every action.
>Don’t do this! It kills any performance optimizations because `TodoApp` will rerender after every action.
>It’s better to have more granular `connect()` on several components in your view hierarchy that each only
>listen to a relevant slice of the state.
Expand Down

0 comments on commit e2c7746

Please sign in to comment.