Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tests and worker/watcher pattern in Redux saga #348

Open
justinkambic opened this issue Jul 30, 2021 · 0 comments
Open

Implement tests and worker/watcher pattern in Redux saga #348

justinkambic opened this issue Jul 30, 2021 · 0 comments

Comments

@justinkambic
Copy link

We recently noted that there's an opportunity to improve our redux sagas. Presently they're untested and, while most are essentially boilerplate, several of them have complex logic that we should be testing.

Additionally, we could investigate the possibility of implementing the worker/watcher pattern, as noted in the linked comment. This is worthy of additional discussion as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant