1. Урок 1. 00:04:33
    1- What is React
  2. Урок 2. 00:03:38
    2- Setting Up the Development Environment
  3. Урок 3. 00:06:34
    3- Your First React App
  4. Урок 4. 00:05:26
    4- Hello World
  5. Урок 5. 00:03:12
    5- Custom Configs
  6. Урок 6. 00:02:45
    6- Full-stack Architecture
  7. Урок 7. 00:02:25
    7- Course Structure
  8. Урок 8. 00:01:44
    1 - Introduction
  9. Урок 9. 00:03:53
    2- Let vs Var vs Const
  10. Урок 10. 00:02:46
    3- Objects
  11. Урок 11. 00:02:50
    4- The this Keyword
  12. Урок 12. 00:02:37
    5- Binding this
  13. Урок 13. 00:04:16
    6- Arrow Functions
  14. Урок 14. 00:04:15
    7- Arrow Functions and this
  15. Урок 15. 00:03:37
    8- Array.map Method
  16. Урок 16. 00:02:30
    9- Object Destructuring
  17. Урок 17. 00:04:03
    10- Spread Operator
  18. Урок 18. 00:03:46
    11- Classes
  19. Урок 19. 00:04:04
    12- Inheritance
  20. Урок 20. 00:04:12
    13- Modules
  21. Урок 21. 00:05:16
    14- Named and Default Exports
  22. Урок 22. 00:01:39
    1- Introduction
  23. Урок 23. 00:02:07
    2- Setting Up the Project
  24. Урок 24. 00:05:21
    3- Your First React Component
  25. Урок 25. 00:04:17
    4- Specifying Children
  26. Урок 26. 00:04:51
    5- Embedding Expressions
  27. Урок 27. 00:05:46
    6- Setting Attributes
  28. Урок 28. 00:04:19
    7- Rendering Classes Dynamically
  29. Урок 29. 00:03:59
    8 - Rendering Lists
  30. Урок 30. 00:06:05
    9- Conditional Rendering
  31. Урок 31. 00:02:50
    10- Handling Events
  32. Урок 32. 00:04:37
    11- Binding Event Handlers
  33. Урок 33. 00:02:15
    12- Updating the State
  34. Урок 34. 00:02:05
    13- What Happens When State Changes
  35. Урок 35. 00:03:06
    14- Passing Event Arguments
  36. Урок 36. 00:05:39
    15- Setting Up the Vidly Project
  37. Урок 37. 00:03:26
    16- Exercises
  38. Урок 38. 00:07:19
    17- Building the Movies Component
  39. Урок 39. 00:05:19
    18- Deleting a Movie
  40. Урок 40. 00:03:27
    19- Conditional Rendering
  41. Урок 41. 00:00:37
    20 - Summary
  42. Урок 42. 00:00:46
    1- Introduction
  43. Урок 43. 00:03:46
    2- Composing Components
  44. Урок 44. 00:03:12
    3- Passing Data to Components
  45. Урок 45. 00:03:11
    4- Passing Children
  46. Урок 46. 00:04:10
    5 - Debugging React Apps
  47. Урок 47. 00:02:25
    6- Props vs State
  48. Урок 48. 00:04:53
    7 - Raising and Handling Events
  49. Урок 49. 00:04:39
    8- Updating the State
  50. Урок 50. 00:03:56
    9- Single Source of Truth
  51. Урок 51. 00:06:48
    10- Removing the Local State
  52. Урок 52. 00:05:54
    11- Multiple Components in Sync
  53. Урок 53. 00:05:37
    12- Lifting the State Up
  54. Урок 54. 00:02:30
    13 - Stateless Functional Components
  55. Урок 55. 00:02:01
    14- Destructuring Arguments
  56. Урок 56. 00:01:39
    15 - Lifecycle Hooks
  57. Урок 57. 00:05:35
    16 - Mounting Phase
  58. Урок 58. 00:04:21
    17- Updating Phase
  59. Урок 59. 00:01:27
    18- Unmounting Phase
  60. Урок 60. 00:01:06
    19- Exercise- Decrement Button
  61. Урок 61. 00:04:54
    20- Solution - Decrement Button
  62. Урок 62. 00:01:45
    21- Exercise- Like Component
  63. Урок 63. 00:12:27
    22- Solution- Like Component
  64. Урок 64. 00:00:43
    23- Summary
  65. Урок 65. 00:01:09
    1- Introduction
  66. Урок 66. 00:01:02
    2- Exercise- Pagination Component
  67. Урок 67. 00:03:48
    3- Pagination- Component Interface
  68. Урок 68. 00:06:49
    4- Pagination- Displaying Pages
  69. Урок 69. 00:05:50
    5- Pagination- Handling Page Changes
  70. Урок 70. 00:06:15
    6- Pagination- Paginating Data
  71. Урок 71. 00:04:57
    7- Pagination- Type Checking with PropTypes
  72. Урок 72. 00:01:25
    8- Exercise- ListGroup Component
  73. Урок 73. 00:05:33
    9- Filtering- Component Interface
  74. Урок 74. 00:03:59
    10- Filtering- Displaying Items
  75. Урок 75. 00:02:07
    11- Filtering- Default Props
  76. Урок 76. 00:04:21
    12- Filtering- Handling Selection
  77. Урок 77. 00:03:00
    13- Filtering- Implementing Filtering
  78. Урок 78. 00:03:40
    14- Filtering- Adding All Genres
  79. Урок 79. 00:05:20
    15- Sorting- Extracting MoviesTable
  80. Урок 80. 00:03:29
    16- Sorting- Raising the Sort Event
  81. Урок 81. 00:05:14
    17- Sorting- Implementing Sorting
  82. Урок 82. 00:05:16
    18- Sorting- Moving Responsibility
  83. Урок 83. 00:07:45
    19- Sorting- Extracting TableHeader
  84. Урок 84. 00:03:13
    20- Sorting- Extracting TableBody
  85. Урок 85. 00:08:03
    21- Sorting- Rendering Cell Content
  86. Урок 86. 00:02:59
    22- Sorting- Unique Keys - Final
  87. Урок 87. 00:03:58
    23- Sorting- Adding the Sort Icon
  88. Урок 88. 00:03:52
    24- Sorting- Extracting Table
  89. Урок 89. 00:03:19
    25- Sorting- Extracting a Method
  90. Урок 90. 00:00:59
    26- Destructuring Arguments
  91. Урок 91. 00:00:52
    27- Summary
  92. Урок 92. 00:00:34
    1- Introduction
  93. Урок 93. 00:01:47
    2- Setup
  94. Урок 94. 00:04:16
    3- Adding Routing
  95. Урок 95. 00:02:27
    4- Switch
  96. Урок 96. 00:04:21
    5- Link
  97. Урок 97. 00:02:11
    6- Route Props
  98. Урок 98. 00:02:36
    7- Passing Props
  99. Урок 99. 00:03:33
    8- Route Parameters
  100. Урок 100. 00:02:07
    9- Optional Parameters
  101. Урок 101. 00:03:52
    10- Query String Parameters
  102. Урок 102. 00:03:08
    11- Redirects
  103. Урок 103. 00:02:21
    12- Programmatic Navigation
  104. Урок 104. 00:04:36
    13- Nested Routing
  105. Урок 105. 00:01:44
    14- Exercises- NavBar and Routing
  106. Урок 106. 00:01:27
    15- Adding React Router
  107. Урок 107. 00:04:58
    16- Adding Routes
  108. Урок 108. 00:04:40
    17- Adding the NavBar
  109. Урок 109. 00:04:43
    18- Linking to the MovieForm
  110. Урок 110. 00:00:32
    19 - Summary
  111. Урок 111. 00:00:39
    1- Introduction
  112. Урок 112. 00:05:35
    2- Building a Bootstrap Form
  113. Урок 113. 00:02:01
    3- Handling Form Submission
  114. Урок 114. 00:03:59
    4- Refs
  115. Урок 115. 00:04:33
    5- Controlled Elements
  116. Урок 116. 00:02:50
    6- Handling Multiple Inputs
  117. Урок 117. 00:02:29
    7- Common Errors
  118. Урок 118. 00:03:58
    8- Extracting a Reusable Input
  119. Урок 119. 00:02:57
    9- Validation
  120. Урок 120. 00:03:12
    10- A Basic Validation Implementation
  121. Урок 121. 00:03:43
    11- Displaying Validation Errors
  122. Урок 122. 00:04:21
    12- Validation on Change
  123. Урок 123. 00:04:34
    13- Joi
  124. Урок 124. 00:04:44
    14- Validating a Form Using Joi
  125. Урок 125. 00:05:23
    15- Validating a Field Using Joi
  126. Урок 126. 00:01:12
    16- Disabling the Submit Button
  127. Урок 127. 00:03:14
    17- Code Review
  128. Урок 128. 00:04:52
    18- Extracting a Reusable Form
  129. Урок 129. 00:08:19
    19- Extracting Helper Rendering Methods
  130. Урок 130. 00:01:43
    20- Register Form
  131. Урок 131. 00:01:11
    21- Code Review
  132. Урок 132. 00:03:19
    22- Exercise 2- Movie Form
  133. Урок 133. 00:08:25
    23- Code Review
  134. Урок 134. 00:01:23
    24- Exercise 3- Search Movies
  135. Урок 135. 00:05:13
    25- Code Review
  136. Урок 136. 00:01:14
    1- Introduction
  137. Урок 137. 00:02:55
    2- JSON Placeholder
  138. Урок 138. 00:02:57
    3- Http Clients
  139. Урок 139. 00:05:27
    4- Getting Data
  140. Урок 140. 00:04:53
    5- Creating Data
  141. Урок 141. 00:02:51
    6- Lifecycle of a Request
  142. Урок 142. 00:04:15
    7- Updating Data
  143. Урок 143. 00:01:36
    8- Deleting Data
  144. Урок 144. 00:04:25
    9- Optimistic vs Pessimistic Updates
  145. Урок 145. 00:06:41
    10- Expected vs Unexpected Errors
  146. Урок 146. 00:07:55
    11- Handling Unexpected Errors Globally
  147. Урок 147. 00:03:44
    12- Extracting a Reusable Http Service
  148. Урок 148. 00:01:37
    13- Extracting a Config Module
  149. Урок 149. 00:02:57
    14- Displaying Toast Notifications
  150. Урок 150. 00:05:48
    15- Logging Errors
  151. Урок 151. 00:04:26
    16- Extracting a Logger Service
  152. Урок 152. 00:01:51
    17- Vidly Backend
  153. Урок 153. 00:03:59
    18- Installing MongoDB on Mac
  154. Урок 154. 00:05:40
    19- Installing MongoDB on Windows
  155. Урок 155. 00:02:45
    20- Setting Up the Node Backend
  156. Урок 156. 00:04:02
    21- Disabling Authentication
  157. Урок 157. 00:01:57
    22- Exercise- Connect Movies Page to the Backend
  158. Урок 158. 00:02:39
    23- Adding Http and Log Services
  159. Урок 159. 00:03:24
    24- Replacing FakeGenreService
  160. Урок 160. 00:05:49
    25- Replacing FakeMovieService
  161. Урок 161. 00:01:55
    26- Extracting a Config File
  162. Урок 162. 00:00:57
    27- Exercise- Connect Movie Form to the Backend
  163. Урок 163. 00:03:46
    28- Populating the Form
  164. Урок 164. 00:02:31
    29- Refactoring
  165. Урок 165. 00:02:41
    30- Saving the Movie
  166. Урок 166. 00:02:37
    31- Refactoring
  167. Урок 167. 00:00:50
    1 - Introduction
  168. Урок 168. 00:02:38
    2- Registering a New User
  169. Урок 169. 00:04:31
    3- Submitting the Registration Form
  170. Урок 170. 00:01:59
    4- Handling Registration Errors
  171. Урок 171. 00:01:44
    5- Logging in a User
  172. Урок 172. 00:02:24
    6- Submitting the Login Form
  173. Урок 173. 00:01:52
    7- Handling Login Errors
  174. Урок 174. 00:03:05
    8- Storing the JWT
  175. Урок 175. 00:05:39
    9- Logging in the User upon Registration
  176. Урок 176. 00:04:00
    10- JSON Web Tokens (JWT)
  177. Урок 177. 00:04:19
    11- Getting the Current User
  178. Урок 178. 00:04:49
    12- Displaying the Current User on NavBar
  179. Урок 179. 00:02:45
    13- Logging out a User
  180. Урок 180. 00:10:04
    14- Refactoring
  181. Урок 181. 00:04:11
    15- Calling Protected API Endpoints
  182. Урок 182. 00:02:44
    16- Fixing Bi-directional Dependencies
  183. Урок 183. 00:06:31
    17- Authorization
  184. Урок 184. 00:02:41
    18- Showing or Hiding Elements based on the User
  185. Урок 185. 00:02:51
    19- Protecting Routes
  186. Урок 186. 00:05:56
    20- Extracting ProtectedRoute
  187. Урок 187. 00:05:41
    21- Redirecting after Login
  188. Урок 188. 00:00:20
    22- Exercise
  189. Урок 189. 00:04:20
    23- Hiding the Delete Column
  190. Урок 190. 00:00:39
    1- Introduction
  191. Урок 191. 00:04:59
    2- Environment Variables
  192. Урок 192. 00:02:49
    3- Production Builds
  193. Урок 193. 00:02:07
    4- Getting Started with Heroku
  194. Урок 194. 00:02:36
    5- MongoDB in the Cloud
  195. Урок 195. 00:03:06
    6- Adding Code to a Git Repository
  196. Урок 196. 00:03:02
    7- Deploying to Heroku
  197. Урок 197. 00:02:41
    8- Viewing Logs
  198. Урок 198. 00:04:38
    9- Setting Environment Variables on Heroku
  199. Урок 199. 00:04:10
    10- Preparing the Font-end for Deployment
  200. Урок 200. 00:02:39
    11- Deploying the Front-end
  201. Урок 201. 00:00:32
    1- Introduction
  202. Урок 202. 00:03:15
    3- Setting Up the Development Environment
  203. Урок 203. 00:02:06
    4- Higher Order Components
  204. Урок 204. 00:08:36
    5- Implementing a Higher Order Component
  205. Урок 205. 00:03:07
    6- Hooks
  206. Урок 206. 00:08:31
    7- The useState Hook
  207. Урок 207. 00:05:47
    8- The useEffect Hook
  208. Урок 208. 00:03:05
    9- Custom Hooks
  209. Урок 209. 00:04:38
    10- Fetching Data with Hooks
  210. Урок 210. 00:02:11
    11- Context
  211. Урок 211. 00:09:47
    12- Context in Class Components
  212. Урок 212. 00:03:34
    13- Context in Functional Components
  213. Урок 213. 00:07:07
    14- Updating the Context
  214. Урок 214. 00:02:25
    15- Consuming Multiple Contexts