We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c62d60 commit 7337f1aCopy full SHA for 7337f1a
docs/api.md
@@ -151,7 +151,7 @@ export default connect(null, actionCreators)(TodoApp)
151
152
##### Inject `dispatch` and every field in the global state
153
154
->Don’t do this! It kills any performance optimizations because `TodoApp` will rerender after every action.
+>Don’t do this! It kills any performance optimizations because `TodoApp` will rerender after every state change.
155
>It’s better to have more granular `connect()` on several components in your view hierarchy that each only
156
>listen to a relevant slice of the state.
157
0 commit comments