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