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 2f7ec22 commit 251043dCopy full SHA for 251043d
docs/api.md
@@ -88,7 +88,7 @@ export default connect()(TodoApp);
88
89
##### Inject `dispatch` and every field in the global state
90
91
->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.
92
>It’s better to have more granular `connect()` on several components in your view hierarchy that each only
93
>listen to a relevant slice of the state.
94
0 commit comments