Skip to content

Commit cd5e435

Browse files
Update README.md
1 parent 1a0239a commit cd5e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ A React component class that injects state and action creators into your compone
252252
export default connect()(TodoApp);
253253
```
254254

255-
##### Inject `dispatch` and every field in the global state (SLOW!)
255+
##### Inject `dispatch` and every field in the global state (SLOW! TodoApp will rerender after each action)
256256
```js
257257
export default connect(state => state)(TodoApp);
258258
```

0 commit comments

Comments
 (0)