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 1a0239a commit cd5e435Copy full SHA for cd5e435
README.md
@@ -252,7 +252,7 @@ A React component class that injects state and action creators into your compone
252
export default connect()(TodoApp);
253
```
254
255
-##### Inject `dispatch` and every field in the global state (SLOW!)
+##### Inject `dispatch` and every field in the global state (SLOW! TodoApp will rerender after each action)
256
```js
257
export default connect(state => state)(TodoApp);
258
0 commit comments