Redux Sagas Make Testing Easier

preview_player
Показать описание
In this video I cover how to use React Sagas and how they can simplify tests for asynchronous side effects, give you control over each step and the values you want to use as you move forward. If it all sounds a bit strange but I recommend watching and reading up on JavaScript generators.

❤️ Social
----------------------------------------------

📓 Resources
----------------------------------------------
Рекомендации по теме
Комментарии
Автор

This is exactly what I was looking for, a simple walkthrough of testing with saga, thank you so much!

judyl
Автор

This was awesome, man. Thank you so much for making this video. I've been trying to find a straightforward explanation of testing redux-sagas and not only did you provide that but you also helped improve my understanding of sagas and how they work. The extra links to resources on generators and sagas are the icing on the cake. Thanks again!

russ
Автор

Very straight forward explanation of saga testing. Nicely done. Thank you!

FidelGuajardo