
-
Урок 1. 00:04:58Course Outline
-
Урок 2. 00:02:07React Concepts
-
Урок 3. 00:09:25The Birth of React.js
-
Урок 4. 00:06:19Declarative vs Imperative
-
Урок 5. 00:05:24Component Architecture
-
Урок 6. 00:06:11One Way Data Flow
-
Урок 7. 00:04:53UI Library
-
Урок 8. 00:04:19How To Be A Great React Developer
-
Урок 9. 00:06:14Section Overview
-
Урок 10. 00:08:09Environment Setup for Mac
-
Урок 11. 00:09:54Environment Setup For Windows
-
Урок 12. 00:03:32Create React App
-
Урок 13. 00:05:29Create React App 2
-
Урок 14. 00:10:53React Project Setup
-
Урок 15. 00:01:58Don't Eject
-
Урок 16. 00:05:27Class Components
-
Урок 17. 00:05:45Thinking In JSX
-
Урок 18. 00:05:41Dynamic Content
-
Урок 19. 00:05:38Single Page Application
-
Урок 20. 00:05:48Fetching Content
-
Урок 21. 00:06:21Architecting Our App
-
Урок 22. 00:08:07Card List Component
-
Урок 23. 00:07:14Card Component
-
Урок 24. 00:04:03Exercise: Breaking Into Components
-
Урок 25. 00:07:22State vs Props
-
Урок 26. 00:09:43SearchField State
-
Урок 27. 00:05:01React Events
-
Урок 28. 00:05:55Filtering State
-
Урок 29. 00:07:45Search Box Component
-
Урок 30. 00:03:58Exercise: Where To Put State?
-
Урок 31. 00:10:03Class Methods and Arrow Functions
-
Урок 32. 00:05:32Exercise: Event Binding
-
Урок 33. 00:07:22Deploying Our App
-
Урок 34. 00:11:10React and ReactDOM
-
Урок 35. 00:10:24Latest React Package Updates
-
Урок 36. 00:14:21Revisiting VirtualDOM + Unidirectional Data Flow
-
Урок 37. 00:14:48Asynchronous setState
-
Урок 38. 00:07:16Introducing Lifecycle Methods
-
Урок 39. 00:06:04React Lifecycle Methods - Mounting
-
Урок 40. 00:12:59React Lifecycle Methods - Updating
-
Урок 41. 00:03:14React Lifecycle Methods - Unmounting
-
Урок 42. 00:03:03Section Review
-
Урок 43. 00:02:53The Long Road Ahead
-
Урок 44. 00:01:48Project Overview
-
Урок 45. 00:04:48Github + Project Repositories
-
Урок 46. 00:13:20E-commerce Homepage + SASS setup
-
Урок 47. 00:07:12Project Files + Modules
-
Урок 48. 00:04:08Project Component Architecture
-
Урок 49. 00:14:50Homepage and Directory Components
-
Урок 50. 00:08:29Styling Menu Items
-
Урок 51. 00:08:00React 17: Updating Packages + Latest Version Of React
-
Урок 52. 00:04:32Routing In React
-
Урок 53. 00:09:10Routing In Our Project
-
Урок 54. 00:15:23React Router Dom
-
Урок 55. 00:09:27withRouter()
-
Урок 56. 00:12:39Shop Page
-
Урок 57. 00:09:33Collection Item
-
Урок 58. 00:09:28Header Component
-
Урок 59. 00:07:23Introducing Forms In React
-
Урок 60. 00:09:24Sign In Component
-
Урок 61. 00:08:42Form Input Component
-
Урок 62. 00:06:08Custom Button Component
-
Урок 63. 00:03:16Section Overview
-
Урок 64. 00:07:28Firebase Introduction
-
Урок 65. 00:04:08Adding a Project to Firebase
-
Урок 66. 00:07:42Google Sign In Authentication
-
Урок 67. 00:09:44Google Sign In Authentication 2
-
Урок 68. 00:09:43Google Sign In Authentication 3
-
Урок 69. 00:11:07Firebase Firestore
-
Урок 70. 00:17:10Storing User Data In Firebase
-
Урок 71. 00:09:20Storing User Data In Our App
-
Урок 72. 00:10:14Sign Up Component
-
Урок 73. 00:04:57Sign Up With Email and Password
-
Урок 74. 00:03:20Sign In With Email and Password
-
Урок 75. 00:02:15Section Review
-
Урок 76. 00:02:10Section Overview
-
Урок 77. 00:04:41Redux Introduction
-
Урок 78. 00:09:42Redux Concepts
-
Урок 79. 00:10:24Redux In Our Application
-
Урок 80. 00:08:20Redux Actions and Reducers
-
Урок 81. 00:14:59Setting Up Redux 1
-
Урок 82. 00:10:27Setting Up Redux 2
-
Урок 83. 00:04:13connect() and mapStateToProps
-
Урок 84. 00:09:10mapDispatchToProps
-
Урок 85. 00:05:19User Redirect and User Action Type
-
Урок 86. 00:05:09Cart Component
-
Урок 87. 00:04:25Cart Dropdown Component
-
Урок 88. 00:10:04Implementing Redux In Cart
-
Урок 89. 00:06:15Add To Cart Styling
-
Урок 90. 00:14:15Cart Item Reducer
-
Урок 91. 00:08:03Adding Multiple Items To Cart
-
Урок 92. 00:07:16Cart Item Component
-
Урок 93. 00:08:32Selectors in Redux
-
Урок 94. 00:08:23Reselect Library
-
Урок 95. 00:07:42User Selectors
-
Урок 96. 00:08:36Checkout Page
-
Урок 97. 00:07:03Checkout Page 2
-
Урок 98. 00:02:54Extensible Code
-
Урок 99. 00:03:42Dispatch Action Shorthand
-
Урок 100. 00:08:19Checkout Item Component
-
Урок 101. 00:08:43Remove Items From Cart
-
Урок 102. 00:12:36Remove Items At Checkout
-
Урок 103. 00:08:03Local Storage and Session Storage
-
Урок 104. 00:11:02Redux Persist
-
Урок 105. 00:12:10Directory State Into Redux
-
Урок 106. 00:07:48Collection State Into Redux
-
Урок 107. 00:07:39Collection Overview Component
-
Урок 108. 00:08:09Nested Routing in Shop Page
-
Урок 109. 00:01:48Improving Naming Of Component
-
Урок 110. 00:08:12Collection Routing and Selector
-
Урок 111. 00:09:27Data Normalization + Collection Page
-
Урок 112. 00:10:11Data Flow In Our App
-
Урок 113. 00:03:24Thinking About Data Flow
-
Урок 114. 00:05:40Introduction To Stripe
-
Урок 115. 00:16:32Stripe Integration
-
Урок 116. 00:06:14Finishing Touches + Look Ahead
-
Урок 117. 00:12:07Deploying To Heroku
-
Урок 118. 00:07:03Optimizing Production Build
-
Урок 119. 00:11:36CSS in JS
-
Урок 120. 00:08:58styled-components
-
Урок 121. 00:12:32styled-components In Our App
-
Урок 122. 00:03:39Thinking About Tradeoffs
-
Урок 123. 00:03:23styled-components In Our App 2
-
Урок 124. 00:11:03styled-components In Our App 3
-
Урок 125. 00:04:27Section Overview
-
Урок 126. 00:13:07Firebase Refresher
-
Урок 127. 00:05:59Firebase Refresher 2
-
Урок 128. 00:09:41Moving Our Shop Data To Firebase
-
Урок 129. 00:07:13Moving Our Shop Data To Firebase 2
-
Урок 130. 00:04:23Reviewing What We Have Done
-
Урок 131. 00:16:06Bringing Shop Data To Our App
-
Урок 132. 00:07:45Adding Shop Data To Redux
-
Урок 133. 00:10:59WithSpinner HOC
-
Урок 134. 00:08:47WithSpinner HOC 2
-
Урок 135. 00:19:20Optional: How To Build HOCs
-
Урок 136. 00:12:42Observables + Observer Pattern
-
Урок 137. 00:11:57Promise Pattern
-
Урок 138. 00:19:49Redux Thunk
-
Урок 139. 00:02:41What Does Redux Thunk Do?
-
Урок 140. 00:10:45Debugging Our Code
-
Урок 141. 00:14:31Container Pattern
-
Урок 142. 00:04:53Refactoring Is A Tradeoff
-
Урок 143. 00:12:00Introduction to Sagas
-
Урок 144. 00:08:39Generator Functions
-
Урок 145. 00:10:51redux-saga
-
Урок 146. 00:09:44Redux Thunk Into Saga
-
Урок 147. 00:15:28take(), takeEvery(), takeLatest()
-
Урок 148. 00:05:01Root Saga
-
Урок 149. 00:04:46Planning Ahead With Sagas
-
Урок 150. 00:19:27Google Sign In Into Sagas
-
Урок 151. 00:13:22Email Sign In Into Sagas
-
Урок 152. 00:10:02Reviewing Our Sagas
-
Урок 153. 00:08:22Recreating Persistence
-
Урок 154. 00:07:35Sign Out With Sagas
-
Урок 155. 00:09:38Clear Cart Saga
-
Урок 156. 00:12:57Solution: Sign Up Saga
-
Урок 157. 00:11:49React Hooks Introduction (useState)
-
Урок 158. 00:14:52useEffect
-
Урок 159. 00:02:56Hook Rules
-
Урок 160. 00:08:12Converting Class Components With useState
-
Урок 161. 00:11:52useEffect In Our App
-
Урок 162. 00:06:41useEffect as ComponentWillUnmount()
-
Урок 163. 00:13:51Custom Hooks
-
Урок 164. 00:04:43Custom Hooks 2
-
Урок 165. 00:08:33useReducer
-
Урок 166. 00:12:57Should You Adopt Hooks?
-
Урок 167. 00:12:24Introduction To Backend
-
Урок 168. 00:10:33Creating our Server Inside the Project
-
Урок 169. 00:14:05Building A Basic Server
-
Урок 170. 00:04:34What We Are Building
-
Урок 171. 00:10:08Backend Payment Route
-
Урок 172. 00:09:24Connecting Client To Server
-
Урок 173. 00:10:31Deploying To Production
-
Урок 174. 00:06:23Introduction To Context API
-
Урок 175. 00:12:12Context Consumer + useContext Hook
-
Урок 176. 00:13:30Context Provider
-
Урок 177. 00:14:05Cart Context
-
Урок 178. 00:16:54Provider Context Pattern
-
Урок 179. 00:11:21Provider Context Pattern 2
-
Урок 180. 00:09:27Redux vs Context API
-
Урок 181. 00:16:03Introduction To GraphQL
-
Урок 182. 00:12:38GraphQL Playground
-
Урок 183. 00:07:35GraphQL Playground 2
-
Урок 184. 00:14:06Introduction To Apollo
-
Урок 185. 00:10:44Apollo Container
-
Урок 186. 00:10:15Query With Variables
-
Урок 187. 00:08:32GraphQL vs Redux
-
Урок 188. 00:15:35Mutations On The Client
-
Урок 189. 00:08:23Mutations On The Client 2
-
Урок 190. 00:12:44Adding Items With Apollo
-
Урок 191. 00:05:57Adding Items With Apollo 2
-
Урок 192. 00:15:19CartItem Count With Apollo
-
Урок 193. 00:06:55Should You Use GraphQL?
-
Урок 194. 00:10:23Mobile Responsiveness
-
Урок 195. 00:14:11Mobile Responsiveness 2
-
Урок 196. 00:13:31Code Splitting Introduction
-
Урок 197. 00:03:03Introducing React Lazy
-
Урок 198. 00:10:35React Lazy + Suspense
-
Урок 199. 00:16:08Error Boundaries
-
Урок 200. 00:15:32React.memo, PureComponent, shouldComponentUpdate
-
Урок 201. 00:09:52Performance In Our App
-
Урок 202. 00:10:51useCallback
-
Урок 203. 00:05:54useMemo
-
Урок 204. 00:07:02Gzipping and Compression
-
Урок 205. 00:05:39React <Profiler>
-
Урок 206. 00:02:06Don't Overcomplicate
-
Урок 207. 00:02:57Be A Late Follower
-
Урок 208. 00:01:39Break Things Down
-
Урок 209. 00:01:54It Will Never Be Perfect
-
Урок 210. 00:12:55Progressive Web Apps
-
Урок 211. 00:06:16Progressive Web Apps Examples
-
Урок 212. 00:06:12PWA - HTTPS
-
Урок 213. 00:06:13PWA - App Manifest
-
Урок 214. 00:13:16PWA - Service Workers
-
Урок 215. 00:02:04PWA - Final Thoughts
-
Урок 216. 00:10:44Converting Our App To PWA
-
Урок 217. 00:08:45Firebase Security Rules
-
Урок 218. 00:10:57User Security Rule
-
Урок 219. 00:07:22User Security Rule 2
-
Урок 220. 00:05:52More Security Rules
-
Урок 221. 00:06:22Section Overview
-
Урок 222. 00:02:59Types of Tests
-
Урок 223. 00:15:29Testing Libraries
-
Урок 224. 00:02:43Unit Tests
-
Урок 225. 00:02:47Integration Tests
-
Урок 226. 00:04:28Automation Testing
-
Урок 227. 00:02:57Final Note On Testing
-
Урок 228. 00:11:37Setting Up Jest
-
Урок 229. 00:11:11Our First Tests
-
Урок 230. 00:05:32Writing Tests
-
Урок 231. 00:10:19Asynchronous Tests
-
Урок 232. 00:11:42Asynchronous Tests 2
-
Урок 233. 00:12:51Mocks and Spies
-
Урок 234. 00:14:30Introduction To Enzyme
-
Урок 235. 00:09:30Snapshot Testing
-
Урок 236. 00:04:55Snapshot Testing + Code Coverage
-
Урок 237. 00:11:17Testing Stateful Components
-
Урок 238. 00:02:36Quick Recap
-
Урок 239. 00:23:51Testing Connected Components
-
Урок 240. 00:03:36Testing Connected Components 2
-
Урок 241. 00:14:58Testing Reducers
-
Урок 242. 00:18:28Testing Actions
-
Урок 243. 00:04:12Section Review
-
Урок 244. 00:12:11Introduction to Webpack + Babel
-
Урок 245. 00:10:41Webpack Config
-
Урок 246. 00:07:56Introduction to Gatsby.js
-
Урок 247. 00:09:04Starting a Gatsby Project
-
Урок 248. 00:09:30Gatsby Pages
-
Урок 249. 00:08:40Gatsby GraphQL + Markdown
-
Урок 250. 00:10:54Building Our Blog 1
-
Урок 251. 00:09:13Building Our Blog 2
-
Урок 252. 00:06:55Building Our Blog 3
-
Урок 253. 00:07:27Building Our Blog 4
-
Урок 254. 00:09:33Building Our Blog 5
-
Урок 255. 00:05:49map()
-
Урок 256. 00:14:58Promises
-
Урок 257. 00:02:56filter()
-
Урок 258. 00:12:51includes()
-
Урок 259. 00:17:41CWD: Git + Github
-
Урок 260. 00:16:53CWD: Git + Github 2
-
Урок 261. 00:09:36Async Await
-
Урок 262. 00:03:07find()
-
Урок 263. 00:06:52reduce()
-
Урок 264. 00:07:48Memoization
-
Урок 265. 00:04:25Currying
-
Урок 266. 00:14:45Contributing To Open Source
-
Урок 267. 00:09:43Contributing To Open Source 2
-
Урок 268. 00:38:31AMA - 100,000 Students!!
Обновите курс пожалуйста.
I watched them more than 10 from the most popular.
Администратор пожалуйста, загрузите этот НОВЫЙ И ГОРЯЧИЙ курс от Брэда Трэверси: "Электронная коммерция MERN с нуля"