首页 磁力链接怎么用

GetFreeCourses.Co-Udemy-React - The Complete Guide (incl Hooks, React Router, Redux)

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2021-4-29 01:48 2024-5-16 09:15 310 17.34 GB 338
二维码链接
GetFreeCourses.Co-Udemy-React - The Complete Guide (incl Hooks, React Router, Redux)的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Getting Started/001 Welcome To The Course!.mp424.13MB
  2. 01 Getting Started/002 What is React.js_.mp434.44MB
  3. 01 Getting Started/003 Why React Instead Of _Just JavaScript__.mp463.65MB
  4. 01 Getting Started/004 Building Single-Page Applications (SPAs) with React.mp411.72MB
  5. 01 Getting Started/005 Exploring React.js Alternatives (Angular _ Vue).mp419.66MB
  6. 01 Getting Started/007 About This Course & Course Outline.mp442.87MB
  7. 01 Getting Started/008 The Two Ways (Paths) Of Taking This Course.mp427.25MB
  8. 01 Getting Started/009 Getting The Most Out Of This Course.mp416.16MB
  9. 01 Getting Started/010 Setting Up The Course Dev Environment (Code Editor).mp430.34MB
  10. 03 React Basics & Working With Components/001 Module Introduction.mp410.44MB
  11. 03 React Basics & Working With Components/002 What Are Components_ And Why Is React All About Them_.mp424.53MB
  12. 03 React Basics & Working With Components/003 React Code Is Written In A _Declarative Way_!.mp413.27MB
  13. 03 React Basics & Working With Components/004 Creating a new React Project.mp467.81MB
  14. 03 React Basics & Working With Components/006 Analyzing a Standard React Project.mp467.99MB
  15. 03 React Basics & Working With Components/007 Introducing JSX.mp431.27MB
  16. 03 React Basics & Working With Components/008 How React Works.mp425.3MB
  17. 03 React Basics & Working With Components/009 Building a First Custom Component.mp450.13MB
  18. 03 React Basics & Working With Components/010 Writing More Complex JSX Code.mp432.62MB
  19. 03 React Basics & Working With Components/011 Adding Basic CSS Styling.mp433.5MB
  20. 03 React Basics & Working With Components/012 Outputting Dynamic Data & Working with Expressions in JSX.mp465.78MB
  21. 03 React Basics & Working With Components/013 Passing Data via _props_.mp4102.52MB
  22. 03 React Basics & Working With Components/014 Adding _normal_ JavaScript Logic to Components.mp453.4MB
  23. 03 React Basics & Working With Components/015 Splitting Components Into Multiple Components.mp493.9MB
  24. 03 React Basics & Working With Components/016 The Concept of _Composition_ (_children props_).mp4103.31MB
  25. 03 React Basics & Working With Components/017 A First Summary.mp427.02MB
  26. 03 React Basics & Working With Components/018 A Closer Look At JSX.mp480.18MB
  27. 03 React Basics & Working With Components/019 Organizing Component Files.mp426.95MB
  28. 03 React Basics & Working With Components/020 An Alternative Function Syntax.mp420.72MB
  29. 04 React State & Working with Events/001 Module Introduction.mp46.84MB
  30. 04 React State & Working with Events/002 Listening to Events & Working with Event Handlers.mp486.56MB
  31. 04 React State & Working with Events/003 How Component Functions Are Executed.mp451.7MB
  32. 04 React State & Working with Events/004 Working with _State_.mp4100.93MB
  33. 04 React State & Working with Events/005 A Closer Look at the _useState_ Hook.mp471.69MB
  34. 04 React State & Working with Events/007 Adding Form Inputs.mp475.7MB
  35. 04 React State & Working with Events/008 Listening to User Input.mp450.54MB
  36. 04 React State & Working with Events/009 Working with Multiple States.mp468.31MB
  37. 04 React State & Working with Events/010 Using One State Instead (And What's Better).mp448.96MB
  38. 04 React State & Working with Events/011 Updating State That Depends On The Previous State.mp446.68MB
  39. 04 React State & Working with Events/012 Handling Form Submission.mp450.54MB
  40. 04 React State & Working with Events/013 Adding Two-Way Binding.mp430.24MB
  41. 04 React State & Working with Events/014 Child-to-Parent Component Communication (Bottom-up).mp4131.64MB
  42. 04 React State & Working with Events/015 Lifting The State Up.mp441.08MB
  43. 04 React State & Working with Events/016 Controlled vs Uncontrolled Components & Stateless vs Stateful Components.mp455.11MB
  44. 05 Rendering Lists & Conditional Content/001 Module Introduction.mp42.08MB
  45. 05 Rendering Lists & Conditional Content/002 Rendering Lists of Data.mp470.06MB
  46. 05 Rendering Lists & Conditional Content/003 Using Stateful Lists.mp442.08MB
  47. 05 Rendering Lists & Conditional Content/004 Understanding _Keys_.mp465.33MB
  48. 05 Rendering Lists & Conditional Content/005 Outputting Conditional Content.mp464.64MB
  49. 05 Rendering Lists & Conditional Content/006 Adding Conditional Return Statements.mp451.17MB
  50. 05 Rendering Lists & Conditional Content/007 Demo App_ Adding a Chart.mp444.02MB
  51. 05 Rendering Lists & Conditional Content/008 Adding Dynamic Styles.mp459.73MB
  52. 05 Rendering Lists & Conditional Content/009 Wrap Up & Next Steps.mp4100.69MB
  53. 06 Styling React Components/001 Module Introduction.mp415.55MB
  54. 06 Styling React Components/002 Setting Dynamic Inline Styles.mp472.9MB
  55. 06 Styling React Components/003 Setting CSS Classes Dynamically.mp438.29MB
  56. 06 Styling React Components/004 Introducing Styled Components.mp477.53MB
  57. 06 Styling React Components/005 Styled Components & Dynamic Props.mp476.08MB
  58. 06 Styling React Components/006 Styled Components & Media Queries.mp419.51MB
  59. 06 Styling React Components/007 Using CSS Modules.mp461.36MB
  60. 06 Styling React Components/008 Dynamic Styles with CSS Modules.mp447.1MB
  61. 07 Debugging React Apps/001 Module Introduction.mp43.38MB
  62. 07 Debugging React Apps/002 Understanding React Error Messages.mp443.73MB
  63. 07 Debugging React Apps/003 Analyzing Code Flow & Warnings.mp443.61MB
  64. 07 Debugging React Apps/004 Working with Breakpoints.mp450.16MB
  65. 07 Debugging React Apps/005 Using the React DevTools.mp431.43MB
  66. 08 Time to Practice_ A Complete Practice Project/001 Module Introduction.mp45.28MB
  67. 08 Time to Practice_ A Complete Practice Project/002 Adding a _User_ Component.mp440.38MB
  68. 08 Time to Practice_ A Complete Practice Project/003 Adding a re-usable _Card_ Component.mp459.11MB
  69. 08 Time to Practice_ A Complete Practice Project/004 Adding a re-usable _Button_ Component.mp423.7MB
  70. 08 Time to Practice_ A Complete Practice Project/005 Managing the User Input State.mp440.17MB
  71. 08 Time to Practice_ A Complete Practice Project/006 Adding Validation & Resetting Logic.mp437.76MB
  72. 08 Time to Practice_ A Complete Practice Project/007 Adding a Users List Component.mp473.38MB
  73. 08 Time to Practice_ A Complete Practice Project/008 Managing a List Of Users via State.mp470.5MB
  74. 08 Time to Practice_ A Complete Practice Project/009 Adding The _ErrorModal_ Component.mp460.48MB
  75. 08 Time to Practice_ A Complete Practice Project/010 Managing the Error State.mp476.31MB
  76. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/001 Module Introduction.mp42.06MB
  77. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/002 JSX Limitations & Workarounds.mp449.98MB
  78. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/003 Creating a Wrapper Component.mp431.7MB
  79. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/004 React Fragments.mp417MB
  80. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/005 Introducing React Portals.mp421.51MB
  81. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/006 Working with Portals.mp4106.73MB
  82. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/007 Working with _ref_s.mp4109.93MB
  83. 09 Diving Deeper_ Working with Fragments, Portals & _Refs_/008 Controlled vs Uncontrolled Components.mp427.97MB
  84. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/001 Module Introduction.mp44.45MB
  85. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/002 What are _Side Effects_ & Introducing useEffect.mp447.72MB
  86. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/003 Using the useEffect() Hook.mp489.7MB
  87. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/004 useEffect & Dependencies.mp489.14MB
  88. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/006 Using the useEffect Cleanup Function.mp485.86MB
  89. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/007 useEffect Summary.mp435.31MB
  90. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/008 Introducing useReducer & Reducers In General.mp485.48MB
  91. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/009 Using the useReducer() Hook.mp4143.14MB
  92. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/010 useReducer & useEffect.mp4104.46MB
  93. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/012 useReducer vs useState for State Management.mp425.17MB
  94. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/013 Introducing React Context (Context API).mp458.84MB
  95. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/014 Using the React Context API.mp489.12MB
  96. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/015 Tapping Into Context with the useContext Hook.mp415.32MB
  97. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/016 Making Context Dynamic.mp439.87MB
  98. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/017 Building & Using a Custom Context Provider Component.mp491MB
  99. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/018 React Context Limitations.mp414.91MB
  100. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/019 Learning the _Rules of Hooks_.mp462.95MB
  101. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/020 Refactoring an Input Component.mp463.25MB
  102. 10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/021 Diving into _Forward Refs_.mp4128.33MB
  103. 11 Practice Project_ Building a Food Order App/001 Module Introduction.mp418.22MB
  104. 11 Practice Project_ Building a Food Order App/002 Starting Setup.mp421MB
  105. 11 Practice Project_ Building a Food Order App/003 Adding a _Header_ Component.mp467.59MB
  106. 11 Practice Project_ Building a Food Order App/004 Adding the _Cart_ Button Component.mp446.51MB
  107. 11 Practice Project_ Building a Food Order App/005 Adding a _Meals_ Component.mp473.43MB
  108. 11 Practice Project_ Building a Food Order App/006 Adding Individual Meal Items & Displaying Them.mp478.39MB
  109. 11 Practice Project_ Building a Food Order App/007 Adding a Form.mp483.3MB
  110. 11 Practice Project_ Building a Food Order App/008 Working on the _Shopping Cart_ Component.mp440.42MB
  111. 11 Practice Project_ Building a Food Order App/009 Adding a Modal via a React Portal.mp466.13MB
  112. 11 Practice Project_ Building a Food Order App/010 Managing Cart & Modal State.mp499.99MB
  113. 11 Practice Project_ Building a Food Order App/011 Adding a Cart Context.mp464.76MB
  114. 11 Practice Project_ Building a Food Order App/012 Using the Context.mp449.6MB
  115. 11 Practice Project_ Building a Food Order App/013 Adding a Cart Reducer.mp4103.88MB
  116. 11 Practice Project_ Building a Food Order App/014 Working with Refs & Forward Refs.mp4104.93MB
  117. 11 Practice Project_ Building a Food Order App/015 Outputting Cart Items.mp473.87MB
  118. 11 Practice Project_ Building a Food Order App/016 Working on a More Complex Reducer Logic.mp454.3MB
  119. 11 Practice Project_ Building a Food Order App/017 Making Items Removable.mp490.86MB
  120. 11 Practice Project_ Building a Food Order App/018 Using the useEffect Hook.mp484.07MB
  121. 12 A Look Behind The Scenes Of React & Optimization Techniques/001 Module Introduction.mp45.54MB
  122. 12 A Look Behind The Scenes Of React & Optimization Techniques/002 How React Really Works.mp430.91MB
  123. 12 A Look Behind The Scenes Of React & Optimization Techniques/003 Component Updates In Action.mp452.45MB
  124. 12 A Look Behind The Scenes Of React & Optimization Techniques/004 A Closer Look At Child Component Re-Evaluation.mp489.01MB
  125. 12 A Look Behind The Scenes Of React & Optimization Techniques/005 Preventing Unnecessary Re-Evaluations with React.memo().mp499.29MB
  126. 12 A Look Behind The Scenes Of React & Optimization Techniques/006 Preventing Function Re-Creation with useCallback().mp438.89MB
  127. 12 A Look Behind The Scenes Of React & Optimization Techniques/007 useCallback() and its Dependencies.mp467.29MB
  128. 12 A Look Behind The Scenes Of React & Optimization Techniques/008 A First Summary.mp437.49MB
  129. 12 A Look Behind The Scenes Of React & Optimization Techniques/009 A Closer Look At State & Components.mp428.76MB
  130. 12 A Look Behind The Scenes Of React & Optimization Techniques/010 Understanding State Scheduling & Batching.mp464.85MB
  131. 12 A Look Behind The Scenes Of React & Optimization Techniques/011 Optimizing with useMemo().mp480.39MB
  132. 13 An Alternative Way Of Building Components_ Class-based Components/001 Module Introduction.mp45.51MB
  133. 13 An Alternative Way Of Building Components_ Class-based Components/002 What & Why.mp421.82MB
  134. 13 An Alternative Way Of Building Components_ Class-based Components/003 Adding a First Class-based Component.mp455.63MB
  135. 13 An Alternative Way Of Building Components_ Class-based Components/004 Working with State & Events.mp4110.02MB
  136. 13 An Alternative Way Of Building Components_ Class-based Components/005 The Component Lifecycle (Class-based Components Only!).mp432.94MB
  137. 13 An Alternative Way Of Building Components_ Class-based Components/006 Lifecycle Methods In Action.mp4122.6MB
  138. 13 An Alternative Way Of Building Components_ Class-based Components/007 Class-based Components & Context.mp446.42MB
  139. 13 An Alternative Way Of Building Components_ Class-based Components/008 Class-based vs Functional Components_ A Summary.mp418.9MB
  140. 13 An Alternative Way Of Building Components_ Class-based Components/009 Introducing Error Boundaries.mp486.56MB
  141. 14 Sending Http Requests (e.g. Connecting to a Database)/001 Module Introduction.mp43.88MB
  142. 14 Sending Http Requests (e.g. Connecting to a Database)/002 How To (Not) Connect To A Database.mp411.04MB
  143. 14 Sending Http Requests (e.g. Connecting to a Database)/003 Our Starting App & Backend.mp420.56MB
  144. 14 Sending Http Requests (e.g. Connecting to a Database)/004 Sending a GET Request.mp496.1MB
  145. 14 Sending Http Requests (e.g. Connecting to a Database)/005 Using async _ await.mp419.49MB
  146. 14 Sending Http Requests (e.g. Connecting to a Database)/006 Handling Loading & Data States.mp439.84MB
  147. 14 Sending Http Requests (e.g. Connecting to a Database)/007 Handling Http Errors.mp4111.5MB
  148. 14 Sending Http Requests (e.g. Connecting to a Database)/008 Using useEffect() For Requests.mp461.07MB
  149. 14 Sending Http Requests (e.g. Connecting to a Database)/009 Preparing The Project For The Next Steps.mp452.47MB
  150. 14 Sending Http Requests (e.g. Connecting to a Database)/010 Sending a POST Request.mp484.09MB
  151. 14 Sending Http Requests (e.g. Connecting to a Database)/011 Wrap Up.mp414.77MB
  152. 15 Building Custom React Hooks/001 Module Introduction.mp45.79MB
  153. 15 Building Custom React Hooks/002 What are _Custom Hooks__.mp44.84MB
  154. 15 Building Custom React Hooks/003 Creating a Custom React Hook Function.mp441.5MB
  155. 15 Building Custom React Hooks/004 Using Custom Hooks.mp439.68MB
  156. 15 Building Custom React Hooks/005 Configuring Custom Hooks.mp449.8MB
  157. 15 Building Custom React Hooks/006 Onwards To A More Realistic Example.mp461.27MB
  158. 15 Building Custom React Hooks/007 Building a Custom Http Hook.mp483.42MB
  159. 15 Building Custom React Hooks/008 Using the Custom Http Hook.mp477.43MB
  160. 15 Building Custom React Hooks/009 Adjusting the Custom Hook Logic.mp492.13MB
  161. 15 Building Custom React Hooks/010 Using The Custom Hook In More Components.mp493.67MB
  162. 16 Working with Forms & User Input/001 Module Introduction.mp44.52MB
  163. 16 Working with Forms & User Input/002 Our Starting Setup.mp49.5MB
  164. 16 Working with Forms & User Input/003 What's So Complex About Forms_.mp423.21MB
  165. 16 Working with Forms & User Input/004 Dealing With Form Submission & Getting User Input Values.mp494.02MB
  166. 16 Working with Forms & User Input/005 Adding Basic Validation.mp420.73MB
  167. 16 Working with Forms & User Input/006 Providing Validation Feedback.mp435.74MB
  168. 16 Working with Forms & User Input/007 Handling the _was touched_ State.mp455.2MB
  169. 16 Working with Forms & User Input/008 React To Lost Focus.mp429.23MB
  170. 16 Working with Forms & User Input/009 Refactoring & Deriving States.mp488.74MB
  171. 16 Working with Forms & User Input/010 Managing The Overall Form Validity.mp467.79MB
  172. 16 Working with Forms & User Input/011 Adding A Custom Input Hook.mp4131.38MB
  173. 16 Working with Forms & User Input/012 Re-Using The Custom Hook.mp434.62MB
  174. 16 Working with Forms & User Input/013 A Challenge For You!.mp414.89MB
  175. 16 Working with Forms & User Input/014 Applying Our Hook & Knowledge To A New Form.mp4117.85MB
  176. 16 Working with Forms & User Input/015 Summary.mp435.16MB
  177. 16 Working with Forms & User Input/016 Bonus_ Using useReducer().mp481.3MB
  178. 17 Practice Project_ Adding Http & Forms To The Food Order App/001 Module Introduction.mp419.47MB
  179. 17 Practice Project_ Adding Http & Forms To The Food Order App/002 Moving _Meals_ Data To The Backend.mp436.11MB
  180. 17 Practice Project_ Adding Http & Forms To The Food Order App/003 Fetching Meals via Http.mp490.57MB
  181. 17 Practice Project_ Adding Http & Forms To The Food Order App/004 Handling the Loading State.mp439.79MB
  182. 17 Practice Project_ Adding Http & Forms To The Food Order App/005 Handling Errors.mp479.83MB
  183. 17 Practice Project_ Adding Http & Forms To The Food Order App/006 Adding A Checkout Form.mp4105.31MB
  184. 17 Practice Project_ Adding Http & Forms To The Food Order App/007 Reading Form Values.mp451.23MB
  185. 17 Practice Project_ Adding Http & Forms To The Food Order App/008 Adding Form Validation.mp4136.75MB
  186. 17 Practice Project_ Adding Http & Forms To The Food Order App/009 Submitting & Sending Cart Data.mp465.76MB
  187. 17 Practice Project_ Adding Http & Forms To The Food Order App/010 Adding Better User Feedback.mp4104.19MB
  188. 17 Practice Project_ Adding Http & Forms To The Food Order App/011 Summary.mp415.62MB
  189. 18 Diving into Redux (An Alternative To The Context API)/001 Module Introduction.mp43.65MB
  190. 18 Diving into Redux (An Alternative To The Context API)/002 Another Look At State In React Apps.mp435.38MB
  191. 18 Diving into Redux (An Alternative To The Context API)/003 Redux vs React Context.mp423.42MB
  192. 18 Diving into Redux (An Alternative To The Context API)/004 How Redux Works.mp421.18MB
  193. 18 Diving into Redux (An Alternative To The Context API)/005 Exploring The Core Redux Concepts.mp478.3MB
  194. 18 Diving into Redux (An Alternative To The Context API)/006 More Redux Basics.mp421.21MB
  195. 18 Diving into Redux (An Alternative To The Context API)/007 Preparing a new Project.mp49.32MB
  196. 18 Diving into Redux (An Alternative To The Context API)/008 Creating a Redux Store for React.mp433.03MB
  197. 18 Diving into Redux (An Alternative To The Context API)/009 Providing the Store.mp425.1MB
  198. 18 Diving into Redux (An Alternative To The Context API)/010 Using Redux Data in React Components.mp442.38MB
  199. 18 Diving into Redux (An Alternative To The Context API)/011 Dispatching Actions From Inside Components.mp432.11MB
  200. 18 Diving into Redux (An Alternative To The Context API)/012 Redux with Class-based Components.mp499.2MB
  201. 18 Diving into Redux (An Alternative To The Context API)/013 Attaching Payloads to Actions.mp438.38MB
  202. 18 Diving into Redux (An Alternative To The Context API)/014 Working with Multiple State Properties.mp459.81MB
  203. 18 Diving into Redux (An Alternative To The Context API)/015 How To Work With Redux State Correctly.mp444.51MB
  204. 18 Diving into Redux (An Alternative To The Context API)/016 Redux Challenges & Introducing Redux Toolkit.mp448.01MB
  205. 18 Diving into Redux (An Alternative To The Context API)/017 Adding State Slices.mp477.88MB
  206. 18 Diving into Redux (An Alternative To The Context API)/018 Connecting Redux Toolkit State.mp439.37MB
  207. 18 Diving into Redux (An Alternative To The Context API)/019 Migrating Everything To Redux Toolkit.mp458.61MB
  208. 18 Diving into Redux (An Alternative To The Context API)/020 Working with Multiple Slices.mp4100.65MB
  209. 18 Diving into Redux (An Alternative To The Context API)/021 Reading & Dispatching From A New Slice.mp464.58MB
  210. 18 Diving into Redux (An Alternative To The Context API)/022 Splitting Our Code.mp450.81MB
  211. 18 Diving into Redux (An Alternative To The Context API)/023 Summary.mp433.33MB
  212. 19 Advanced Redux/001 Module Introduction.mp42.06MB
  213. 19 Advanced Redux/002 Redux & Side Effects (and Asynchronous Code).mp415.89MB
  214. 19 Advanced Redux/003 Refresher _ Practice_ Part 1_2.mp4153.63MB
  215. 19 Advanced Redux/004 Refresher _ Practice_ Part 2_2.mp4168.9MB
  216. 19 Advanced Redux/005 Redux & Async Code.mp428.22MB
  217. 19 Advanced Redux/006 Frontend Code vs Backend Code.mp441.07MB
  218. 19 Advanced Redux/007 Where To Put Our Logic.mp489.29MB
  219. 19 Advanced Redux/008 Using useEffect with Redux.mp459.56MB
  220. 19 Advanced Redux/010 Handling Http States & Feedback with Redux.mp4138.95MB
  221. 19 Advanced Redux/011 Using an Action Creator Thunk.mp4119.51MB
  222. 19 Advanced Redux/012 Getting Started with Fetching Data.mp489.72MB
  223. 19 Advanced Redux/013 Finalizing the Fetching Logic.mp456.91MB
  224. 19 Advanced Redux/014 Exploring the Redux DevTools.mp445.08MB
  225. 19 Advanced Redux/015 Summary.mp416.76MB
  226. 20 Building a Multi-Page SPA with React Router/001 Module Introduction.mp418.29MB
  227. 20 Building a Multi-Page SPA with React Router/002 What is Routing & Why_.mp421.79MB
  228. 20 Building a Multi-Page SPA with React Router/003 Installing React Router.mp413.83MB
  229. 20 Building a Multi-Page SPA with React Router/004 Defining & Using Routes.mp472.33MB
  230. 20 Building a Multi-Page SPA with React Router/005 Working with Links.mp438.46MB
  231. 20 Building a Multi-Page SPA with React Router/006 Using NavLinks.mp423.06MB
  232. 20 Building a Multi-Page SPA with React Router/007 Adding Dynamic Routes with Params.mp444.85MB
  233. 20 Building a Multi-Page SPA with React Router/008 Extracting Route Params.mp416.86MB
  234. 20 Building a Multi-Page SPA with React Router/009 Using _Switch_ and _exact_ For Configuring Routes.mp452.06MB
  235. 20 Building a Multi-Page SPA with React Router/010 Working with Nested Routes.mp424.25MB
  236. 20 Building a Multi-Page SPA with React Router/011 Redirecting The User.mp419.61MB
  237. 20 Building a Multi-Page SPA with React Router/012 Time to Practice_ Onwards to a New Project.mp465.23MB
  238. 20 Building a Multi-Page SPA with React Router/013 Practice Redirecting & Extracting Params.mp428.88MB
  239. 20 Building a Multi-Page SPA with React Router/014 Practicing Nested Routes.mp420.44MB
  240. 20 Building a Multi-Page SPA with React Router/015 Adding a Layout Wrapper Component.mp451.66MB
  241. 20 Building a Multi-Page SPA with React Router/016 Adding Dummy Data & More Content.mp440.87MB
  242. 20 Building a Multi-Page SPA with React Router/017 Outputting Data on the _Details_ Page.mp455.59MB
  243. 20 Building a Multi-Page SPA with React Router/018 Adding a _Not Found_ Page.mp425.44MB
  244. 20 Building a Multi-Page SPA with React Router/019 Implementing Programmatic (Imperative) Navigation.mp430.67MB
  245. 20 Building a Multi-Page SPA with React Router/020 Preventing Possibly Unwanted Route Transitions with the _Prompt_ Component.mp465.6MB
  246. 20 Building a Multi-Page SPA with React Router/021 Working with Query Parameters.mp4120.19MB
  247. 20 Building a Multi-Page SPA with React Router/022 Getting Creative With Nested Routes.mp433.93MB
  248. 20 Building a Multi-Page SPA with React Router/023 Writing More Flexible Routing Code.mp483.51MB
  249. 20 Building a Multi-Page SPA with React Router/024 Sending & Getting Quote Data via Http.mp4171.74MB
  250. 20 Building a Multi-Page SPA with React Router/025 Adding the _Comments_ Features.mp4190.19MB
  251. 21 Deploying React Apps/001 Module Introduction.mp43.61MB
  252. 21 Deploying React Apps/002 Deployment Steps.mp410.61MB
  253. 21 Deploying React Apps/003 Adding Lazy Loading.mp491.91MB
  254. 21 Deploying React Apps/004 Building The Code For Production.mp432.87MB
  255. 21 Deploying React Apps/005 Getting Started With Deployment (Uploading Files).mp463.96MB
  256. 21 Deploying React Apps/006 Exploring Routing Issues & Finishing Deployment.mp453.91MB
  257. 22 A (Pretty Deep Dive) Introduction to Next.js/001 Module Introduction.mp47.77MB
  258. 22 A (Pretty Deep Dive) Introduction to Next.js/002 What is NextJS_.mp419.22MB
  259. 22 A (Pretty Deep Dive) Introduction to Next.js/003 Key Feature 1_ Built-in Server-side Rendering (Improved SEO!).mp450.15MB
  260. 22 A (Pretty Deep Dive) Introduction to Next.js/004 Key Feature 2_ Simplified Routing with File-based Routing.mp421.51MB
  261. 22 A (Pretty Deep Dive) Introduction to Next.js/005 Key Feature 3_ Build Fullstack Apps.mp414.2MB
  262. 22 A (Pretty Deep Dive) Introduction to Next.js/006 Creating a New Next.js Project & App.mp429.41MB
  263. 22 A (Pretty Deep Dive) Introduction to Next.js/007 Analyzing the Created Project.mp411.87MB
  264. 22 A (Pretty Deep Dive) Introduction to Next.js/008 Adding First Pages.mp432.31MB
  265. 22 A (Pretty Deep Dive) Introduction to Next.js/009 Adding Nested Paths & Pages (Nested Routes).mp418.72MB
  266. 22 A (Pretty Deep Dive) Introduction to Next.js/010 Creating Dynamic Pages (with Parameters).mp416.51MB
  267. 22 A (Pretty Deep Dive) Introduction to Next.js/011 Extracting Dynamic Parameter Values.mp423.8MB
  268. 22 A (Pretty Deep Dive) Introduction to Next.js/012 Linking Between Pages.mp436.75MB
  269. 22 A (Pretty Deep Dive) Introduction to Next.js/013 Onwards to a bigger Project!.mp427.53MB
  270. 22 A (Pretty Deep Dive) Introduction to Next.js/014 Preparing the Project Pages.mp417.72MB
  271. 22 A (Pretty Deep Dive) Introduction to Next.js/015 Outputting a List of Meetups.mp445.17MB
  272. 22 A (Pretty Deep Dive) Introduction to Next.js/016 Adding the New Meetup Form.mp432.52MB
  273. 22 A (Pretty Deep Dive) Introduction to Next.js/017 The __app.js_ File & Layout Wrapper.mp448.32MB
  274. 22 A (Pretty Deep Dive) Introduction to Next.js/018 Using Programmatic (Imperative) Navigation.mp433.17MB
  275. 22 A (Pretty Deep Dive) Introduction to Next.js/019 Adding Custom Components & CSS Modules.mp488.69MB
  276. 22 A (Pretty Deep Dive) Introduction to Next.js/020 How Pre-rendering Works & Which Problem We Face.mp450.14MB
  277. 22 A (Pretty Deep Dive) Introduction to Next.js/021 Data Fetching for Static Pages.mp458.65MB
  278. 22 A (Pretty Deep Dive) Introduction to Next.js/022 More on Static Site Generation (SSG).mp446.29MB
  279. 22 A (Pretty Deep Dive) Introduction to Next.js/023 Exploring Server-side Rendering (SSR) with _getServerSideProps_.mp450.52MB
  280. 22 A (Pretty Deep Dive) Introduction to Next.js/024 Working with Params for SSG Data Fetching.mp443.86MB
  281. 22 A (Pretty Deep Dive) Introduction to Next.js/025 Preparing Paths with _getStaticPaths_ & Working With Fallback Pages.mp462.11MB
  282. 22 A (Pretty Deep Dive) Introduction to Next.js/026 Introducing API Routes.mp440.08MB
  283. 22 A (Pretty Deep Dive) Introduction to Next.js/027 Working with MongoDB.mp480.64MB
  284. 22 A (Pretty Deep Dive) Introduction to Next.js/028 Sending Http Requests To Our API Routes.mp456.88MB
  285. 22 A (Pretty Deep Dive) Introduction to Next.js/029 Getting Data From The Database.mp463.2MB
  286. 22 A (Pretty Deep Dive) Introduction to Next.js/030 Getting Meetup Details Data & Preparing Pages.mp491.28MB
  287. 22 A (Pretty Deep Dive) Introduction to Next.js/031 Adding _head_ Metadata.mp489.28MB
  288. 22 A (Pretty Deep Dive) Introduction to Next.js/032 Deploying Next.js Projects.mp485.63MB
  289. 22 A (Pretty Deep Dive) Introduction to Next.js/033 Using Fallback Pages & Re-deploying.mp432.25MB
  290. 22 A (Pretty Deep Dive) Introduction to Next.js/034 Summary.mp420.83MB
  291. 23 Optional_ React Summary & Core Feature Walkthrough/001 Module Introduction.mp48.54MB
  292. 23 Optional_ React Summary & Core Feature Walkthrough/002 What Is React_.mp428.16MB
  293. 23 Optional_ React Summary & Core Feature Walkthrough/003 Why React_.mp464.4MB
  294. 23 Optional_ React Summary & Core Feature Walkthrough/004 Building SPAs (Single Page Applications).mp415.84MB
  295. 23 Optional_ React Summary & Core Feature Walkthrough/005 React Alternatives.mp420.99MB
  296. 23 Optional_ React Summary & Core Feature Walkthrough/006 Creating a React Project.mp449.55MB
  297. 23 Optional_ React Summary & Core Feature Walkthrough/007 Setting Up A Code Editor.mp417.62MB
  298. 23 Optional_ React Summary & Core Feature Walkthrough/008 Diving Into The Created Project.mp448.89MB
  299. 23 Optional_ React Summary & Core Feature Walkthrough/009 How React Works & Understanding Components.mp446.02MB
  300. 23 Optional_ React Summary & Core Feature Walkthrough/010 More Component Work & Styling with CSS Classes.mp438.57MB
  301. 23 Optional_ React Summary & Core Feature Walkthrough/011 Building & Re-Using Another Component.mp445.53MB
  302. 23 Optional_ React Summary & Core Feature Walkthrough/012 Working with _props_ & Dynamic Content.mp437.24MB
  303. 23 Optional_ React Summary & Core Feature Walkthrough/013 Handling Events.mp447.39MB
  304. 23 Optional_ React Summary & Core Feature Walkthrough/014 Adding More Components.mp437.28MB
  305. 23 Optional_ React Summary & Core Feature Walkthrough/015 Introducing State.mp464.21MB
  306. 23 Optional_ React Summary & Core Feature Walkthrough/016 Working with _Event Props_ (Passing Function As Props).mp456.92MB
  307. 23 Optional_ React Summary & Core Feature Walkthrough/017 Adding Routing.mp4113.98MB
  308. 23 Optional_ React Summary & Core Feature Walkthrough/018 Adding Links & Navigation.mp440.29MB
  309. 23 Optional_ React Summary & Core Feature Walkthrough/019 Styling with CSS Modules.mp445.41MB
  310. 23 Optional_ React Summary & Core Feature Walkthrough/020 Outputting Lists of Data.mp453.37MB
  311. 23 Optional_ React Summary & Core Feature Walkthrough/021 Adding More React Components.mp483.98MB
  312. 23 Optional_ React Summary & Core Feature Walkthrough/022 Building Wrapper Components with props.children.mp479.5MB
  313. 23 Optional_ React Summary & Core Feature Walkthrough/023 Adding a Form.mp476.69MB
  314. 23 Optional_ React Summary & Core Feature Walkthrough/024 Getting User Input & Handling Form Submission.mp497.48MB
  315. 23 Optional_ React Summary & Core Feature Walkthrough/025 Preparing the App for Http.mp465.02MB
  316. 23 Optional_ React Summary & Core Feature Walkthrough/026 Sending a POST Request.mp446.83MB
  317. 23 Optional_ React Summary & Core Feature Walkthrough/027 Navigating Programmatically.mp435.64MB
  318. 23 Optional_ React Summary & Core Feature Walkthrough/028 Getting Started with Fetching Data.mp490.15MB
  319. 23 Optional_ React Summary & Core Feature Walkthrough/029 Using the useEffect() Hook.mp497.33MB
  320. 23 Optional_ React Summary & Core Feature Walkthrough/030 Introducing React Context.mp488.18MB
  321. 23 Optional_ React Summary & Core Feature Walkthrough/031 Context Logic & Different Ways Of Updating State.mp458.77MB
  322. 23 Optional_ React Summary & Core Feature Walkthrough/032 Using Context In Components.mp4126.45MB
  323. 23 Optional_ React Summary & Core Feature Walkthrough/033 More Context Usage.mp466.58MB
  324. 23 Optional_ React Summary & Core Feature Walkthrough/034 Summary.mp48.42MB
  325. 24 Course Roundup/001 What Now_ Next Steps You Could Take!.mp410.59MB
  326. 24 Course Roundup/002 Explore The React Ecosystem!.mp430.63MB
  327. 24 Course Roundup/003 Finishing Thoughts.mp43.75MB
  328. 25 This Course Got Updated!/001 Course Update Overview, Explanation & Migration Guide.mp472.31MB
  329. 26 [LEGACY] Getting Started/002 Introduction.mp437.59MB
  330. 26 [LEGACY] Getting Started/003 What is React_.mp411.7MB
  331. 26 [LEGACY] Getting Started/004 Real-World SPAs & React Web Apps.mp47.83MB
  332. 26 [LEGACY] Getting Started/005 Writing our First React Code.mp4209.62MB
  333. 26 [LEGACY] Getting Started/006 Why Should we Choose React_.mp44.54MB
  334. 26 [LEGACY] Getting Started/007 React Alternatives.mp42.71MB
  335. 26 [LEGACY] Getting Started/008 Understanding Single Page Applications and Multi Page Applications.mp47.21MB
  336. 26 [LEGACY] Getting Started/009 Course Outline.mp429.23MB
  337. 26 [LEGACY] Getting Started/010 How to get the Most out of This Course.mp45.25MB
  338. 28 [LEGACY] Working with Lists and Conditionals/002 Rendering Content Conditionally.mp432.22MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统