1. Урок 1. 00:03:57
    Introduction
  2. Урок 2. 00:01:11
    About This Course
  3. Урок 3. 00:01:19
    Introduction
  4. Урок 4. 00:01:53
    The Counter App
  5. Урок 5. 00:05:40
    Super Simple Setup
  6. Урок 6. 00:08:33
    Coding the Counter App
  7. Урок 7. 00:03:25
    Counters Everywhere
  8. Урок 8. 00:01:33
    Coding Exercise
  9. Урок 9. 00:02:50
    Coding Exercise: Solution
  10. Урок 10. 00:05:09
    Introduction
  11. Урок 11. 00:05:58
    What is JSX?
  12. Урок 12. 00:04:16
    The Virtual DOM
  13. Урок 13. 00:00:49
    Introduction
  14. Урок 14. 00:04:37
    What Is A Component?
  15. Урок 15. 00:06:29
    The render() Function
  16. Урок 16. 00:04:28
    What Are ‘props’?
  17. Урок 17. 00:06:23
    Using Prop Types
  18. Урок 18. 00:03:50
    Styling Components Using CSS
  19. Урок 19. 00:07:54
    Rendering Variables And Expressions
  20. Урок 20. 00:08:01
    Getting DOM Elements With Refs
  21. Урок 21. 00:10:03
    What Is ‘State’?
  22. Урок 22. 00:05:21
    When To Use State vs Props
  23. Урок 23. 00:08:42
    Stateless Components
  24. Урок 24. 00:01:21
    Exercise For You To Complete
  25. Урок 25. 00:09:06
    Exercise Solution
  26. Урок 26. 00:08:58
    Higher Order Components
  27. Урок 27. 00:00:47
    Summary
  28. Урок 28. 00:00:48
    Introduction
  29. Урок 29. 00:04:42
    Event Handlers In React
  30. Урок 30. 00:03:05
    Exercise For You To Complete
  31. Урок 31. 00:10:33
    Exercise Solution
  32. Урок 32. 00:01:00
    Introduction
  33. Урок 33. 00:01:12
    React Components Are Hierarchical
  34. Урок 34. 00:09:52
    Working With Children
  35. Урок 35. 00:02:08
    Data Flows Like A Waterfall
  36. Урок 36. 00:15:56
    Passing Data Up The Hierarchy
  37. Урок 37. 00:03:02
    Bugfix
  38. Урок 38. 00:01:23
    Exercise For You To Complete
  39. Урок 39. 00:07:22
    Exercise Solution
  40. Урок 40. 00:01:58
    A Quicker Way To Get Data To Children
  41. Урок 41. 00:16:58
    Context In Action
  42. Урок 42. 00:05:13
    Summary And Problems
  43. Урок 43. 00:01:51
    Introduction
  44. Урок 44. 00:05:38
    What Is Redux?
  45. Урок 45. 00:03:38
    How To Use Redux For The Ecommerce Example
  46. Урок 46. 00:23:35
    Recoding The Ecommerce Example Using Redux
  47. Урок 47. 00:02:58
    How Redux Solves Our Data Flow Problems
  48. Урок 48. 00:01:48
    Introduction
  49. Урок 49. 00:00:52
    Introduction
  50. Урок 50. 00:11:17
    Babel & Webpack
  51. Урок 51. 00:05:33
    Hello World
  52. Урок 52. 00:04:59
    A Good Folder Structure For Your React / Redux Apps
  53. Урок 53. 00:04:18
    Adding Redux
  54. Урок 54. 00:00:24
    Introduction
  55. Урок 55. 00:04:07
    Setting Up The Giphy API
  56. Урок 56. 00:02:37
    Introduction
  57. Урок 57. 00:01:46
    An Exercise For You To Complete
  58. Урок 58. 00:05:14
    Exercise Solution
  59. Урок 59. 00:13:22
    A Basic Search Results Component
  60. Урок 60. 00:03:19
    Multiple Reducers - How Redux Scales
  61. Урок 61. 00:08:49
    Search Reducer & Actions
  62. Урок 62. 00:03:04
    An Exercise For You To Complete
  63. Урок 63. 00:03:29
    Exercise Solution
  64. Урок 64. 00:02:47
    Introduction
  65. Урок 65. 00:05:13
    What Is Redux Middleware?
  66. Урок 66. 00:08:48
    A Quick Primer On Generators
  67. Урок 67. 00:01:10
    Sagas
  68. Урок 68. 00:14:37
    Searching Giphy With A Saga
  69. Урок 69. 00:03:36
    Getting The Search Result Images
  70. Урок 70. 00:02:40
    An Exercise For You To Complete
  71. Урок 71. 00:06:01
    Exercise Solution
  72. Урок 72. 00:01:37
    Introduction
  73. Урок 73. 00:01:19
    The Routing Modules
  74. Урок 74. 00:07:58
    Plumbing In The Routing
  75. Урок 75. 00:18:30
    Creating The Navigation
  76. Урок 76. 00:04:58
    Creating Pages
  77. Урок 77. 00:01:07
    An Exercise For You To Complete
  78. Урок 78. 00:04:08
    Exercise Solution
  79. Урок 79. 00:00:31
    Introduction
  80. Урок 80. 00:05:47
    What is Component Based CSS?
  81. Урок 81. 00:05:14
    Setting up Component Based CSS
  82. Урок 82. 00:03:47
    The classnames Module
  83. Урок 83. 00:11:28
    Styling The Navigation
  84. Урок 84. 00:02:35
    Styling The Search Results
  85. Урок 85. 00:01:57
    Exercise For You To Complete
  86. Урок 86. 00:02:49
    Exercise Solution
  87. Урок 87. 00:01:43
    Introduction
  88. Урок 88. 00:02:30
    Designing An InfiniteScroll Component
  89. Урок 89. 00:23:03
    Implementing The InfiniteScroll Component
  90. Урок 90. 00:07:26
    React Component Lifecycle Methods
  91. Урок 91. 00:04:55
    Adding Pagination To The Search
  92. Урок 92. 00:09:35
    Revisiting The Search Actions
  93. Урок 93. 00:03:03
    An Exercise For You To Complete
  94. Урок 94. 00:04:34
    Exercise Solution
  95. Урок 95. 00:12:27
    Integrating The Infinite Scroll Component Into Search
  96. Урок 96. 00:08:17
    Adding A Loading Spinner
  97. Урок 97. 00:11:03
    Fixing Minor Problems With The Infinite Scroll
  98. Урок 98. 00:00:40
    Introduction
  99. Урок 99. 00:10:36
    Coding the Giphy Display Component
  100. Урок 100. 00:04:51
    Integrating The Giphy Display Component
  101. Урок 101. 00:04:06
    An Exercise For You To Complete
  102. Урок 102. 00:22:30
    Exercise Solution
  103. Урок 103. 00:02:01
    Introduction
  104. Урок 104. 00:01:50
    Code Reuse - When Laziness is A Virtue
  105. Урок 105. 00:06:56
    Our Plan For the Trending Page
  106. Урок 106. 00:07:09
    Creating The Trending Page
  107. Урок 107. 00:00:57
    Exercise For You To Complete
  108. Урок 108. 00:02:44
    Exercise Solution
  109. Урок 109. 00:01:11
    Introduction
  110. Урок 110. 00:03:24
    Excercise For You To Complete
  111. Урок 111. 00:18:39
    Exercise Solution - Part 1
  112. Урок 112. 00:15:54
    Exercise Solution - Part 2
  113. Урок 113. 00:02:07
    Bonus Learning Material - Get Your Free React & Redux Interview Guide