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

Support for Sagas #19

Open
janzenz opened this issue Sep 7, 2017 · 1 comment
Open

Support for Sagas #19

janzenz opened this issue Sep 7, 2017 · 1 comment

Comments

@janzenz
Copy link

janzenz commented Sep 7, 2017

Thanks for this library. I know you are still about to support saga but have you had any progress with it? I am keen to help. Are there pointers you can give where to start looking and be able to support Sagas?

@cchamberlain
Copy link
Member

Hello @janzenz, sorry for the delay.

I've unfortunately not had the time to start work on sagas. I'm definitely open for PRs if you have the time to work on it. I don't have a good feel for how much work is involved to support them. I'd imagine most of it would lie in the middleware layer (https://github.com/noderaider/redux-idle-monitor/blob/master/src/lib/middleware.js) with possibly additional updates to the actions (https://github.com/noderaider/redux-idle-monitor/blob/master/src/lib/actions.js).

If you decide to experiment down this road, I'd be interested to see what you find.

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

2 participants