-
Урок 1. 00:01:02How to Get Help
-
Урок 2. 00:07:57Let's Build an App!
-
Урок 3. 00:05:50Critical Questions
-
Урок 4. 00:08:52A Few More Critical Questions
-
Урок 5. 00:01:59Node Setup
-
Урок 6. 00:02:39Creating a React Project
-
Урок 7. 00:05:51What is Create React App?
-
Урок 8. 00:06:42Showing Basic Content
-
Урок 9. 00:05:49What is JSX?
-
Урок 10. 00:04:30Printing JavaScript Variables in JSX
-
Урок 11. 00:01:52Shorthand JS Expressions
-
Урок 12. 00:00:43Exercise Overview
-
Урок 13. 00:02:06Exercise Solution
-
Урок 14. 00:01:59Typical Component Layouts
-
Урок 15. 00:07:37Customizing Elements with Props
-
Урок 16. 00:05:08Converting HTML to JSX
-
Урок 17. 00:06:14Applying Styling in JSX
-
Урок 18. 00:02:06Exercise Solution
-
Урок 19. 00:04:27Extracting Components
-
Урок 20. 00:16:07Module Systems Overview
-
Урок 21. 00:05:38Project Overview
-
Урок 22. 00:05:01Creating Core Components
-
Урок 23. 00:04:52Introducing the Props System
-
Урок 24. 00:06:07Picturing the Movement of Data
-
Урок 25. 00:03:05Adding Props
-
Урок 26. 00:04:58Using Argument Destructuring
-
Урок 27. 00:01:32Exercise Solution
-
Урок 28. 00:02:38The React Developer Tools
-
Урок 29. 00:04:44The Most Common Props Mistake
-
Урок 30. 00:08:10Including Images
-
Урок 31. 00:06:40Handling Image Accessibility
-
Урок 32. 00:06:11Review on how CSS Works
-
Урок 33. 00:05:58Adding CSS Libraries with NPM
-
Урок 34. 00:09:39A Big Pile of HTML!
-
Урок 35. 00:05:46Last Bit of Styling
-
Урок 36. 00:02:53App Overview
-
Урок 37. 00:05:10Initial App Setup
-
Урок 38. 00:03:16Introducing the Event System
-
Урок 39. 00:08:12Events in Detail
-
Урок 40. 00:06:43Variations on Event Handlers
-
Урок 41. 00:01:16Exercise Solution
-
Урок 42. 00:03:44Introducing the State System
-
Урок 43. 00:08:44More on State
-
Урок 44. 00:08:11Understanding the Re-Rendering Process
-
Урок 45. 00:08:43Why Array Destructuring?
-
Урок 46. 00:03:34Back to the App
-
Урок 47. 00:07:12Picking a Random Element
-
Урок 48. 00:09:47List Building in React
-
Урок 49. 00:05:51Loading and Showing SVGs
-
Урок 50. 00:05:52Increasing Image Size
-
Урок 51. 00:06:22Adding Custom CSS
-
Урок 52. 00:05:59Finalizing Styling
-
Урок 53. 00:08:53App Wrapup and Review
-
Урок 54. 00:02:25App Overview
-
Урок 55. 00:05:54Project Setup
-
Урок 56. 00:04:07The Path Forward
-
Урок 57. 00:11:17Overview of HTTP Requests
-
Урок 58. 00:06:08Understanding the API
-
Урок 59. 00:10:37Making an HTTP Request
-
Урок 60. 00:02:40[Optional] Using Async:Await
-
Урок 61. 00:03:21Data Fetching Cleanup
-
Урок 62. 00:08:43Thinking About Data Flow
-
Урок 63. 00:06:08Child to Parent Communication
-
Урок 64. 00:07:30Implementing Child to Parent Communication
-
Урок 65. 00:11:33Handling Form Submission
-
Урок 66. 00:09:22Handling Input Elements
-
Урок 67. 00:14:22[Optional] OK But Why?
-
Урок 68. 00:02:36Exercise Solution
-
Урок 69. 00:04:07Running the Search
-
Урок 70. 00:03:01Reminder on Async:Await
-
Урок 71. 00:12:32Communicating the List of Images Down
-
Урок 72. 00:05:04Building a List of Images
-
Урок 73. 00:09:11Handling List Updates
-
Урок 74. 00:09:23Notes on Keys
-
Урок 75. 00:01:49Displaying Images
-
Урок 76. 00:04:27A Touch of Styling
-
Урок 77. 00:03:42App Wrapup
-
Урок 78. 00:03:21App Overview
-
Урок 79. 00:05:57Initial Setup
-
Урок 80. 00:05:15State Location
-
Урок 81. 00:04:52Reminder on Event Handlers
-
Урок 82. 00:08:56Receiving New Titles
-
Урок 83. 00:02:13Adding Styling
-
Урок 84. 00:10:26Updating State
-
Урок 85. 00:04:27Don't Mutate That State!
-
Урок 86. 00:01:25[Optional] Adding Elements to the Start or End
-
Урок 87. 00:02:10[Optional] Exercise Solution
-
Урок 88. 00:04:44[Optional] Inserting Elements
-
Урок 89. 00:02:10[Optional] Exercise Solution
-
Урок 90. 00:07:05[Optional] Removing Elements
-
Урок 91. 00:02:10[Optional] Exercise Solution
-
Урок 92. 00:06:06[Optional] Modifying Elements
-
Урок 93. 00:07:11[Super Optional] Why the Special Syntax?
-
Урок 94. 00:02:27[Optional] Exercise Solution
-
Урок 95. 00:03:59[Optional] Adding, Changing, or Removing Object Properties
-
Урок 96. 00:01:50Adding a Book, For Real!
-
Урок 97. 00:02:06Generating Random ID's
-
Урок 98. 00:05:36Displaying the List
-
Урок 99. 00:06:37Deleting Records
-
Урок 100. 00:06:32Toggling Form Display
-
Урок 101. 00:07:07Default Form Values
-
Урок 102. 00:08:45Updating the Title
-
Урок 103. 00:05:07Closing the Form on Submit
-
Урок 104. 00:04:31A Better Solution!
-
Урок 105. 00:03:19Collapsing Two Handlers into One
-
Урок 106. 00:07:59Adding Images
-
Урок 107. 00:07:49Adding Data Persistence
-
Урок 108. 00:03:45Server Setup
-
Урок 109. 00:04:37What Just Happened?
-
Урок 110. 00:05:21How the API Works
-
Урок 111. 00:05:07Introducing the REST Client
-
Урок 112. 00:06:59Using the REST Client
-
Урок 113. 00:06:57Creating a New Record
-
Урок 114. 00:04:26Fetching a List of Records
-
Урок 115. 00:02:52Introducing useEffect
-
Урок 116. 00:06:25useEffect in Action
-
Урок 117. 00:09:53More on useEffect
-
Урок 118. 00:03:19Updating a Record
-
Урок 119. 00:05:28Thinking About Updates
-
Урок 120. 00:01:19Deleting a Record
-
Урок 121. 00:09:13Introducing Context
-
Урок 122. 00:06:16Context in Action
-
Урок 123. 00:06:52Changing Context Values
-
Урок 124. 00:08:47More on Changing Context
-
Урок 125. 00:11:52Application vs Component State
-
Урок 126. 00:04:39Refactoring to Use Context
-
Урок 127. 00:05:33Refactoring the App
-
Урок 128. 00:06:13Reminder on Sharing with Context
-
Урок 129. 00:03:09Props and Context Together
-
Урок 130. 00:05:57Last Bit of Refactoring
-
Урок 131. 00:09:54A Small Taste of Reusable Hooks
-
Урок 132. 00:08:07Return to useEffect
-
Урок 133. 00:07:18Understanding the Issue
-
Урок 134. 00:06:24Applying the Fix
-
Урок 135. 00:10:58ESLint is Good, but be Careful!
-
Урок 136. 00:13:09Stable References with useCallback
-
Урок 137. 00:02:09Fixing Bugs with useCallback
-
Урок 138. 00:05:34useEffect Cleanup Functions
-
Урок 139. 00:05:38The Purpose of Cleanup Functions
-
Урок 140. 00:04:26Project Overview
-
Урок 141. 00:01:55Project Setup
-
Урок 142. 00:08:20Some Button Theory
-
Урок 143. 00:03:49Underlying Elements
-
Урок 144. 00:04:22The Children Prop
-
Урок 145. 00:06:22Props Design
-
Урок 146. 00:08:30Validating Props with PropTypes
-
Урок 147. 00:06:53PropTypes in Action
-
Урок 148. 00:06:38Introducing TailwindCSS
-
Урок 149. 00:04:51Installing Tailwind
-
Урок 150. 00:06:36How to use Tailwind
-
Урок 151. 00:10:23Review on Styling
-
Урок 152. 00:11:29The ClassNames Library
-
Урок 153. 00:05:56Building Some Variations
-
Урок 154. 00:06:08Finalizing the Variations
-
Урок 155. 00:09:50Using Icons in React Projects
-
Урок 156. 00:07:17Issues with Event Handlers
-
Урок 157. 00:06:08Passing Props Through
-
Урок 158. 00:05:18Handling the Special ClassName Case
-
Урок 159. 00:10:44Project Organization
-
Урок 160. 00:05:57Refactoring with Organization
-
Урок 161. 00:04:49Component Overview
-
Урок 162. 00:03:43Component Setup
-
Урок 163. 00:04:05Reminder on Building Lists
-
Урок 164. 00:29:31State Design Process Overview
-
Урок 165. 00:04:10Finding the Expanded Item
-
Урок 166. 00:06:26Conditional Rendering
-
Урок 167. 00:10:01Inline Event Handlers
-
Урок 168. 00:08:22Variation on Event Handlers
-
Урок 169. 00:02:15Conditional Icon Rendering
-
Урок 170. 00:01:46Displaying Icons
-
Урок 171. 00:03:49Adding Styling
-
Урок 172. 00:02:08Toggling Panel Collapse
-
Урок 173. 00:08:35[Optional] Delayed State Updates
-
Урок 174. 00:11:44[Optional] Functional State Updates
-
Урок 175. 00:01:27Exercise Solution
-
Урок 176. 00:01:09Component Overview
-
Урок 177. 00:05:50Designing the Props
-
Урок 178. 00:04:15Component Creation
-
Урок 179. 00:20:12[Optional] More State Design
-
Урок 180. 00:06:46Finally... Implementation!
-
Урок 181. 00:04:48Reminder on Event Handlers in Maps
-
Урок 182. 00:04:46Dropdown as a Controlled Component
-
Урок 183. 00:05:37Controlled Component Implementation
-
Урок 184. 00:04:31Existence Check Helper
-
Урок 185. 00:06:35Community Convention with Props Names
-
Урок 186. 00:01:38Exercise Solution
-
Урок 187. 00:05:34Adding Styling
-
Урок 188. 00:07:08The Panel Component
-
Урок 189. 00:06:00Creating the Reusable Panel
-
Урок 190. 00:05:20A Challenging Extra Feature
-
Урок 191. 00:02:47Document-Wide Click Handlers
-
Урок 192. 00:06:15Event Capture and Bubbling
-
Урок 193. 00:02:21Putting it All Together
-
Урок 194. 00:14:35Why a Capture Phase Handler?
-
Урок 195. 00:03:53Reminder on the useEffect Function
-
Урок 196. 00:05:47Reminder on useEffect Cleanup
-
Урок 197. 00:02:57Issues with Element References
-
Урок 198. 00:05:06useRef in Action
-
Урок 199. 00:03:15Checking Click Location
-
Урок 200. 00:09:34Traditional Browser Navigation
-
Урок 201. 00:07:57Theory of Navigation in React
-
Урок 202. 00:02:44Extracting the DropdownPage
-
Урок 203. 00:05:34Answering Critical Questions
-
Урок 204. 00:02:57The PushState Function
-
Урок 205. 00:02:29Handling Link Clicks
-
Урок 206. 00:06:24Handling Back:Forward Buttons
-
Урок 207. 00:04:06Navigation Context
-
Урок 208. 00:06:20Listening to Forward and Back Clicks
-
Урок 209. 00:05:37Programmatic Navigation
-
Урок 210. 00:05:26A Link Component
-
Урок 211. 00:05:50A Route Component
-
Урок 212. 00:02:53Handling Control and Command Keys
-
Урок 213. 00:01:19Link Styling
-
Урок 214. 00:02:56Custom Navigation Hook
-
Урок 215. 00:08:23Adding a Sidebar Component
-
Урок 216. 00:07:26Highlighting the Active Link
-
Урок 217. 00:01:55Navigation Wrapup
-
Урок 218. 00:04:22Modal Component Overview
-
Урок 219. 00:05:50Toggling Visibility
-
Урок 220. 00:03:06At First Glance, Easy!
-
Урок 221. 00:09:27We're Lucky it Works At All!
-
Урок 222. 00:07:10Fixing the Modal with Portals
-
Урок 223. 00:02:05Closing the Modal
-
Урок 224. 00:05:04Customizing the Modal
-
Урок 225. 00:01:45Additional Styling
-
Урок 226. 00:01:54One Small Bug
-
Урок 227. 00:05:49Modal Wrapup
-
Урок 228. 00:03:35Creating a Reusable table
-
Урок 229. 00:03:04Communicating Data to the Table
-
Урок 230. 00:04:26Reminder on Table HTML Structure
-
Урок 231. 00:02:53Building the Rows
-
Урок 232. 00:03:39Better Styling
-
Урок 233. 00:05:11Done! But It's Not Reusable
-
Урок 234. 00:02:30Here's the Idea
-
Урок 235. 00:04:47Dynamic Table Headers
-
Урок 236. 00:05:19Rendering Individual Cells
-
Урок 237. 00:05:01Fixed Cell Values
-
Урок 238. 00:04:36Nested Maps
-
Урок 239. 00:00:58Fixing the Color
-
Урок 240. 00:04:13Adding a Key Function
-
Урок 241. 00:06:39Adding Sorting to the Table
-
Урок 242. 00:06:25Reminder on Sorting in JavaScript
-
Урок 243. 00:02:47Sorting Strings
-
Урок 244. 00:03:58Sorting Objects
-
Урок 245. 00:07:39Object Sort Implementation
-
Урок 246. 00:04:27Reversing Sort Order
-
Урок 247. 00:04:11Optional Sorting
-
Урок 248. 00:03:15A Small Extra Feature
-
Урок 249. 00:03:50Customizing Header Cells
-
Урок 250. 00:05:59React Fragments
-
Урок 251. 00:10:40The Big Reveal
-
Урок 252. 00:11:33Adding SortableTable
-
Урок 253. 00:01:44Watching for Header Cell Clicks
-
Урок 254. 00:06:58Quick State Design
-
Урок 255. 00:05:25Adding Sort State
-
Урок 256. 00:11:01Yessssss, It Worked!
-
Урок 257. 00:05:09Determining Icon Set
-
Урок 258. 00:03:38Styling Header Cells
-
Урок 259. 00:02:56Resetting Sort Order
-
Урок 260. 00:03:54Table Wrapup
-
Урок 261. 00:03:40Exploring Code Reuse
-
Урок 262. 00:03:11Revisiting Custom Hooks
-
Урок 263. 00:04:47Creating the Demo Component
-
Урок 264. 00:03:17Custom Hook Creation
-
Урок 265. 00:09:43Hook Creation Process in Depth
-
Урок 266. 00:11:10Making a Reusable Sorting Hook
-
Урок 267. 00:03:04App Overview
-
Урок 268. 00:04:27Adding the Form
-
Урок 269. 00:06:59More on the Form
-
Урок 270. 00:09:48useReducer in Action
-
Урок 271. 00:09:23Rules of Reducer Functions
-
Урок 272. 00:10:47Understanding Action Objects
-
Урок 273. 00:06:36Constant Action Types
-
Урок 274. 00:05:35Refactoring to a Switch
-
Урок 275. 00:06:21Adding New State Updates
-
Урок 276. 00:09:52A Few Design Considerations Around Reducers
-
Урок 277. 00:05:00Introducing Immer
-
Урок 278. 00:03:22Immer in Action
-
Урок 279. 00:05:24Into the World of Redux
-
Урок 280. 00:09:18Redux vs Redux Toolkit
-
Урок 281. 00:03:04App Overview
-
Урок 282. 00:03:33The Path Forward
-
Урок 283. 00:04:42Implementation Time!
-
Урок 284. 00:09:22Understanding the Store
-
Урок 285. 00:03:33The Store's Initial State
-
Урок 286. 00:07:51Understanding Slices
-
Урок 287. 00:06:34Understanding Action Creators
-
Урок 288. 00:04:25Connecting React to Redux
-
Урок 289. 00:08:26Updating State from a Component
-
Урок 290. 00:06:35Accessing State in a Component
-
Урок 291. 00:07:13Removing Content
-
Урок 292. 00:06:56Practice Updating State!
-
Урок 293. 00:02:03Practice Accessing State!
-
Урок 294. 00:04:30Even More State Updating!
-
Урок 295. 00:06:26Resetting State
-
Урок 296. 00:04:48Multiple State Updates
-
Урок 297. 00:06:46Understanding Action Flow
-
Урок 298. 00:05:12Watching for Other Actions
-
Урок 299. 00:03:08Getting an Action Creator's Type
-
Урок 300. 00:09:32Manual Action Creation
-
Урок 301. 00:08:42File and Folder Structure
-
Урок 302. 00:11:08Refactoring the Project Structure
-
Урок 303. 00:04:11Project Overview
-
Урок 304. 00:06:09Adding Component Boilerplate
-
Урок 305. 00:07:55Thinking About Derived State
-
Урок 306. 00:05:18Thinking About Redux Design
-
Урок 307. 00:05:35Adding the Form Slice
-
Урок 308. 00:09:41Maintaining a Collection with a Slice
-
Урок 309. 00:04:34Creating the Store
-
Урок 310. 00:08:45Form Values to Update State
-
Урок 311. 00:05:18Receiving the Cost
-
Урок 312. 00:04:32Dispatching During the Form Submission
-
Урок 313. 00:07:19Awkward Double Keys
-
Урок 314. 00:03:26Listing the Records
-
Урок 315. 00:02:17Deleting Records
-
Урок 316. 00:01:29Adding Styling
-
Урок 317. 00:03:22Form Reset on Submission
-
Урок 318. 00:02:24Reminder on ExtraReducers
-
Урок 319. 00:05:37Adding a Searching Input
-
Урок 320. 00:05:08Derived State in useSelector
-
Урок 321. 00:06:23Total Car Cost
-
Урок 322. 00:06:31Highlighting Existing Cars
-
Урок 323. 00:08:37App Overview
-
Урок 324. 00:02:46Adding a Few Dependencies
-
Урок 325. 00:02:10Initial App Boilerplate
-
Урок 326. 00:02:52API Server Setup
-
Урок 327. 00:03:14Adding a Few Components
-
Урок 328. 00:05:35Creating the Redux Store
-
Урок 329. 00:09:20Thinking About Data Structuring
-
Урок 330. 00:01:56Reminder on Request Conventions
-
Урок 331. 00:02:38Data Fetching Techniques
-
Урок 332. 00:06:53Adding State for Data Loading
-
Урок 333. 00:04:15Understanding Async Thunks
-
Урок 334. 00:07:47Steps for Adding a Thunk
-
Урок 335. 00:13:18More on Adding Thunks
-
Урок 336. 00:05:24Wrapping up the Thunk
-
Урок 337. 00:04:31Using Loading State
-
Урок 338. 00:03:28Adding a Pause for Testing
-
Урок 339. 00:05:40Adding a Skeleton Loader
-
Урок 340. 00:12:03Animations with TailwindCSS
-
Урок 341. 00:03:17Rendering the List of Users
-
Урок 342. 00:12:08Creating New Users
-
Урок 343. 00:06:04Unexpected Loading State
-
Урок 344. 00:07:36Strategies for Fine-Grained Loading State
-
Урок 345. 00:10:08Local Fine-Grained Loading State
-
Урок 346. 00:02:56More on Loading State
-
Урок 347. 00:05:04Handling Errors with User Creation
-
Урок 348. 00:11:35Creating a Reusable Thunk Hook
-
Урок 349. 00:05:43Creating a Fetch-Aware Button Component
-
Урок 350. 00:03:42Better Skeleton Display
-
Урок 351. 00:04:57A Thunk to Delete a User
-
Урок 352. 00:04:29Updating the Slice
-
Урок 353. 00:03:33Refactoring the Component
-
Урок 354. 00:04:47Deleting the User
-
Урок 355. 00:05:14Fixing a Delete Error
-
Урок 356. 00:04:49Album Feature Overview
-
Урок 357. 00:07:22Additional Components
-
Урок 358. 00:04:52Adding the ExpandablePanel
-
Урок 359. 00:04:01Wrapping Up the ExpandablePanel
-
Урок 360. 00:02:44Adding the Albums Listing
-
Урок 361. 00:02:48[Optional] Getting Caught Up
-
Урок 362. 00:08:01Introducing Redux Toolkit Query
-
Урок 363. 00:06:21Creating a RTK Query API
-
Урок 364. 00:14:02Creating an Endpoint
-
Урок 365. 00:11:02Using the Generated Hook
-
Урок 366. 00:05:57A Few Immediate Notes
-
Урок 367. 00:04:26Rendering the List
-
Урок 368. 00:08:43Changing Data with Mutations
-
Урок 369. 00:03:14Differences Between Queries and Mutations
-
Урок 370. 00:06:19Options for Refetching Data
-
Урок 371. 00:03:51Request De-Duplication
-
Урок 372. 00:06:15Some Internals of Redux Toolkit Query
-
Урок 373. 00:07:34Refetching with Tags
-
Урок 374. 00:09:14Fine-Grained Tag Validation
-
Урок 375. 00:03:21Styling Fixups
-
Урок 376. 00:03:22Adding a Pause for Testing
-
Урок 377. 00:05:35Implementing Delete Endpoints
-
Урок 378. 00:04:47Refactoring the List
-
Урок 379. 00:07:43Remove Implementation
-
Урок 380. 00:05:59Easy Tag Invalidation
-
Урок 381. 00:06:25Getting Clever with Cache Tags
-
Урок 382. 00:04:48More Clever Tag Implementation
-
Урок 383. 00:04:12Photos Feature Overview
-
Урок 384. 00:06:02Lots of Photos Setup!
-
Урок 385. 00:12:39Adding the Endpoints
-
Урок 386. 00:04:38Creating the Photo
-
Урок 387. 00:05:15Showing the List of Photos
-
Урок 388. 00:06:20Adding Mouse-Over Deletes
-
Урок 389. 00:08:36Adding Automatic Data Refetching
- Категории
- Источники
- Все курсы
- Разделы
- Книги
I believe there're 536 videos if I weren't wrong. I used this script written by myself:
// Click on `more sections if available` & start counting
var moreSections = document.querySelector('button[data-purpose="show-more"]')
if(moreSections!=null) moreSections.click()
document.querySelectorAll('div[class^="section--panel"] li use[*|href="#icon-play"]').length