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

Recommended redux-saga tutorials #50

Closed
konekoya opened this issue Apr 26, 2017 · 1 comment
Closed

Recommended redux-saga tutorials #50

konekoya opened this issue Apr 26, 2017 · 1 comment

Comments

@konekoya
Copy link

Hi Max,

Just found out that you're using redux-saga :)
I think redux-saga is a really great tool to handle asynchronous actions in Redux. But learning how to use that is quite hard... I'm just wondering if there's any tutorial that you would recommend? I've tried the official doc, it's just too difficult for me to understand.

Thanks!

@mxstbr
Copy link
Owner

mxstbr commented Apr 26, 2017

I haven't learned redux-saga again in a while, so it's hard for me to recommend a tutorial right now.

The thing I'd recommend is understanding how ES6 generators work and how redux-saga uses them, at which point the jump to understanding how to use redux-saga is much smaller. I recorded a course which explains that exact thing in 15 minutes, you can find it here: https://egghead.io/courses/write-simple-asynchronous-code-with-javascript-generators

Hope that helps!

@mxstbr mxstbr closed this as completed Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants