zqran
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/content/learn/extracting-state-logic-into-a-reducer.md
|
|
@ -250,7 +250,7 @@ function handleDeleteTask(taskId) { |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
The object you pass to `dispatch` is called an "action:" |
|
|
|
The object you pass to `dispatch` is called an "action": |
|
|
|
|
|
|
|
```js {3-7} |
|
|
|
function handleDeleteTask(taskId) { |
|
|
|