1. Урок 1. 00:01:25
    What to Expect from the Course
  2. Урок 2. 00:03:00
    Getting a Code Editor
  3. Урок 3. 00:04:29
    Installing Node and React Tools
  4. Урок 4. 00:00:52
    Source Code for the Course
  5. Урок 5. 00:02:18
    Understanding React Part 1
  6. Урок 6. 00:02:37
    Understanding React Part 2
  7. Урок 7. 00:01:06
    Previewing NoteToSelf
  8. Урок 8. 00:07:42
    ES6 | Class Definitions
  9. Урок 9. 00:08:05
    ES6 | Class Inheritance & Template Strings
  10. Урок 10. 00:05:44
    Setting Up NoteToSelf
  11. Урок 11. 00:05:41
    Rendering JSX onto the DOM
  12. Урок 12. 00:07:35
    Creating an App Component | ES6 Imports and Exports
  13. Урок 13. 00:01:50
    React Essentials | State
  14. Урок 14. 00:05:01
    Building a Bootstrap Form
  15. Урок 15. 00:08:40
    Introducing State into the Form
  16. Урок 16. 00:05:15
    ES6 | Arrow Functions
  17. Урок 17. 00:06:31
    Creating a List of Notes
  18. Урок 18. 00:03:50
    ES6 | Destructuring Objects
  19. Урок 19. 00:06:47
    Introducing Props with a Note Component
  20. Урок 20. 00:08:00
    React Lifecycle Methods and SFCookies
  21. Урок 21. 00:02:45
    Why You Should Write Tests
  22. Урок 22. 00:02:34
    Setting Up the Testing Environment
  23. Урок 23. 00:09:20
    Testing the Note Component
  24. Урок 24. 00:04:26
    ES6 | Spread Operator for Spread Attributes
  25. Урок 25. 00:08:40
    Testing the App Component
  26. Урок 26. 00:10:37
    Testing Form Behavior
  27. Урок 27. 00:05:22
    Testing the Cookies
  28. Урок 28. 00:02:57
    Reporting Test Coverage
  29. Урок 29. 00:02:42
    Understanding Redux
  30. Урок 30. 00:03:26
    Understanding Redux Visually
  31. Урок 31. 00:01:56
    Previewing FlashcardPro
  32. Урок 32. 00:06:30
    Setting Up FlashcardPro
  33. Урок 33. 00:07:49
    Loading the StackList
  34. Урок 34. 00:10:06
    Introducing React-Router and Linking to Stacks
  35. Урок 35. 00:05:36
    Redux Action | setStack
  36. Урок 36. 00:07:50
    Redux Reducer | Setting the Stacks
  37. Урок 37. 00:06:26
    Creating the Redux Store
  38. Урок 38. 00:10:15
    Setting the Stack and Binding Action Creators
  39. Урок 39. 00:08:27
    Connecting the Stack Component
  40. Урок 40. 00:03:43
    Creating Card Components
  41. Урок 41. 00:13:34
    Styling and Revealing Card Answers
  42. Урок 42. 00:11:08
    Loading Stacks
  43. Урок 43. 00:12:52
    Creating a Stack Form
  44. Урок 44. 00:12:57
    Building Cards in the Stack Form
  45. Урок 45. 00:06:37
    Adding a New Stack
  46. Урок 46. 00:10:20
    Shallow Rendering the App Component
  47. Урок 47. 00:10:57
    Fixtures and Testing the Stack Component
  48. Урок 48. 00:05:54
    Testing the StackList | Challenge
  49. Урок 49. 00:09:24
    Testing the Rendering StackForm | Challenge
  50. Урок 50. 00:08:54
    Simulating Behavior and Testing the StackForm | Part 1
  51. Урок 51. 00:08:22
    Simulating Behavior and Testing the StackForm | Part 2
  52. Урок 52. 00:12:14
    Testing the Card | Challenge
  53. Урок 53. 00:07:30
    Testing the Redux Actions in FlashcardPro
  54. Урок 54. 00:11:20
    Testing the Redux Reducers in FlashcardPro
  55. Урок 55. 00:04:29
    Test Coverage and Why Tests Save Lives
  56. Урок 56. 00:05:20
    Bonus: Advanced React | Stateless Functional Components
  57. Урок 57. 00:01:09
    Previewing Jeopardy
  58. Урок 58. 00:04:46
    Setting Up Jeopardy
  59. Урок 59. 00:05:28
    Fetching Categories through Jservice
  60. Урок 60. 00:06:38
    Setting Categories through Redux
  61. Урок 61. 00:05:51
    Connecting the App Component
  62. Урок 62. 00:05:50
    Adding Routing and a Category Component
  63. Урок 63. 00:04:22
    Linking to Categories and Styling
  64. Урок 64. 00:07:59
    Picking a Category
  65. Урок 65. 00:06:11
    Fetching Category Data
  66. Урок 66. 00:10:29
    Creating a Clue Component
  67. Урок 67. 00:01:32
    Setting Up Tests for Jeopardy
  68. Урок 68. 00:10:15
    Testing the Jeopardy App Component
  69. Урок 69. 00:08:02
    Testing the Clue Component's Structure | Challenge
  70. Урок 70. 00:05:47
    Simulating the Clue's Behavior
  71. Урок 71. 00:07:00
    Unlinking | Category Tests Part 1
  72. Урок 72. 00:10:53
    Mocking APIs with Sinon | Category Tests Part 2
  73. Урок 73. 00:05:15
    Category Functionality | Category Tests Part 3
  74. Урок 74. 00:04:11
    Testing the Redux Actions in Jeopardy | Challenge
  75. Урок 75. 00:05:36
    Testing the Redux Reducers in Jeopardy | Challenge
  76. Урок 76. 00:02:01
    Test Coverage for Jeopardy
  77. Урок 77. 00:00:53
    Congratulations and Final Remarks