captbaritone / captbaritone/redux-dropbox-middleware
Add a constant for each action type
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Let's use something like:
```
const LOGIN = 'DROPBOX_MIDDLEWARE__LOGIN';
```
so that names are easy to read in our code, but we don't risk colliding with the app's own action types.
See https://github.com/captbaritone/redux-dropbox-middleware/blob/master/design_notes.md for the action types we will need.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.