adding latest

This commit is contained in:
2020-03-19 03:31:03 +00:00
parent db39e2212b
commit c17cb242e1
8 changed files with 10105 additions and 73 deletions

View File

@@ -39,4 +39,5 @@ actions = {
...
}
```
Here this handler only needs to do `context.dispatch` and `context.state`. The `{email, password}` will come from the user object we pass as an argument. Inside this handler we can then access any of the state functions we need to do.