1. Урок 1. 00:03:49
    Complete React Developer: Zero to Mastery
  2. Урок 2. 00:04:58
    Course Outline
  3. Урок 3. 00:02:07
    React Concepts
  4. Урок 4. 00:09:25
    The Birth of React.js
  5. Урок 5. 00:06:19
    Declarative vs Imperative
  6. Урок 6. 00:05:24
    Component Architecture
  7. Урок 7. 00:06:11
    One Way Data Flow
  8. Урок 8. 00:04:53
    UI Library
  9. Урок 9. 00:04:19
    How To Be A Great React Developer
  10. Урок 10. 00:04:06
    Section Overview
  11. Урок 11. 00:08:09
    Environment Setup For Mac
  12. Урок 12. 00:09:54
    Environment Setup For Windows
  13. Урок 13. 00:11:13
    Getting Started with Toolkits
  14. Урок 14. 00:01:55
    Introducing Monsters Rolodex
  15. Урок 15. 00:05:45
    Getting Started with Vite
  16. Урок 16. 00:12:51
    Vite Packages
  17. Урок 17. 00:10:30
    Vite Scripts
  18. Урок 18. 00:07:00
    Update React to 19
  19. Урок 19. 00:04:02
    Installing and Using Yarn
  20. Урок 20. 00:08:12
    Understanding React main.jsx
  21. Урок 21. 00:08:21
    Intro to JSX
  22. Урок 22. 00:08:46
    Components and useState - Part 1
  23. Урок 23. 00:08:39
    useState Setter Function - Part 2
  24. Урок 24. 00:10:58
    Basics of Props
  25. Урок 25. 00:08:57
    Iterating Components Through an Array
  26. Урок 26. 00:09:20
    Rendering
  27. Урок 27. 00:11:45
    useState and Re-rendering
  28. Урок 28. 00:10:14
    Side Effects and useEffect
  29. Урок 29. 00:08:09
    Fetching User Data
  30. Урок 30. 00:03:33
    Getting Images with RoboHash
  31. Урок 31. 00:13:10
    Folder Structure and Components
  32. Урок 32. 00:06:54
    Filtering by Search Input
  33. Урок 33. 00:10:23
    Finishing Styles
  34. Урок 34. 00:09:38
    Scaffolding a project with Create React App
  35. Урок 35. 00:01:58
    Don't Eject
  36. Урок 36. 00:10:12
    DOM & Virtual DOM
  37. Урок 37. 00:11:08
    React & ReactDOM
  38. Урок 38. 00:06:26
    React & ReactDOM part 2
  39. Урок 39. 00:02:29
    ReactDOM v18 Changes
  40. Урок 40. 00:06:10
    DOM Paint Flashing
  41. Урок 41. 00:02:53
    The Long Road Ahead
  42. Урок 42. 00:01:48
    Project Overview
  43. Урок 43. 00:07:23
    Github Strategy
  44. Урок 44. 00:07:16
    Scaffolding Our Capstone Project
  45. Урок 45. 00:06:02
    Setting Up Our Categories
  46. Урок 46. 00:06:57
    Adding Sass
  47. Урок 47. 00:07:00
    Category Item Component
  48. Урок 48. 00:07:17
    Directory Component
  49. Урок 49. 00:09:22
    Adding Fonts
  50. Урок 50. 00:06:19
    Routing
  51. Урок 51. 00:08:23
    Updating/Upgrading Libraries
  52. Урок 52. 00:08:23
    Setting Up Our Homepage
  53. Урок 53. 00:11:17
    React Router Outlet
  54. Урок 54. 00:11:17
    Navigation Bar Component
  55. Урок 55. 00:07:02
    React Router Link
  56. Урок 56. 00:05:05
    Styling for Navigation + Logo
  57. Урок 57. 00:07:45
    Setting Up Firebase
  58. Урок 58. 00:07:00
    Authentication Flow
  59. Урок 59. 00:08:22
    Authenticating With Firebase
  60. Урок 60. 00:13:02
    Introducing Firestore Data Models
  61. Урок 61. 00:14:35
    Setting Up User Documents
  62. Урок 62. 00:06:50
    Finish Creating User Documents
  63. Урок 63. 00:14:05
    Sign In With Redirect
  64. Урок 64. 00:06:50
    Sign Up Form Pt.1
  65. Урок 65. 00:11:40
    Sign Up Form Pt.2
  66. Урок 66. 00:15:11
    Sign Up With Email + Password
  67. Урок 67. 00:10:21
    Generalizing Form Input Component
  68. Урок 68. 00:12:34
    Custom Button Component
  69. Урок 69. 00:11:00
    Sign In Form
  70. Урок 70. 00:10:48
    Finishing Authentication Page
  71. Урок 71. 00:08:06
    Need For Context
  72. Урок 72. 00:08:27
    User Context
  73. Урок 73. 00:12:20
    Re-rendering From Context
  74. Урок 74. 00:06:16
    Signing Out
  75. Урок 75. 00:08:45
    Exercise: Imposter Syndrome
  76. Урок 76. 00:02:56
    Observer: onAuthStateChange
  77. Урок 77. 00:11:01
    Finalizing Auth Listener
  78. Урок 78. 00:08:22
    Observer Pattern
  79. Урок 79. 00:10:27
    New Shop Page
  80. Урок 80. 00:06:02
    Products Context
  81. Урок 81. 00:06:47
    Product Card Component
  82. Урок 82. 00:08:17
    Cart Icon & Dropdown
  83. Урок 83. 00:09:29
    Toggle Cart Open
  84. Урок 84. 00:07:57
    Add To Cart Pt.1
  85. Урок 85. 00:08:47
    Add To Cart Pt.2
  86. Урок 86. 00:10:41
    Cart Item Designs
  87. Урок 87. 00:08:09
    Creating Checkout Page
  88. Урок 88. 00:08:19
    Decrement Checkout Item Quantity
  89. Урок 89. 00:07:25
    Checkout Item Pt.2
  90. Урок 90. 00:09:02
    Checkout Item Pt.3
  91. Урок 91. 00:08:44
    Cart Total
  92. Урок 92. 00:03:53
    Firestore DB No-SQL
  93. Урок 93. 00:07:02
    addCollectionAndDocuments Pt.1
  94. Урок 94. 00:09:29
    addCollectionAndDocuments Pt.2
  95. Урок 95. 00:07:05
    Get Products + Categories From Firestore
  96. Урок 96. 00:09:25
    Using Our CategoriesMap
  97. Урок 97. 00:09:10
    Category Preview Component
  98. Урок 98. 00:07:40
    Nested Routes in Shop
  99. Урок 99. 00:06:25
    Category Page
  100. Урок 100. 00:08:52
    Fixing Clashing Styles
  101. Урок 101. 00:09:10
    Introducing Styled-Components
  102. Урок 102. 00:11:35
    Styled-Components - Button
  103. Урок 103. 00:09:10
    Styled-Component - Cart Dropdown
  104. Урок 104. 00:09:37
    Styled-Component - Directory Item & Cart Icon
  105. Урок 105. 00:10:53
    Styled-Component - Form Input Component
  106. Урок 106. 00:08:55
    Last Touches
  107. Урок 107. 00:03:57
    Deploying On Netlify
  108. Урок 108. 00:08:58
    Adding Redirects For Netlify
  109. Урок 109. 00:09:35
    Reducers explained
  110. Урок 110. 00:11:26
    User Reducer
  111. Урок 111. 00:17:15
    Cart Reducer Pt. 1
  112. Урок 112. 00:09:58
    Cart Reducer Pt. 2
  113. Урок 113. 00:07:22
    Cart Reducer Pt. 3
  114. Урок 114. 00:09:16
    Redux Toolkit Aside
  115. Урок 115. 00:04:14
    Redux vs Context: Access
  116. Урок 116. 00:08:50
    Redux vs Context: Data Flow
  117. Урок 117. 00:04:53
    React-Redux: Installation
  118. Урок 118. 00:07:14
    React-Redux: Setting Up Our Store
  119. Урок 119. 00:10:34
    React-Redux: Creating User Reducer
  120. Урок 120. 00:06:08
    Redux Part: Selectors
  121. Урок 121. 00:07:46
    Categories Reducer
  122. Урок 122. 00:08:02
    Categories Selectors
  123. Урок 123. 00:08:42
    Business Logic in Our Selectors
  124. Урок 124. 00:08:05
    What Triggers useSelector
  125. Урок 125. 00:13:22
    Demystifying Middleware
  126. Урок 126. 00:05:23
    Redux Triggers Extra Re-renders
  127. Урок 127. 00:13:42
    Reselect Library
  128. Урок 128. 00:08:43
    Migrating Cart Context to Redux Pt. 1
  129. Урок 129. 00:05:54
    Migrating Cart Context to Redux Pt. 2
  130. Урок 130. 00:08:38
    Migrating Cart Context to Redux Pt. 3
  131. Урок 131. 00:06:39
    Migrate Cart Context to Redux Pt. 4
  132. Урок 132. 00:07:06
    Redux-Persist
  133. Урок 133. 00:09:32
    Redux-Devtools
  134. Урок 134. 00:08:11
    Asynchronous Redux: Redux-Thunk
  135. Урок 135. 00:07:47
    Redux-Thunk Pt. 2
  136. Урок 136. 00:08:33
    Redux-Thunk Pt. 3
  137. Урок 137. 00:08:00
    Asynchronous Redux: Redux-Saga
  138. Урок 138. 00:08:39
    Generator Functions
  139. Урок 139. 00:10:35
    Redux-Saga: fetchCategoriesAsync Thunk to Saga
  140. Урок 140. 00:07:14
    Redux-Saga: Converting onAuthStateChanged Listener to Promise
  141. Урок 141. 00:11:05
    Redux-Saga: Check User Session Saga Pt. 1
  142. Урок 142. 00:07:55
    Redux-Saga: Check User Session Saga Pt. 2
  143. Урок 143. 00:09:05
    Redux-Saga: Sign in Sagas
  144. Урок 144. 00:10:26
    Redux-Saga: Sign up Sagas
  145. Урок 145. 00:08:31
    Redux-Saga: Sign out Sagas
  146. Урок 146. 00:08:34
    Redux Toolkit Intro
  147. Урок 147. 00:11:41
    Using createSlice
  148. Урок 148. 00:07:24
    Using Redux Toolkit Action Creators
  149. Урок 149. 00:10:35
    Non Serializable Value Middleware
  150. Урок 150. 00:04:04
    Immutable Middleware
  151. Урок 151. 00:04:38
    Categories to createSlice
  152. Урок 152. 00:09:32
    Cart to createSlice
  153. Урок 153. 00:08:55
    The Need for Serverless Functions
  154. Урок 154. 00:06:58
    Serverless Functions Explained
  155. Урок 155. 00:08:40
    Setting up Stripe
  156. Урок 156. 00:08:20
    Setting up Our PaymentForm
  157. Урок 157. 00:09:32
    Writing Our First Serverless Function
  158. Урок 158. 00:12:35
    Finishing Stripe Payment
  159. Урок 159. 00:12:57
    Tidying Up Our UI
  160. Урок 160. 00:01:24
    Adding Auth With Netlify URL
  161. Урок 161. 00:05:20
    Adding Environment Variables To Netlify
  162. Урок 162. 00:07:52
    Typescript Introduction
  163. Урок 163. 00:08:15
    Starting our Typing
  164. Урок 164. 00:09:52
    Typescript Interfaces
  165. Урок 165. 00:11:50
    Typescript Types & Third Party Library Types
  166. Урок 166. 00:03:30
    ChangeEvent Type From React
  167. Урок 167. 00:11:21
    Understanding Generics
  168. Урок 168. 00:09:20
    Typing React's SetState
  169. Урок 169. 00:07:55
    Crwn-Clothing Typescript Overview
  170. Урок 170. 00:13:04
    Typing createAction
  171. Урок 171. 00:08:36
    Typing User Action Creators
  172. Урок 172. 00:08:47
    Typing User Selectors
  173. Урок 173. 00:07:46
    The Problem With Discriminating Unions
  174. Урок 174. 00:05:54
    Type Predicate Functions
  175. Урок 175. 00:08:36
    Intersections + Return Types
  176. Урок 176. 00:07:21
    withMatcher Type
  177. Урок 177. 00:09:16
    Improving Our Reducer Typing
  178. Урок 178. 00:09:21
    Typing Redux Cart Files Pt. 1
  179. Урок 179. 00:07:27
    Typing Redux Cart Files Pt. 2
  180. Урок 180. 00:13:21
    Typing Out Firebase Utils
  181. Урок 181. 00:08:48
    Typing User Actions
  182. Урок 182. 00:06:35
    Typing User Reducer + Selectors
  183. Урок 183. 00:09:40
    Typing Our Rootstate
  184. Урок 184. 00:02:24
    Typing Third Party Libraries
  185. Урок 185. 00:01:45
    Typing Our Custom Middleware
  186. Урок 186. 00:08:09
    Typing Categories Saga
  187. Урок 187. 00:08:54
    Typing User Sagas Pt. 1
  188. Урок 188. 00:05:29
    Typing User Sagas Pt. 2
  189. Урок 189. 00:07:59
    Typing Button Component
  190. Урок 190. 00:09:31
    Typing Input & Form Components
  191. Урок 191. 00:07:17
    Typing SVG Imports
  192. Урок 192. 00:08:20
    Typing Our Payment Form
  193. Урок 193. 00:05:34
    GraphQL Explained
  194. Урок 194. 00:07:40
    GraphQL Playground
  195. Урок 195. 00:10:10
    Graphql Queries
  196. Урок 196. 00:08:37
    Categories Query
  197. Урок 197. 00:06:30
    Updating Components To Consume GraphQL Values
  198. Урок 198. 00:11:52
    Variables In useQuery & Caching
  199. Урок 199. 00:05:47
    Mutations
  200. Урок 200. 00:05:18
    Apollo vs Redux
  201. Урок 201. 00:03:23
    Do Not Optimize For Performance Until You Need It
  202. Урок 202. 00:06:17
    useCallback Pt.1
  203. Урок 203. 00:04:01
    useCallback Pt. 2
  204. Урок 204. 00:06:45
    useMemo
  205. Урок 205. 00:07:51
    React Devtools Profiling & Memo
  206. Урок 206. 00:10:41
    Code Splitting, Dynamic Imports, Suspense & Lazy
  207. Урок 207. 00:05:23
    React Compiler
  208. Урок 208. 00:06:37
    Firebase Rule Security
  209. Урок 209. 00:02:06
    Don't Over Complicate
  210. Урок 210. 00:02:57
    Be a Late Follower
  211. Урок 211. 00:01:39
    Break Things Down
  212. Урок 212. 00:01:54
    It Will Never Be Perfect
  213. Урок 213. 00:12:55
    Progressive Web Apps
  214. Урок 214. 00:06:16
    Progressive Web Apps Examples
  215. Урок 215. 00:06:12
    PWA - HTTPS
  216. Урок 216. 00:06:13
    PWA - App Manifest
  217. Урок 217. 00:13:16
    PWA - Service Workers
  218. Урок 218. 00:02:04
    PWA - Final Thoughts
  219. Урок 219. 00:10:42
    PWA - Our Application
  220. Урок 220. 00:08:37
    Global Styles and Media Queries
  221. Урок 221. 00:10:05
    Remaining Mobile Styles
  222. Урок 222. 00:06:22
    Section Overview
  223. Урок 223. 00:02:59
    Types of Tests
  224. Урок 224. 00:15:29
    Testing Libraries
  225. Урок 225. 00:02:43
    Unit Tests
  226. Урок 226. 00:02:47
    Integration Tests
  227. Урок 227. 00:04:28
    Automation Testing
  228. Урок 228. 00:02:57
    Final Note On Testing
  229. Урок 229. 00:11:30
    Setting Up Jest
  230. Урок 230. 00:11:11
    Our First Tests
  231. Урок 231. 00:05:32
    Writing Tests
  232. Урок 232. 00:10:19
    Asynchronous Tests
  233. Урок 233. 00:11:42
    Asynchronous Tests 2
  234. Урок 234. 00:12:51
    Mocks and Spies
  235. Урок 235. 00:14:30
    Introduction To Enzyme
  236. Урок 236. 00:09:30
    Snapshot Testing
  237. Урок 237. 00:04:55
    Snapshot Testing + Code Coverage
  238. Урок 238. 00:11:17
    Testing Stateful Components
  239. Урок 239. 00:02:36
    Quick Recap
  240. Урок 240. 00:23:51
    Testing Connected Components
  241. Урок 241. 00:03:36
    Testing Connected Components 2
  242. Урок 242. 00:14:58
    Testing Reducers
  243. Урок 243. 00:18:28
    Testing Actions
  244. Урок 244. 00:04:12
    Section Review
  245. Урок 245. 00:04:05
    Aside - React Testing Library
  246. Урок 246. 00:08:57
    Basics of RTL - Render and Screen
  247. Урок 247. 00:09:33
    Button Tests - Part 1
  248. Урок 248. 00:05:22
    Button Tests - Part 2
  249. Урок 249. 00:14:22
    Render with Providers and Cart Icon Tests
  250. Урок 250. 00:10:49
    Navigation Tests - Part 1
  251. Урок 251. 00:05:57
    Navigation Tests - Part 2
  252. Урок 252. 00:07:18
    Product Card and Testing Redux Actions
  253. Урок 253. 00:08:42
    Navigation Tests - Part 3
  254. Урок 254. 00:11:48
    Category Tests and React-Router-Dom Mocks
  255. Урок 255. 00:07:58
    Category Reducer Test
  256. Урок 256. 00:06:10
    Category Selector Test
  257. Урок 257. 00:09:22
    Category Sagas - Part 1
  258. Урок 258. 00:13:58
    Category Sagas - Part 2
  259. Урок 259. 00:12:11
    Introduction to Webpack + Babel
  260. Урок 260. 00:10:41
    Webpack Config
  261. Урок 261. 00:07:56
    Introduction to Gatsby.js
  262. Урок 262. 00:09:04
    Starting a Gatsby Project
  263. Урок 263. 00:09:30
    Gatsby Pages
  264. Урок 264. 00:08:40
    Gatsby GraphQL + Markdown
  265. Урок 265. 00:10:54
    Building Our Blog 1
  266. Урок 266. 00:09:13
    Building Our Blog 2
  267. Урок 267. 00:06:55
    Building Our Blog 3
  268. Урок 268. 00:07:27
    Building Our Blog 4
  269. Урок 269. 00:09:33
    Building Our Blog 5
  270. Урок 270. 00:05:49
    map()
  271. Урок 271. 00:14:58
    Promises
  272. Урок 272. 00:02:56
    filter()
  273. Урок 273. 00:12:51
    includes()
  274. Урок 274. 00:17:41
    CWD: Git + Github
  275. Урок 275. 00:16:53
    CWD: Git + Github 2
  276. Урок 276. 00:09:36
    Async Await
  277. Урок 277. 00:03:07
    find()
  278. Урок 278. 00:06:52
    reduce()
  279. Урок 279. 00:07:48
    Memoization
  280. Урок 280. 00:04:25
    Currying
  281. Урок 281. 00:08:45
    ES6 Classes
  282. Урок 282. 00:14:42
    Inheritance
  283. Урок 283. 00:01:18
    Thank You!
  284. Урок 284. 00:38:31
    AMA - 100,000 Students!!