首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - React - The Complete Guide (incl Hooks, React Router, Redux)
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-4-20 16:05
2024-11-29 03:05
207
11.96 GB
444
磁力链接
magnet:?xt=urn:btih:2983967d16d2af8c4ee604ddaa556536f17174b4
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjI5ODM5NjdkMTZkMmFmOGM0ZWU2MDRkZGFhNTU2NTM2ZjE3MTc0YjRaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
React
-
The
Complete
Guide
incl
Hooks
React
Router
Redux
文件列表
01 - Getting Started/001 Welcome To The Course_.mp4
24.14MB
01 - Getting Started/002 What is React.js_.mp4
34.45MB
01 - Getting Started/003 Why React Instead Of _Just JavaScript__.mp4
63.67MB
01 - Getting Started/004 Building Single-Page Applications (SPAs) with React.mp4
2.69MB
01 - Getting Started/005 Exploring React.js Alternatives (Angular _ Vue).mp4
4.92MB
01 - Getting Started/007 About This Course & Course Outline.mp4
42.86MB
01 - Getting Started/008 The Two Ways (Paths) Of Taking This Course.mp4
27.25MB
01 - Getting Started/009 Getting The Most Out Of This Course.mp4
5.33MB
01 - Getting Started/010 Setting Up The Course Dev Environment (Code Editor).mp4
30.34MB
02 - JavaScript Refresher/001 Module Introduction.mp4
1.74MB
02 - JavaScript Refresher/002 Understanding _let_ and _const_.mp4
4.08MB
02 - JavaScript Refresher/003 Arrow Functions.mp4
6.98MB
02 - JavaScript Refresher/004 Exports and Imports.mp4
7.86MB
02 - JavaScript Refresher/005 Understanding Classes.mp4
8.72MB
02 - JavaScript Refresher/006 Classes, Properties and Methods.mp4
5.07MB
02 - JavaScript Refresher/007 The Spread & Rest Operator.mp4
8.76MB
02 - JavaScript Refresher/008 Destructuring.mp4
4.31MB
02 - JavaScript Refresher/009 Reference and Primitive Types Refresher.mp4
6.55MB
02 - JavaScript Refresher/010 Refreshing Array Functions.mp4
3.83MB
02 - JavaScript Refresher/011 Wrap Up.mp4
951.12KB
03 - React Basics & Working With Components/001 Module Introduction.mp4
4.74MB
03 - React Basics & Working With Components/002 What Are Components_ And Why Is React All About Them_.mp4
17.46MB
03 - React Basics & Working With Components/003 React Code Is Written In A _Declarative Way__.mp4
4.73MB
03 - React Basics & Working With Components/005 Creating a new React Project.mp4
45.4MB
03 - React Basics & Working With Components/007 Analyzing a Standard React Project.mp4
62.94MB
03 - React Basics & Working With Components/008 Introducing JSX.mp4
13.04MB
03 - React Basics & Working With Components/009 How React Works.mp4
11.21MB
03 - React Basics & Working With Components/010 Building a First Custom Component.mp4
19.02MB
03 - React Basics & Working With Components/011 Writing More Complex JSX Code.mp4
14.04MB
03 - React Basics & Working With Components/012 Adding Basic CSS Styling.mp4
11.31MB
03 - React Basics & Working With Components/013 Outputting Dynamic Data & Working with Expressions in JSX.mp4
53.57MB
03 - React Basics & Working With Components/014 Passing Data via _props_.mp4
46.54MB
03 - React Basics & Working With Components/015 Adding _normal_ JavaScript Logic to Components.mp4
34.73MB
03 - React Basics & Working With Components/016 Splitting Components Into Multiple Components.mp4
42.08MB
03 - React Basics & Working With Components/017 The Concept of _Composition_ (_children props_).mp4
47.19MB
03 - React Basics & Working With Components/018 A First Summary.mp4
12.43MB
03 - React Basics & Working With Components/019 A Closer Look At JSX.mp4
52.87MB
03 - React Basics & Working With Components/020 Organizing Component Files.mp4
10.52MB
03 - React Basics & Working With Components/021 An Alternative Function Syntax.mp4
5.04MB
04 - React State & Working with Events/001 Module Introduction.mp4
3.03MB
04 - React State & Working with Events/002 Listening to Events & Working with Event Handlers.mp4
54.63MB
04 - React State & Working with Events/003 How Component Functions Are Executed.mp4
42.28MB
04 - React State & Working with Events/004 Working with _State_.mp4
63.74MB
04 - React State & Working with Events/005 A Closer Look at the _useState_ Hook.mp4
29.96MB
04 - React State & Working with Events/007 Adding Form Inputs.mp4
29.89MB
04 - React State & Working with Events/008 Listening to User Input.mp4
31.72MB
04 - React State & Working with Events/009 Working with Multiple States.mp4
24.16MB
04 - React State & Working with Events/010 Using One State Instead (And What's Better).mp4
11.21MB
04 - React State & Working with Events/011 Updating State That Depends On The Previous State.mp4
16.45MB
04 - React State & Working with Events/012 Handling Form Submission.mp4
20.73MB
04 - React State & Working with Events/013 Adding Two-Way Binding.mp4
8.14MB
04 - React State & Working with Events/014 Child-to-Parent Component Communication (Bottom-up).mp4
56.68MB
04 - React State & Working with Events/015 Lifting The State Up.mp4
28.11MB
04 - React State & Working with Events/016 Controlled vs Uncontrolled Components & Stateless vs Stateful Components.mp4
23.17MB
05 - Rendering Lists & Conditional Content/001 Module Introduction.mp4
943.57KB
05 - Rendering Lists & Conditional Content/002 Rendering Lists of Data.mp4
44.27MB
05 - Rendering Lists & Conditional Content/003 Using Stateful Lists.mp4
27MB
05 - Rendering Lists & Conditional Content/004 Understanding _Keys_.mp4
40.89MB
05 - Rendering Lists & Conditional Content/005 Outputting Conditional Content.mp4
22.96MB
05 - Rendering Lists & Conditional Content/006 Adding Conditional Return Statements.mp4
13.58MB
05 - Rendering Lists & Conditional Content/007 Demo App_ Adding a Chart.mp4
12.28MB
05 - Rendering Lists & Conditional Content/008 Adding Dynamic Styles.mp4
40.59MB
05 - Rendering Lists & Conditional Content/009 Wrap Up & Next Steps.mp4
83.27MB
06 - Styling React Components/001 Module Introduction.mp4
5.68MB
06 - Styling React Components/002 Setting Dynamic Inline Styles.mp4
29.61MB
06 - Styling React Components/003 Setting CSS Classes Dynamically.mp4
9.85MB
06 - Styling React Components/004 Introducing Styled Components.mp4
54.81MB
06 - Styling React Components/005 Styled Components & Dynamic Props.mp4
51.79MB
06 - Styling React Components/006 Styled Components & Media Queries.mp4
5.55MB
06 - Styling React Components/007 Using CSS Modules.mp4
41.97MB
06 - Styling React Components/008 Dynamic Styles with CSS Modules.mp4
22.54MB
07 - Debugging React Apps/001 Module Introduction.mp4
1.84MB
07 - Debugging React Apps/002 Understanding React Error Messages.mp4
12.11MB
07 - Debugging React Apps/003 Analyzing Code Flow & Warnings.mp4
36.51MB
07 - Debugging React Apps/004 Working with Breakpoints.mp4
23.66MB
07 - Debugging React Apps/005 Using the React DevTools.mp4
10.53MB
08 - Time to Practice_ A Complete Practice Project/001 Module Introduction.mp4
3.34MB
08 - Time to Practice_ A Complete Practice Project/002 Adding a _User_ Component.mp4
19.18MB
08 - Time to Practice_ A Complete Practice Project/003 Adding a re-usable _Card_ Component.mp4
31.47MB
08 - Time to Practice_ A Complete Practice Project/004 Adding a re-usable _Button_ Component.mp4
6.98MB
08 - Time to Practice_ A Complete Practice Project/005 Managing the User Input State.mp4
19.17MB
08 - Time to Practice_ A Complete Practice Project/006 Adding Validation & Resetting Logic.mp4
10.72MB
08 - Time to Practice_ A Complete Practice Project/007 Adding a Users List Component.mp4
38.9MB
08 - Time to Practice_ A Complete Practice Project/008 Managing a List Of Users via State.mp4
31.18MB
08 - Time to Practice_ A Complete Practice Project/009 Adding The _ErrorModal_ Component.mp4
30.42MB
08 - Time to Practice_ A Complete Practice Project/010 Managing the Error State.mp4
52.87MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/001 Module Introduction.mp4
1002.43KB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/002 JSX Limitations & Workarounds.mp4
22.85MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/003 Creating a Wrapper Component.mp4
15.52MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/004 React Fragments.mp4
5MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/005 Introducing React Portals.mp4
6.23MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/006 Working with Portals.mp4
50.55MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/007 Working with _ref_s.mp4
49.08MB
09 - Diving Deeper_ Working with Fragments, Portals & _Refs_/008 Controlled vs Uncontrolled Components.mp4
12.93MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/001 Module Introduction.mp4
1.94MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/002 What are _Side Effects_ & Introducing useEffect.mp4
22.13MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/003 Using the useEffect() Hook.mp4
38.34MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/004 useEffect & Dependencies.mp4
38.42MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/006 Using the useEffect Cleanup Function.mp4
35.84MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/007 useEffect Summary.mp4
14.5MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/008 Introducing useReducer & Reducers In General.mp4
30.61MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/009 Using the useReducer() Hook.mp4
91.03MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/010 useReducer & useEffect.mp4
85.23MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/012 useReducer vs useState for State Management.mp4
11.4MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/013 Introducing React Context (Context API).mp4
26.77MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/014 Using the React Context API.mp4
86.18MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/015 Tapping Into Context with the useContext Hook.mp4
3.63MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/016 Making Context Dynamic.mp4
17.7MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/017 Building & Using a Custom Context Provider Component.mp4
38.44MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/018 React Context Limitations.mp4
4.57MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/019 Learning the _Rules of Hooks_.mp4
39.7MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/020 Refactoring an Input Component.mp4
40.04MB
10 - Advanced_ Handling Side Effects, Using Reducers & Using the Context API/021 Diving into _Forward Refs_.mp4
54.91MB
11 - Practice Project_ Building a Food Order App/001 Module Introduction.mp4
4.56MB
11 - Practice Project_ Building a Food Order App/002 Starting Setup.mp4
6.43MB
11 - Practice Project_ Building a Food Order App/003 Adding a _Header_ Component.mp4
27.45MB
11 - Practice Project_ Building a Food Order App/004 Adding the _Cart_ Button Component.mp4
17.57MB
11 - Practice Project_ Building a Food Order App/005 Adding a _Meals_ Component.mp4
33.54MB
11 - Practice Project_ Building a Food Order App/006 Adding Individual Meal Items & Displaying Them.mp4
52MB
11 - Practice Project_ Building a Food Order App/007 Adding a Form.mp4
37.52MB
11 - Practice Project_ Building a Food Order App/009 Working on the _Shopping Cart_ Component.mp4
10.03MB
11 - Practice Project_ Building a Food Order App/010 Adding a Modal via a React Portal.mp4
29.74MB
11 - Practice Project_ Building a Food Order App/011 Managing Cart & Modal State.mp4
36.71MB
11 - Practice Project_ Building a Food Order App/012 Adding a Cart Context.mp4
42.18MB
11 - Practice Project_ Building a Food Order App/013 Using the Context.mp4
20.88MB
11 - Practice Project_ Building a Food Order App/014 Adding a Cart Reducer.mp4
44.62MB
11 - Practice Project_ Building a Food Order App/015 Working with Refs & Forward Refs.mp4
38.17MB
11 - Practice Project_ Building a Food Order App/016 Outputting Cart Items.mp4
31.27MB
11 - Practice Project_ Building a Food Order App/017 Working on a More Complex Reducer Logic.mp4
19.74MB
11 - Practice Project_ Building a Food Order App/018 Making Items Removable.mp4
36.4MB
11 - Practice Project_ Building a Food Order App/019 Using the useEffect Hook.mp4
52.14MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/001 Module Introduction.mp4
2.72MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/002 How React Really Works.mp4
9.89MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/003 Component Updates In Action.mp4
20.42MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/004 A Closer Look At Child Component Re-Evaluation.mp4
33.67MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/005 Preventing Unnecessary Re-Evaluations with React.memo().mp4
43.48MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/006 Preventing Function Re-Creation with useCallback().mp4
16.73MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/007 useCallback() and its Dependencies.mp4
24.11MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/008 A First Summary.mp4
16.05MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/009 A Closer Look At State & Components.mp4
6.24MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/010 Understanding State Scheduling & Batching.mp4
30.05MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/011 Optimizing with useMemo().mp4
29.84MB
13 - An Alternative Way Of Building Components_ Class-based Components/001 Module Introduction.mp4
2.59MB
13 - An Alternative Way Of Building Components_ Class-based Components/002 What & Why.mp4
6.63MB
13 - An Alternative Way Of Building Components_ Class-based Components/003 Adding a First Class-based Component.mp4
25.01MB
13 - An Alternative Way Of Building Components_ Class-based Components/004 Working with State & Events.mp4
46.71MB
13 - An Alternative Way Of Building Components_ Class-based Components/005 The Component Lifecycle (Class-based Components Only_).mp4
16.68MB
13 - An Alternative Way Of Building Components_ Class-based Components/006 Lifecycle Methods In Action.mp4
50.06MB
13 - An Alternative Way Of Building Components_ Class-based Components/007 Class-based Components & Context.mp4
20.05MB
13 - An Alternative Way Of Building Components_ Class-based Components/008 Class-based vs Functional Components_ A Summary.mp4
4.79MB
13 - An Alternative Way Of Building Components_ Class-based Components/009 Introducing Error Boundaries.mp4
37.95MB
14 - Sending Http Requests (e.g. Connecting to a Database)/001 Module Introduction.mp4
2.09MB
14 - Sending Http Requests (e.g. Connecting to a Database)/002 How To (Not) Connect To A Database.mp4
4.53MB
14 - Sending Http Requests (e.g. Connecting to a Database)/004 Our Starting App & Backend.mp4
8.99MB
14 - Sending Http Requests (e.g. Connecting to a Database)/005 Sending a GET Request.mp4
61.48MB
14 - Sending Http Requests (e.g. Connecting to a Database)/006 Using async _ await.mp4
4.58MB
14 - Sending Http Requests (e.g. Connecting to a Database)/007 Handling Loading & Data States.mp4
14.88MB
14 - Sending Http Requests (e.g. Connecting to a Database)/008 Handling Http Errors.mp4
110.33MB
14 - Sending Http Requests (e.g. Connecting to a Database)/009 Using useEffect() For Requests.mp4
25.52MB
14 - Sending Http Requests (e.g. Connecting to a Database)/010 Preparing The Project For The Next Steps.mp4
23.5MB
14 - Sending Http Requests (e.g. Connecting to a Database)/011 Sending a POST Request.mp4
35.6MB
14 - Sending Http Requests (e.g. Connecting to a Database)/012 Wrap Up.mp4
8.95MB
15 - Building Custom React Hooks/001 Module Introduction.mp4
2.08MB
15 - Building Custom React Hooks/002 What are _Custom Hooks__.mp4
2.09MB
15 - Building Custom React Hooks/003 Creating a Custom React Hook Function.mp4
11.39MB
15 - Building Custom React Hooks/004 Using Custom Hooks.mp4
17.99MB
15 - Building Custom React Hooks/005 Configuring Custom Hooks.mp4
19.23MB
15 - Building Custom React Hooks/006 Onwards To A More Realistic Example.mp4
21.68MB
15 - Building Custom React Hooks/007 Building a Custom Http Hook.mp4
30.88MB
15 - Building Custom React Hooks/008 Using the Custom Http Hook.mp4
32.69MB
15 - Building Custom React Hooks/009 Adjusting the Custom Hook Logic.mp4
57.41MB
15 - Building Custom React Hooks/010 Using The Custom Hook In More Components.mp4
92.95MB
16 - Working with Forms & User Input/001 Module Introduction.mp4
1.95MB
16 - Working with Forms & User Input/002 Our Starting Setup.mp4
3.06MB
16 - Working with Forms & User Input/003 What's So Complex About Forms_.mp4
9.1MB
16 - Working with Forms & User Input/004 Dealing With Form Submission & Getting User Input Values.mp4
33.77MB
16 - Working with Forms & User Input/005 Adding Basic Validation.mp4
8.46MB
16 - Working with Forms & User Input/006 Providing Validation Feedback.mp4
14.79MB
16 - Working with Forms & User Input/007 Handling the _was touched_ State.mp4
22.75MB
16 - Working with Forms & User Input/008 React To Lost Focus.mp4
18.29MB
16 - Working with Forms & User Input/009 Refactoring & Deriving States.mp4
35.79MB
16 - Working with Forms & User Input/010 Managing The Overall Form Validity.mp4
29.69MB
16 - Working with Forms & User Input/011 Adding A Custom Input Hook.mp4
83.08MB
16 - Working with Forms & User Input/012 Re-Using The Custom Hook.mp4
13.5MB
16 - Working with Forms & User Input/013 A Challenge For You_.mp4
3.64MB
16 - Working with Forms & User Input/014 Applying Our Hook & Knowledge To A New Form.mp4
74.57MB
16 - Working with Forms & User Input/015 Summary.mp4
13.59MB
16 - Working with Forms & User Input/016 Bonus_ Using useReducer().mp4
34.35MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/001 Module Introduction.mp4
5.74MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/002 Moving _Meals_ Data To The Backend.mp4
9.78MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/003 Fetching Meals via Http.mp4
37.25MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/004 Handling the Loading State.mp4
13.21MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/005 Handling Errors.mp4
79.18MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/006 Adding A Checkout Form.mp4
43.88MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/007 Reading Form Values.mp4
17.45MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/008 Adding Form Validation.mp4
85.99MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/009 Submitting & Sending Cart Data.mp4
41.84MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/010 Adding Better User Feedback.mp4
41.59MB
17 - Practice Project_ Adding Http & Forms To The Food Order App/011 Summary.mp4
2.87MB
18 - Diving into Redux (An Alternative To The Context API)/001 Module Introduction.mp4
1.3MB
18 - Diving into Redux (An Alternative To The Context API)/002 Another Look At State In React Apps.mp4
15.57MB
18 - Diving into Redux (An Alternative To The Context API)/003 Redux vs React Context.mp4
12.09MB
18 - Diving into Redux (An Alternative To The Context API)/004 How Redux Works.mp4
8.56MB
18 - Diving into Redux (An Alternative To The Context API)/005 Exploring The Core Redux Concepts.mp4
26.82MB
18 - Diving into Redux (An Alternative To The Context API)/006 More Redux Basics.mp4
5.57MB
18 - Diving into Redux (An Alternative To The Context API)/007 Preparing a new Project.mp4
3.04MB
18 - Diving into Redux (An Alternative To The Context API)/008 Creating a Redux Store for React.mp4
15.86MB
18 - Diving into Redux (An Alternative To The Context API)/009 Providing the Store.mp4
9.69MB
18 - Diving into Redux (An Alternative To The Context API)/010 Using Redux Data in React Components.mp4
18.47MB
18 - Diving into Redux (An Alternative To The Context API)/011 Dispatching Actions From Inside Components.mp4
13.7MB
18 - Diving into Redux (An Alternative To The Context API)/012 Redux with Class-based Components.mp4
41.37MB
18 - Diving into Redux (An Alternative To The Context API)/013 Attaching Payloads to Actions.mp4
13.93MB
18 - Diving into Redux (An Alternative To The Context API)/014 Working with Multiple State Properties.mp4
25.09MB
18 - Diving into Redux (An Alternative To The Context API)/015 How To Work With Redux State Correctly.mp4
16.47MB
18 - Diving into Redux (An Alternative To The Context API)/016 Redux Challenges & Introducing Redux Toolkit.mp4
31.36MB
18 - Diving into Redux (An Alternative To The Context API)/017 Adding State Slices.mp4
50.11MB
18 - Diving into Redux (An Alternative To The Context API)/018 Connecting Redux Toolkit State.mp4
18.29MB
18 - Diving into Redux (An Alternative To The Context API)/019 Migrating Everything To Redux Toolkit.mp4
38.34MB
18 - Diving into Redux (An Alternative To The Context API)/020 Working with Multiple Slices.mp4
98.11MB
18 - Diving into Redux (An Alternative To The Context API)/021 Reading & Dispatching From A New Slice.mp4
27.14MB
18 - Diving into Redux (An Alternative To The Context API)/022 Splitting Our Code.mp4
20.98MB
18 - Diving into Redux (An Alternative To The Context API)/023 Summary.mp4
27.75MB
19 - Advanced Redux/001 Module Introduction.mp4
811.07KB
19 - Advanced Redux/002 Redux & Side Effects (and Asynchronous Code).mp4
4.48MB
19 - Advanced Redux/003 Refresher _ Practice_ Part 1_2.mp4
100.51MB
19 - Advanced Redux/004 Refresher _ Practice_ Part 2_2.mp4
111.07MB
19 - Advanced Redux/005 Redux & Async Code.mp4
10.9MB
19 - Advanced Redux/006 Frontend Code vs Backend Code.mp4
18.2MB
19 - Advanced Redux/007 Where To Put Our Logic.mp4
55.82MB
19 - Advanced Redux/008 Using useEffect with Redux.mp4
24.73MB
19 - Advanced Redux/010 Handling Http States & Feedback with Redux.mp4
137.8MB
19 - Advanced Redux/011 Using an Action Creator Thunk.mp4
98.82MB
19 - Advanced Redux/012 Getting Started with Fetching Data.mp4
57.08MB
19 - Advanced Redux/013 Finalizing the Fetching Logic.mp4
56.5MB
19 - Advanced Redux/014 Exploring the Redux DevTools.mp4
29.29MB
19 - Advanced Redux/015 Summary.mp4
4.49MB
20 - Building a Multi-Page SPA with React Router/001 Module Introduction.mp4
17.48MB
20 - Building a Multi-Page SPA with React Router/002 What is Routing & Why_.mp4
8.27MB
20 - Building a Multi-Page SPA with React Router/003 Installing React Router.mp4
11.31MB
20 - Building a Multi-Page SPA with React Router/004 Defining & Using Routes.mp4
28.91MB
20 - Building a Multi-Page SPA with React Router/005 Working with Links.mp4
15.14MB
20 - Building a Multi-Page SPA with React Router/006 Using NavLinks.mp4
10.17MB
20 - Building a Multi-Page SPA with React Router/007 Adding Dynamic Routes with Params.mp4
17.11MB
20 - Building a Multi-Page SPA with React Router/008 Extracting Route Params.mp4
4.42MB
20 - Building a Multi-Page SPA with React Router/009 Using _Switch_ and _exact_ For Configuring Routes.mp4
43.4MB
20 - Building a Multi-Page SPA with React Router/010 Working with Nested Routes.mp4
6.29MB
20 - Building a Multi-Page SPA with React Router/011 Redirecting The User.mp4
12.59MB
20 - Building a Multi-Page SPA with React Router/012 Time to Practice_ Onwards to a New Project.mp4
27.5MB
20 - Building a Multi-Page SPA with React Router/013 Practice Redirecting & Extracting Params.mp4
10.86MB
20 - Building a Multi-Page SPA with React Router/014 Practicing Nested Routes.mp4
5.03MB
20 - Building a Multi-Page SPA with React Router/015 Adding a Layout Wrapper Component.mp4
22.51MB
20 - Building a Multi-Page SPA with React Router/016 Adding Dummy Data & More Content.mp4
39.52MB
20 - Building a Multi-Page SPA with React Router/017 Outputting Data on the _Details_ Page.mp4
23.33MB
20 - Building a Multi-Page SPA with React Router/018 Adding a _Not Found_ Page.mp4
9.44MB
20 - Building a Multi-Page SPA with React Router/019 Implementing Programmatic (Imperative) Navigation.mp4
11.61MB
20 - Building a Multi-Page SPA with React Router/020 Preventing Possibly Unwanted Route Transitions with the _Prompt_ Component.mp4
41.75MB
20 - Building a Multi-Page SPA with React Router/021 Working with Query Parameters.mp4
76.11MB
20 - Building a Multi-Page SPA with React Router/022 Getting Creative With Nested Routes.mp4
12.25MB
20 - Building a Multi-Page SPA with React Router/023 Writing More Flexible Routing Code.mp4
35.03MB
20 - Building a Multi-Page SPA with React Router/024 Sending & Getting Quote Data via Http.mp4
168.76MB
20 - Building a Multi-Page SPA with React Router/025 Adding the _Comments_ Features.mp4
78.1MB
20 - Building a Multi-Page SPA with React Router/026 Upgrading To React Router v6.mp4
188.68MB
21 - Deploying React Apps/001 Module Introduction.mp4
1.89MB
21 - Deploying React Apps/002 Deployment Steps.mp4
4.22MB
21 - Deploying React Apps/003 Adding Lazy Loading.mp4
34.13MB
21 - Deploying React Apps/004 Building The Code For Production.mp4
7.26MB
21 - Deploying React Apps/005 Getting Started With Deployment (Uploading Files).mp4
27.09MB
21 - Deploying React Apps/006 Exploring Routing Issues & Finishing Deployment.mp4
20.44MB
22 - Adding Authentication To React Apps/001 Module Introduction.mp4
1.99MB
22 - Adding Authentication To React Apps/002 What, How & Why_.mp4
21.42MB
22 - Adding Authentication To React Apps/004 Starting Setup & First Steps.mp4
27.09MB
22 - Adding Authentication To React Apps/005 Adding User Signup.mp4
131.36MB
22 - Adding Authentication To React Apps/006 Showing Feedback To The User.mp4
33.59MB
22 - Adding Authentication To React Apps/007 Adding User Login.mp4
56.04MB
22 - Adding Authentication To React Apps/008 Managing The Auth State With Context.mp4
66.54MB
22 - Adding Authentication To React Apps/009 Using The Token For Requests To Protected Resources.mp4
44.99MB
22 - Adding Authentication To React Apps/010 Redirecting The User.mp4
6.78MB
22 - Adding Authentication To React Apps/011 Adding Logout.mp4
5.45MB
22 - Adding Authentication To React Apps/012 Protecting Frontend Pages.mp4
23.09MB
22 - Adding Authentication To React Apps/013 Persisting The User Authentication Status.mp4
20.94MB
22 - Adding Authentication To React Apps/014 Adding Auto-Logout.mp4
75.61MB
22 - Adding Authentication To React Apps/015 Finishing Steps.mp4
45.78MB
23 - A (Pretty Deep Dive) Introduction to Next.js/001 Module Introduction.mp4
3.1MB
23 - A (Pretty Deep Dive) Introduction to Next.js/002 What is NextJS_.mp4
8.06MB
23 - A (Pretty Deep Dive) Introduction to Next.js/003 Key Feature 1_ Built-in Server-side Rendering (Improved SEO_).mp4
48.39MB
23 - A (Pretty Deep Dive) Introduction to Next.js/004 Key Feature 2_ Simplified Routing with File-based Routing.mp4
9.95MB
23 - A (Pretty Deep Dive) Introduction to Next.js/005 Key Feature 3_ Build Fullstack Apps.mp4
3.34MB
23 - A (Pretty Deep Dive) Introduction to Next.js/006 Creating a New Next.js Project & App.mp4
27.13MB
23 - A (Pretty Deep Dive) Introduction to Next.js/007 Analyzing the Created Project.mp4
4.07MB
23 - A (Pretty Deep Dive) Introduction to Next.js/008 Adding First Pages.mp4
23.08MB
23 - A (Pretty Deep Dive) Introduction to Next.js/009 Adding Nested Paths & Pages (Nested Routes).mp4
7.3MB
23 - A (Pretty Deep Dive) Introduction to Next.js/010 Creating Dynamic Pages (with Parameters).mp4
6.5MB
23 - A (Pretty Deep Dive) Introduction to Next.js/011 Extracting Dynamic Parameter Values.mp4
8.92MB
23 - A (Pretty Deep Dive) Introduction to Next.js/012 Linking Between Pages.mp4
13.47MB
23 - A (Pretty Deep Dive) Introduction to Next.js/013 Onwards to a bigger Project_.mp4
12.68MB
23 - A (Pretty Deep Dive) Introduction to Next.js/014 Preparing the Project Pages.mp4
7.03MB
23 - A (Pretty Deep Dive) Introduction to Next.js/015 Outputting a List of Meetups.mp4
38.6MB
23 - A (Pretty Deep Dive) Introduction to Next.js/016 Adding the New Meetup Form.mp4
14.65MB
23 - A (Pretty Deep Dive) Introduction to Next.js/017 The __app.js_ File & Layout Wrapper.mp4
19.59MB
23 - A (Pretty Deep Dive) Introduction to Next.js/018 Using Programmatic (Imperative) Navigation.mp4
13.02MB
23 - A (Pretty Deep Dive) Introduction to Next.js/019 Adding Custom Components & CSS Modules.mp4
85.95MB
23 - A (Pretty Deep Dive) Introduction to Next.js/020 How Pre-rendering Works & Which Problem We Face.mp4
35.1MB
23 - A (Pretty Deep Dive) Introduction to Next.js/021 Data Fetching for Static Pages.mp4
42.91MB
23 - A (Pretty Deep Dive) Introduction to Next.js/022 More on Static Site Generation (SSG).mp4
46.28MB
23 - A (Pretty Deep Dive) Introduction to Next.js/023 Exploring Server-side Rendering (SSR) with _getServerSideProps_.mp4
36.13MB
23 - A (Pretty Deep Dive) Introduction to Next.js/024 Working with Params for SSG Data Fetching.mp4
17.62MB
23 - A (Pretty Deep Dive) Introduction to Next.js/025 Preparing Paths with _getStaticPaths_ & Working With Fallback Pages.mp4
24.49MB
23 - A (Pretty Deep Dive) Introduction to Next.js/026 Introducing API Routes.mp4
17.71MB
23 - A (Pretty Deep Dive) Introduction to Next.js/027 Working with MongoDB.mp4
37.43MB
23 - A (Pretty Deep Dive) Introduction to Next.js/028 Sending Http Requests To Our API Routes.mp4
26.45MB
23 - A (Pretty Deep Dive) Introduction to Next.js/029 Getting Data From The Database.mp4
43.71MB
23 - A (Pretty Deep Dive) Introduction to Next.js/030 Getting Meetup Details Data & Preparing Pages.mp4
62.24MB
23 - A (Pretty Deep Dive) Introduction to Next.js/031 Adding _head_ Metadata.mp4
86.68MB
23 - A (Pretty Deep Dive) Introduction to Next.js/032 Deploying Next.js Projects.mp4
81.53MB
23 - A (Pretty Deep Dive) Introduction to Next.js/033 Using Fallback Pages & Re-deploying.mp4
13.03MB
23 - A (Pretty Deep Dive) Introduction to Next.js/034 Summary.mp4
9.53MB
24 - Animating React Apps/001 Module Introduction.mp4
5.14MB
24 - Animating React Apps/002 Preparing the Demo Project.mp4
17.35MB
24 - Animating React Apps/003 Using CSS Transitions.mp4
14.12MB
24 - Animating React Apps/004 Using CSS Animations.mp4
14.79MB
24 - Animating React Apps/005 CSS Transition & Animations Limitations.mp4
16.08MB
24 - Animating React Apps/006 Using ReactTransitionGroup.mp4
70.3MB
24 - Animating React Apps/007 Using the Transition Component.mp4
11.88MB
24 - Animating React Apps/008 Wrapping the Transition Component.mp4
12MB
24 - Animating React Apps/009 Animation Timings.mp4
11.52MB
24 - Animating React Apps/010 Transition Events.mp4
9.72MB
24 - Animating React Apps/011 The CSSTransition Component.mp4
22.51MB
24 - Animating React Apps/012 Customizing CSS Classnames.mp4
5.65MB
24 - Animating React Apps/013 Animating Lists.mp4
28.08MB
24 - Animating React Apps/014 Alternative Animation Packages.mp4
23.79MB
24 - Animating React Apps/015 Wrap Up.mp4
3.52MB
25 - Replacing Redux with React Hooks/001 Module Introduction.mp4
1.22MB
25 - Replacing Redux with React Hooks/002 Starting Project & Why You Would Replace Redux.mp4
15.83MB
25 - Replacing Redux with React Hooks/003 Alternative_ Using the Context API.mp4
29.83MB
25 - Replacing Redux with React Hooks/004 Toggling Favorites with the Context API.mp4
37.34MB
25 - Replacing Redux with React Hooks/005 Context API Summary (and why NOT to use it instead of Redux).mp4
4.52MB
25 - Replacing Redux with React Hooks/006 Getting Started with a Custom Hook as a Store.mp4
26.81MB
25 - Replacing Redux with React Hooks/007 Finishing the Store Hook.mp4
21.45MB
25 - Replacing Redux with React Hooks/008 Creating a Concrete Store.mp4
17.89MB
25 - Replacing Redux with React Hooks/009 Using the Custom Store.mp4
25.18MB
25 - Replacing Redux with React Hooks/010 Custom Hook Store Summary.mp4
24.35MB
25 - Replacing Redux with React Hooks/011 Optimizing the Custom Hook Store.mp4
17.05MB
25 - Replacing Redux with React Hooks/013 Wrap Up.mp4
3.81MB
26 - Testing React Apps (Unit Tests)/001 Module Introduction.mp4
1.66MB
26 - Testing React Apps (Unit Tests)/002 What & Why_.mp4
5.63MB
26 - Testing React Apps (Unit Tests)/003 Understanding Different Kinds Of Tests.mp4
9.01MB
26 - Testing React Apps (Unit Tests)/004 What To Test & How To Test.mp4
1.76MB
26 - Testing React Apps (Unit Tests)/005 Understanding the Technical Setup & Involved Tools.mp4
3.82MB
26 - Testing React Apps (Unit Tests)/006 Running a First Test.mp4
20.19MB
26 - Testing React Apps (Unit Tests)/007 Writing Our First Test.mp4
34.14MB
26 - Testing React Apps (Unit Tests)/008 Grouping Tests Together With Test Suites.mp4
7.26MB
26 - Testing React Apps (Unit Tests)/009 Testing User Interaction & State.mp4
47.83MB
26 - Testing React Apps (Unit Tests)/010 Testing Connected Components.mp4
10.29MB
26 - Testing React Apps (Unit Tests)/011 Testing Asynchronous Code.mp4
28.81MB
26 - Testing React Apps (Unit Tests)/012 Working With Mocks.mp4
27.19MB
26 - Testing React Apps (Unit Tests)/013 Summary & Further Resources.mp4
25.58MB
27 - React + TypeScript/001 Module Introduction.mp4
1.64MB
27 - React + TypeScript/002 What & Why_.mp4
9.42MB
27 - React + TypeScript/003 Installing & Using TypeScript.mp4
28.64MB
27 - React + TypeScript/004 Exploring the Base Types.mp4
9.29MB
27 - React + TypeScript/005 Working with Array & Object Types.mp4
11.52MB
27 - React + TypeScript/006 Understanding Type Inference.mp4
4.36MB
27 - React + TypeScript/007 Using Union Types.mp4
4.37MB
27 - React + TypeScript/008 Understanding Type Aliases.mp4
5.92MB
27 - React + TypeScript/009 Functions & Function Types.mp4
15.05MB
27 - React + TypeScript/010 Diving Into Generics.mp4
24.96MB
27 - React + TypeScript/012 Creating a React + TypeScript Project.mp4
30.52MB
27 - React + TypeScript/013 Working with Components & TypeScript.mp4
15.64MB
27 - React + TypeScript/014 Working with Props & TypeScript.mp4
39.42MB
27 - React + TypeScript/015 Adding a Data Model.mp4
26.25MB
27 - React + TypeScript/016 Time to Practice_ Exercise Time_.mp4
23.82MB
27 - React + TypeScript/017 Form Submissions In TypeScript Projects.mp4
16.08MB
27 - React + TypeScript/018 Working with refs & useRef.mp4
65.91MB
27 - React + TypeScript/019 Working with _Function Props_.mp4
29.49MB
27 - React + TypeScript/020 Managing State & TypeScript.mp4
16.97MB
27 - React + TypeScript/021 Adding Styling.mp4
7.05MB
27 - React + TypeScript/022 Time to Practice_ Removing a Todo.mp4
33.59MB
27 - React + TypeScript/023 The Context API & TypeScript.mp4
84.79MB
27 - React + TypeScript/024 Summary.mp4
7.38MB
27 - React + TypeScript/025 Bonus_ Exploring tsconfig.json.mp4
19.28MB
28 - Optional_ React Hooks Introduction & Summary/001 Module Introduction.mp4
2.68MB
28 - Optional_ React Hooks Introduction & Summary/002 What Are React Hooks_.mp4
6.29MB
28 - Optional_ React Hooks Introduction & Summary/003 The Starting Project.mp4
12.82MB
28 - Optional_ React Hooks Introduction & Summary/004 Getting Started with useState().mp4
55.74MB
28 - Optional_ React Hooks Introduction & Summary/005 More on useState() & State Updating.mp4
49.82MB
28 - Optional_ React Hooks Introduction & Summary/006 Array Destructuring.mp4
9.41MB
28 - Optional_ React Hooks Introduction & Summary/007 Multiple States.mp4
16.74MB
28 - Optional_ React Hooks Introduction & Summary/008 Rules of Hooks.mp4
4.51MB
28 - Optional_ React Hooks Introduction & Summary/009 Passing State Data Across Components.mp4
28.67MB
28 - Optional_ React Hooks Introduction & Summary/010 Sending Http Requests.mp4
31.03MB
28 - Optional_ React Hooks Introduction & Summary/011 useEffect() & Loading Data.mp4
54.44MB
28 - Optional_ React Hooks Introduction & Summary/012 Understanding useEffect() Dependencies.mp4
15.7MB
28 - Optional_ React Hooks Introduction & Summary/013 More on useEffect().mp4
42.07MB
28 - Optional_ React Hooks Introduction & Summary/014 What's useCallback()_.mp4
37.05MB
28 - Optional_ React Hooks Introduction & Summary/015 Working with Refs & useRef().mp4
32.88MB
28 - Optional_ React Hooks Introduction & Summary/016 Cleaning Up with useEffect().mp4
12.03MB
28 - Optional_ React Hooks Introduction & Summary/017 Deleting Ingredients.mp4
10.37MB
28 - Optional_ React Hooks Introduction & Summary/018 Loading Errors & State Batching.mp4
54.09MB
28 - Optional_ React Hooks Introduction & Summary/020 Understanding useReducer().mp4
68.13MB
28 - Optional_ React Hooks Introduction & Summary/021 Using useReducer() for the Http State.mp4
94.01MB
28 - Optional_ React Hooks Introduction & Summary/022 Working with useContext().mp4
35.67MB
28 - Optional_ React Hooks Introduction & Summary/023 Performance Optimizations with useMemo().mp4
68.79MB
28 - Optional_ React Hooks Introduction & Summary/024 Getting Started with Custom Hooks.mp4
88.34MB
28 - Optional_ React Hooks Introduction & Summary/025 Sharing Data Between Custom Hooks & Components.mp4
147.15MB
28 - Optional_ React Hooks Introduction & Summary/026 Using the Custom Hook.mp4
55.48MB
28 - Optional_ React Hooks Introduction & Summary/027 Wrap Up.mp4
14.66MB
29 - Optional_ React Summary & Core Feature Walkthrough/001 Module Introduction.mp4
2.83MB
29 - Optional_ React Summary & Core Feature Walkthrough/002 What Is React_.mp4
27.24MB
29 - Optional_ React Summary & Core Feature Walkthrough/003 Why React_.mp4
26.25MB
29 - Optional_ React Summary & Core Feature Walkthrough/004 Building SPAs (Single Page Applications).mp4
15.4MB
29 - Optional_ React Summary & Core Feature Walkthrough/005 React Alternatives.mp4
4.47MB
29 - Optional_ React Summary & Core Feature Walkthrough/006 Creating a React Project.mp4
19.17MB
29 - Optional_ React Summary & Core Feature Walkthrough/007 Setting Up A Code Editor.mp4
11.78MB
29 - Optional_ React Summary & Core Feature Walkthrough/008 Diving Into The Created Project.mp4
18.04MB
29 - Optional_ React Summary & Core Feature Walkthrough/009 How React Works & Understanding Components.mp4
31.6MB
29 - Optional_ React Summary & Core Feature Walkthrough/010 More Component Work & Styling with CSS Classes.mp4
12.09MB
29 - Optional_ React Summary & Core Feature Walkthrough/011 Building & Re-Using Another Component.mp4
15.33MB
29 - Optional_ React Summary & Core Feature Walkthrough/012 Working with _props_ & Dynamic Content.mp4
11.75MB
29 - Optional_ React Summary & Core Feature Walkthrough/013 Handling Events.mp4
18.29MB
29 - Optional_ React Summary & Core Feature Walkthrough/014 Adding More Components.mp4
11.88MB
29 - Optional_ React Summary & Core Feature Walkthrough/015 Introducing State.mp4
24.29MB
29 - Optional_ React Summary & Core Feature Walkthrough/016 Working with _Event Props_ (Passing Function As Props).mp4
21.17MB
29 - Optional_ React Summary & Core Feature Walkthrough/018 Adding Routing.mp4
75.7MB
29 - Optional_ React Summary & Core Feature Walkthrough/019 Adding Links & Navigation.mp4
15.39MB
29 - Optional_ React Summary & Core Feature Walkthrough/020 Styling with CSS Modules.mp4
13.79MB
29 - Optional_ React Summary & Core Feature Walkthrough/021 Outputting Lists of Data.mp4
33.95MB
29 - Optional_ React Summary & Core Feature Walkthrough/022 Adding More React Components.mp4
30.46MB
29 - Optional_ React Summary & Core Feature Walkthrough/023 Building Wrapper Components with props.children.mp4
51.2MB
29 - Optional_ React Summary & Core Feature Walkthrough/024 Adding a Form.mp4
32.33MB
29 - Optional_ React Summary & Core Feature Walkthrough/025 Getting User Input & Handling Form Submission.mp4
61.35MB
29 - Optional_ React Summary & Core Feature Walkthrough/026 Preparing the App for Http.mp4
27.41MB
29 - Optional_ React Summary & Core Feature Walkthrough/027 Sending a POST Request.mp4
30.42MB
29 - Optional_ React Summary & Core Feature Walkthrough/028 Navigating Programmatically.mp4
29.41MB
29 - Optional_ React Summary & Core Feature Walkthrough/029 Getting Started with Fetching Data.mp4
38.11MB
29 - Optional_ React Summary & Core Feature Walkthrough/030 Using the useEffect() Hook.mp4
34.53MB
29 - Optional_ React Summary & Core Feature Walkthrough/031 Introducing React Context.mp4
32.95MB
29 - Optional_ React Summary & Core Feature Walkthrough/032 Context Logic & Different Ways Of Updating State.mp4
20.88MB
29 - Optional_ React Summary & Core Feature Walkthrough/033 Using Context In Components.mp4
42.84MB
29 - Optional_ React Summary & Core Feature Walkthrough/034 More Context Usage.mp4
27.23MB
29 - Optional_ React Summary & Core Feature Walkthrough/035 Summary.mp4
2.14MB
30 - Course Roundup/001 What Now_ Next Steps You Could Take_.mp4
4.03MB
30 - Course Roundup/002 Explore The React Ecosystem_.mp4
7.82MB
30 - Course Roundup/003 Finishing Thoughts.mp4
1.49MB
31 - This Course Got Updated_/001 Course Update Overview, Explanation & Migration Guide.mp4
19.15MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统