1. Урок 1. 00:02:18
    Course Overview
  2. Урок 2. 00:02:01
    Introduction
  3. Урок 3. 00:02:35
    Why Redux?
  4. Урок 4. 00:03:35
    Who This Course is For
  5. Урок 5. 00:02:44
    What This Course Will/won't Be Covering
  6. Урок 6. 00:00:56
    Course Roadmap
  7. Урок 7. 00:02:26
    Course Prerequisites
  8. Урок 8. 00:04:29
    Overview of the Demo Application
  9. Урок 9. 00:01:14
    What Is Redux Saga?
  10. Урок 10. 00:02:34
    What Is a Saga?
  11. Урок 11. 00:01:28
    Why Use Redux Saga?
  12. Урок 12. 00:02:55
    Redux Thunk vs. Redux Saga
  13. Урок 13. 00:05:38
    Setting up the Application (Demo)
  14. Урок 14. 00:02:00
    Installing and Configuring Redux Saga (Demo)
  15. Урок 15. 00:05:08
    Creating Your First Saga (Demo)
  16. Урок 16. 00:00:56
    Conclusion
  17. Урок 17. 00:00:40
    Introduction
  18. Урок 18. 00:02:44
    What Is Yield?
  19. Урок 19. 00:03:09
    Advantages and Disadvantages to Yield
  20. Урок 20. 00:01:57
    Generator Functions
  21. Урок 21. 00:06:41
    Creating a Generator (Demo)
  22. Урок 22. 00:01:09
    Yield and Promises
  23. Урок 23. 00:01:40
    Wrapping Generators
  24. Урок 24. 00:04:33
    Wrapping Generators with Redux Saga and Co (Demo)
  25. Урок 25. 00:01:06
    Summary
  26. Урок 26. 00:00:41
    Module Introduction
  27. Урок 27. 00:01:25
    Introduction to Effects
  28. Урок 28. 00:03:22
    Take
  29. Урок 29. 00:02:40
    Put
  30. Урок 30. 00:02:04
    Call
  31. Урок 31. 00:05:04
    Implementing Take, Call, and Put in the Application
  32. Урок 32. 00:02:35
    Fork
  33. Урок 33. 00:06:37
    Implementing Fork in the Application
  34. Урок 34. 00:02:22
    TakeEvery
  35. Урок 35. 00:04:08
    Cancel and Cancelled
  36. Урок 36. 00:07:36
    TakeLatest
  37. Урок 37. 00:00:42
    Select
  38. Урок 38. 00:02:49
    Spawn
  39. Урок 39. 00:03:52
    All
  40. Урок 40. 00:00:56
    Module Summary
  41. Урок 41. 00:00:42
    Introduction to Channels
  42. Урок 42. 00:00:57
    What Are Channels?
  43. Урок 43. 00:03:45
    Action Channels
  44. Урок 44. 00:03:15
    Generic Channels
  45. Урок 45. 00:04:55
    Event Channels
  46. Урок 46. 00:05:25
    Shipping Saga
  47. Урок 47. 00:02:27
    Tax Rate Saga
  48. Урок 48. 00:02:54
    Checkout Availability Saga
  49. Урок 49. 00:09:21
    Checkout Saga
  50. Урок 50. 00:00:50
    Summary
  51. Урок 51. 00:00:27
    Module Overview
  52. Урок 52. 00:01:53
    Testing Redux Saga Applications
  53. Урок 53. 00:04:40
    Methods for Testing Redux Saga Applications
  54. Урок 54. 00:06:03
    Implementing Tests for the Application/the User Status Saga Test
  55. Урок 55. 00:06:11
    Implementing Tests for the Item Quantity Saga
  56. Урок 56. 00:01:13
    Conclusion
  57. Урок 57. 00:03:07
    Course Summary
  58. Урок 58. 00:01:54
    Continuing Development of the Application
  59. Урок 59. 00:01:26
    Thank You