Live data from Hacker News

JavaScript Power Tools: Real-World Redux-Saga Patterns

formidable.com

1–10 of 47 posts

Re: JavaScript Power Tools: Real-World Redux-Saga Patterns

#2
This is an excellent series of posts! Parts 1 and 2 give a ground-up description of the core concepts that redux-saga uses (generators, describing effects, etc), and Part 3 covers some real-world use cases. One of the best tutorials on redux-saga I've seen.

If anyone's interested, I do have links to other tutorials and articles on redux-saga in my React/Redux links list, at https://github.com/markerikson/react-redux-links/blob/master... .

Re: JavaScript Power Tools: Real-World Redux-Saga Patterns

#3
I'm going to use this opportunity to plug my Redux Saga testing library: redux-saga-test-engine[0][1]. It makes saga tests much less verbose. Let me know if you like it (or don't)! :)

[0] https://github.com/DNAinfo/redux-saga-test-engine [1] npmjs.com/package/redux-saga-test-engine

Re: JavaScript Power Tools: Real-World Redux-Saga Patterns

#5

I'm going to use this opportunity to plug my Redux Saga testing library: redux-saga-test-engine[0][1]. It makes saga tests much less verbose. Let me know if you like it (or don't)! :) [0] https://github.com/DNAinfo/redux-saga-test-engine [1] npmjs.com/package/redux-saga-test-engine

This is awesome! I'm definitely going to give it a try on my next side project. :) Thanks for sharing!
Post reply on HN