Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Understanding React | Don’t Imitate Understand, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:49
    Introduction
  2. Урок 2. 00:01:54
    Setup
  3. Урок 3. 00:02:08
    A Basic React App
  4. Урок 4. 00:02:07
    The React Source Code
  5. Урок 5. 00:00:21
    The DOM and Declarative Programming
  6. Урок 6. 00:02:01
    HTML and Trees
  7. Урок 7. 00:04:03
    HTML, The Browser, and the DOM
  8. Урок 8. 00:06:33
    DOM Manipulation
  9. Урок 9. 00:03:01
    Conceptual Aside: Imperative vs. Declarative Programming
  10. Урок 10. 00:03:13
    The DOM and Imperative Programming
  11. Урок 11. 00:04:09
    The DOM and Declarative Programming
  12. Урок 12. 00:00:27
    React Elements
  13. Урок 13. 00:04:18
    Conceptual Aside: Recursion
  14. Урок 14. 00:12:53
    Conceptual Aside: POJOs
  15. Урок 15. 00:11:37
    Creating React Elements
  16. Урок 16. 00:05:26
    React Element Trees
  17. Урок 17. 00:01:32
    Conceptual Aside: DOM Element References
  18. Урок 18. 00:06:04
    React Elements and DOM Elements
  19. Урок 19. 00:12:12
    React DOM Updates
  20. Урок 20. 00:06:02
    Components
  21. Урок 21. 00:11:08
    Components and Reusability
  22. Урок 22. 00:05:19
    Conceptual Aside: Pure Functions
  23. Урок 23. 00:12:25
    Props
  24. Урок 24. 00:14:12
    Template Logic
  25. Урок 25. 00:07:19
    Element Properties
  26. Урок 26. 00:00:22
    JSX
  27. Урок 27. 00:01:57
    Conceptual Aside: Markup and Tree Creation Shorthand
  28. Урок 28. 00:01:49
    Conceptual Aside: Transformation
  29. Урок 29. 00:19:41
    React Elements and JSX
  30. Урок 30. 00:12:01
    JSX and Thinking In Elements
  31. Урок 31. 00:02:48
    Conceptual Aside: HTML Authoring
  32. Урок 32. 00:10:04
    Fragment and HTML Authoring
  33. Урок 33. 00:00:42
    Fiber and Reconciliation
  34. Урок 34. 00:08:58
    Root Creation and render
  35. Урок 35. 00:04:23
    Conceptual Aside: Trees and Linked Lists
  36. Урок 36. 00:06:58
    Fiber, Fiber Nodes, and Fiber Trees
  37. Урок 37. 00:03:45
    Conceptual Aside: Tree Reconciliation and the Tree Edit Distance Problem
  38. Урок 38. 00:09:29
    Work-In-Progress Nodes
  39. Урок 39. 00:05:49
    Reconciliation and Work
  40. Урок 40. 00:00:22
    Execution Contexts
  41. Урок 41. 00:03:43
    Conceptual Aside: Execution Contexts and the Event Loop
  42. Урок 42. 00:04:15
    Fiber and Custom Execution Contexts
  43. Урок 43. 00:03:01
    Units of Work and The Work Loop
  44. Урок 44. 00:03:35
    Conceptual Aside: Equality
  45. Урок 45. 00:07:02
    Beginning, Completing, Bailing Out and Pausing Work
  46. Урок 46. 00:02:36
    Lanes and Priority
  47. Урок 47. 00:00:15
    React DOM and Rendering
  48. Урок 48. 00:02:56
    Committing Work and The Renderer
  49. Урок 49. 00:04:49
    Mounting, Updating, and Unmounting
  50. Урок 50. 00:00:24
    Events
  51. Урок 51. 00:11:37
    DOM Events
  52. Урок 52. 00:07:53
    React Event Objects
  53. Урок 53. 00:05:44
    Synthetic Event Properties and Methods
  54. Урок 54. 00:00:17
    State
  55. Урок 55. 00:06:37
    Conceptual Aside: State Machines
  56. Урок 56. 00:02:42
    Conceptual Aside: Pure Functions (again)
  57. Урок 57. 00:02:47
    UI: A Function of State
  58. Урок 58. 00:06:32
    Conceptual Aside: Reducers
  59. Урок 59. 00:08:57
    Actions and State
  60. Урок 60. 00:00:25
    Hooks and State
  61. Урок 61. 00:04:05
    Fibers, Hooks, and State
  62. Урок 62. 00:03:55
    Conceptual Aside: Queues
  63. Урок 63. 00:02:47
    Update Queues
  64. Урок 64. 00:02:39
    State and Re-renders
  65. Урок 65. 00:07:49
    useReducer (Part 1)
  66. Урок 66. 00:06:05
    useReducer (Part 2)
  67. Урок 67. 00:04:17
    useState (Part 1)
  68. Урок 68. 00:10:48
    useState (Part 2)
  69. Урок 69. 00:07:44
    Rules of Hooks
  70. Урок 70. 00:10:38
    useState (Part 3)
  71. Урок 71. 00:08:11
    Conceptual Aside: Shallow Equality and Object.is
  72. Урок 72. 00:07:47
    Immutable State
  73. Урок 73. 00:00:16
    Adding Your Own Side Effects: useEffect
  74. Урок 74. 00:01:32
    Conceptual Aside: Pure Functions and Side Effects
  75. Урок 75. 00:11:47
    Adding Your Own Effects
  76. Урок 76. 00:08:07
    Dependencies
  77. Урок 77. 00:02:35
    A Game of Ping Pong
  78. Урок 78. 00:09:55
    Unmounting and Effects
  79. Урок 79. 00:10:27
    Fetching Data...or not
  80. Урок 80. 00:04:09
    Conceptual Aside: Stale Closures
  81. Урок 81. 00:09:52
    useEffect and Stale Closures
  82. Урок 82. 00:10:26
    What Not to Do
  83. Урок 83. 00:00:24
    useRef and forwardRef
  84. Урок 84. 00:04:27
    useRef
  85. Урок 85. 00:05:16
    useRef and the DOM
  86. Урок 86. 00:04:16
    forwardRef
  87. Урок 87. 00:00:25
    Custom Hooks
  88. Урок 88. 00:12:31
    Extracting Custom Hooks
  89. Урок 89. 00:00:22
    Component Design
  90. Урок 90. 00:18:31
    Real World Complexity and Loops
  91. Урок 91. 00:28:52
    Lifting State Up
  92. Урок 92. 00:12:28
    &&, 0, and Ternary Operators
  93. Урок 93. 00:06:02
    Children
  94. Урок 94. 00:00:51
    useContext
  95. Урок 95. 00:04:29
    Prop Drilling
  96. Урок 96. 00:39:23
    Context
  97. Урок 97. 00:02:21
    Context with Caution
  98. Урок 98. 00:00:31
    useId and Key
  99. Урок 99. 00:08:49
    useId
  100. Урок 100. 00:15:29
    Key
  101. Урок 101. 00:00:19
    memo, useMemo, and useCallback
  102. Урок 102. 00:07:32
    Conceptual Aside: Memoization
  103. Урок 103. 00:16:01
    memo
  104. Урок 104. 00:20:16
    useMemo
  105. Урок 105. 00:10:33
    useCallback
  106. Урок 106. 00:01:38
    React Forget
  107. Урок 107. 00:00:22
    useContext and Reducer
  108. Урок 108. 00:27:23
    useContext + Reducer
  109. Урок 109. 00:06:15
    3rd Party State Management
  110. Урок 110. 00:00:50
    Toolchains
  111. Урок 111. 00:03:50
    Conceptual Aside: Toolchains
  112. Урок 112. 00:06:02
    Conceptual Aside: ES Modules
  113. Урок 113. 00:01:53
    Create React App
  114. Урок 114. 00:18:46
    Vite
  115. Урок 115. 00:03:51
    Frameworks
  116. Урок 116. 00:00:33
    Strict Mode
  117. Урок 117. 00:03:34
    Adding Strict Mode
  118. Урок 118. 00:10:28
    Extra Re-render
  119. Урок 119. 00:09:14
    Extra Effect Re-run
  120. Урок 120. 00:00:18
    Forms
  121. Урок 121. 00:15:05
    Reorganizing Our App
  122. Урок 122. 00:05:29
    Uncontrolled Inputs
  123. Урок 123. 00:13:44
    Controlled Inputs
  124. Урок 124. 00:08:00
    form
  125. Урок 125. 00:11:17
    textarea, select, and More
  126. Урок 126. 00:01:58
    3rd Party Form Help
  127. Урок 127. 00:02:13
    Future Form Features
  128. Урок 128. 00:00:17
    React Dev Tools
  129. Урок 129. 00:03:22
    Using Dev Tools
  130. Урок 130. 00:01:47
    useDebugValue
  131. Урок 131. 00:00:24
    CSS and Components
  132. Урок 132. 00:03:16
    CSS and React
  133. Урок 133. 00:04:11
    Toolchains and CSS
  134. Урок 134. 00:04:12
    CSS Modules and more
  135. Урок 135. 00:00:24
    Class Project
  136. Урок 136. 00:01:59
    Spelling Bee
  137. Урок 137. 00:03:22
    HTML Authoring
  138. Урок 138. 00:06:22
    Getting the Data
  139. Урок 139. 00:08:49
    Header
  140. Урок 140. 00:14:34
    Honeycomb
  141. Урок 141. 00:09:30
    Shuffle
  142. Урок 142. 00:12:10
    Words and Letters
  143. Урок 143. 00:14:50
    Word List
  144. Урок 144. 00:06:07
    Score
  145. Урок 145. 00:06:09
    Highlighted Letter
  146. Урок 146. 00:03:30
    Final Thoughts
  147. Урок 147. 00:00:21
    Meta-Frameworks
  148. Урок 148. 00:03:42
    NextJS
  149. Урок 149. 00:02:26
    Remix
  150. Урок 150. 00:00:31
    Suspense
  151. Урок 151. 00:03:45
    Suspense and Frameworks
  152. Урок 152. 00:10:16
    Suspense and Remix
  153. Урок 153. 00:00:53
    React Server Components
  154. Урок 154. 00:11:55
    Server Components
  155. Урок 155. 00:05:29
    Client Components and 'use client'
  156. Урок 156. 00:07:59
    RSC Payload
  157. Урок 157. 00:07:30
    Composing Client and Server Components
  158. Урок 158. 00:01:37
    Conclusion
  159. Урок 159. 00:00:26
    UPDATE - 001 - use and Fetching Data (React 19+)
  160. Урок 160. 00:08:58
    UPDATE - 002 - use and Fetching Data (Part 1)
  161. Урок 161. 00:07:26
    UPDATE - 003 - use and Fetching Data (Part 2)
  162. Урок 162. 00:02:24
    UPDATE - 004 - ref as a prop (React 19+)
  163. Урок 163. 00:05:11
    UPDATE - 005 - use and Context (React 19+)
  164. Урок 164. 00:01:31
    UPDATE - 006 - use, Reducer, and Context (React 19+)