zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - React - The Complete Guide (incl Hooks, React Router, Redux)
magnet:?xt=urn:btih:c9598702d9e5ef150db5bfd8354a4bf00f59d256&dn=[GigaCourse.Com] Udemy - React - The Complete Guide (incl Hooks, React Router, Redux)
磁力链接详情
文件列表详情
c9598702d9e5ef150db5bfd8354a4bf00f59d256
infohash:
445
文件数量
12.47 GB
文件大小
2022-12-7 23:52
创建日期
2024-11-7 17:39
最后访问
相关分词
GigaCourse
Com
Udemy
-
React
-
The
Complete
Guide
incl
Hooks
React
Router
Redux
01 - Getting Started/001 Welcome To The Course!.mp4 24.09 MB
01 - Getting Started/002 What is React.js.mp4 34.44 MB
01 - Getting Started/003 Why React Instead Of Just JavaScript.mp4 63.61 MB
01 - Getting Started/004 Building Single-Page Applications (SPAs) with React.mp4 11.72 MB
01 - Getting Started/005 Exploring React.js Alternatives (Angular Vue).mp4 19.67 MB
01 - Getting Started/007 About This Course & Course Outline.mp4 42.87 MB
01 - Getting Started/008 The Two Ways (Paths) Of Taking This Course.mp4 27.22 MB
01 - Getting Started/009 Getting The Most Out Of This Course.mp4 16.16 MB
01 - Getting Started/010 Setting Up The Course Dev Environment (Code Editor).mp4 30.36 MB
02 - JavaScript Refresher/001 Module Introduction.mp4 1.37 MB
02 - JavaScript Refresher/002 Understanding let and const.mp4 3.71 MB
02 - JavaScript Refresher/003 Arrow Functions.mp4 6.98 MB
02 - JavaScript Refresher/004 Exports and Imports.mp4 15.09 MB
02 - JavaScript Refresher/005 Understanding Classes.mp4 8.73 MB
02 - JavaScript Refresher/006 Classes, Properties and Methods.mp4 5.07 MB
02 - JavaScript Refresher/007 The Spread & Rest Operator.mp4 8.76 MB
02 - JavaScript Refresher/008 Destructuring.mp4 4.31 MB
02 - JavaScript Refresher/009 Reference and Primitive Types Refresher.mp4 7.36 MB
02 - JavaScript Refresher/010 Refreshing Array Functions.mp4 3.83 MB
02 - JavaScript Refresher/011 Wrap Up.mp4 767.88 KB
03 - React Basics & Working With Components/001 Module Introduction.mp4 4.79 MB
03 - React Basics & Working With Components/002 What Are Components And Why Is React All About Them.mp4 17.45 MB
03 - React Basics & Working With Components/003 React Code Is Written In A Declarative Way!.mp4 5.72 MB
03 - React Basics & Working With Components/005 Creating a new React Project.mp4 45.41 MB
03 - React Basics & Working With Components/007 Analyzing a Standard React Project.mp4 75.66 MB
03 - React Basics & Working With Components/008 Introducing JSX.mp4 20.32 MB
03 - React Basics & Working With Components/009 How React Works.mp4 11.47 MB
03 - React Basics & Working With Components/010 Building a First Custom Component.mp4 19.19 MB
03 - React Basics & Working With Components/011 Writing More Complex JSX Code.mp4 14.04 MB
03 - React Basics & Working With Components/012 Adding Basic CSS Styling.mp4 11.31 MB
03 - React Basics & Working With Components/013 Outputting Dynamic Data & Working with Expressions in JSX.mp4 53.59 MB
03 - React Basics & Working With Components/014 Passing Data via props.mp4 46.52 MB
03 - React Basics & Working With Components/015 Adding normal JavaScript Logic to Components.mp4 34.73 MB
03 - React Basics & Working With Components/016 Splitting Components Into Multiple Components.mp4 35.78 MB
03 - React Basics & Working With Components/017 The Concept of Composition (children props).mp4 47.18 MB
03 - React Basics & Working With Components/018 A First Summary.mp4 10.72 MB
03 - React Basics & Working With Components/019 A Closer Look At JSX.mp4 53.64 MB
03 - React Basics & Working With Components/020 Organizing Component Files.mp4 10.52 MB
03 - React Basics & Working With Components/021 An Alternative Function Syntax.mp4 8.1 MB
04 - React State & Working with Events/001 Module Introduction.mp4 5.05 MB
04 - React State & Working with Events/002 Listening to Events & Working with Event Handlers.mp4 54.57 MB
04 - React State & Working with Events/003 How Component Functions Are Executed.mp4 34.61 MB
04 - React State & Working with Events/004 Working with State.mp4 44.41 MB
04 - React State & Working with Events/005 A Closer Look at the useState Hook.mp4 29.97 MB
04 - React State & Working with Events/007 Adding Form Inputs.mp4 29.89 MB
04 - React State & Working with Events/008 Listening to User Input.mp4 31.71 MB
04 - React State & Working with Events/009 Working with Multiple States.mp4 24.13 MB
04 - React State & Working with Events/010 Using One State Instead (And What's Better).mp4 17.41 MB
04 - React State & Working with Events/011 Updating State That Depends On The Previous State.mp4 16.44 MB
04 - React State & Working with Events/012 Handling Form Submission.mp4 20.72 MB
04 - React State & Working with Events/013 Adding Two-Way Binding.mp4 10.36 MB
04 - React State & Working with Events/014 Child-to-Parent Component Communication (Bottom-up).mp4 131.55 MB
04 - React State & Working with Events/015 Lifting The State Up.mp4 28.1 MB
04 - React State & Working with Events/016 Controlled vs Uncontrolled Components & Stateless vs Stateful Components.mp4 34.53 MB
05 - Rendering Lists & Conditional Content/001 Module Introduction.mp4 952.33 KB
05 - Rendering Lists & Conditional Content/002 Rendering Lists of Data.mp4 44.24 MB
05 - Rendering Lists & Conditional Content/003 Using Stateful Lists.mp4 27.01 MB
05 - Rendering Lists & Conditional Content/004 Understanding Keys.mp4 40.85 MB
05 - Rendering Lists & Conditional Content/005 Outputting Conditional Content.mp4 22.98 MB
05 - Rendering Lists & Conditional Content/006 Adding Conditional Return Statements.mp4 18.42 MB
05 - Rendering Lists & Conditional Content/007 Demo App Adding a Chart.mp4 19.66 MB
05 - Rendering Lists & Conditional Content/008 Adding Dynamic Styles.mp4 40.59 MB
05 - Rendering Lists & Conditional Content/009 Wrap Up & Next Steps.mp4 83.29 MB
06 - Styling React Components/001 Module Introduction.mp4 7.66 MB
06 - Styling React Components/002 Setting Dynamic Inline Styles.mp4 29.6 MB
06 - Styling React Components/003 Setting CSS Classes Dynamically.mp4 16.88 MB
06 - Styling React Components/004 Introducing Styled Components.mp4 54.79 MB
06 - Styling React Components/005 Styled Components & Dynamic Props.mp4 51.73 MB
06 - Styling React Components/006 Styled Components & Media Queries.mp4 9.13 MB
06 - Styling React Components/007 Using CSS Modules.mp4 41.92 MB
06 - Styling React Components/008 Dynamic Styles with CSS Modules.mp4 22.53 MB
07 - Debugging React Apps/001 Module Introduction.mp4 1.74 MB
07 - Debugging React Apps/002 Understanding React Error Messages.mp4 19.39 MB
07 - Debugging React Apps/003 Analyzing Code Flow & Warnings.mp4 36.41 MB
07 - Debugging React Apps/004 Working with Breakpoints.mp4 23.64 MB
07 - Debugging React Apps/005 Using the React DevTools.mp4 16.76 MB
08 - Time to Practice A Complete Practice Project/001 Module Introduction.mp4 2.82 MB
08 - Time to Practice A Complete Practice Project/002 Adding a User Component.mp4 19.2 MB
08 - Time to Practice A Complete Practice Project/003 Adding a re-usable Card Component.mp4 31.47 MB
08 - Time to Practice A Complete Practice Project/004 Adding a re-usable Button Component.mp4 11.04 MB
08 - Time to Practice A Complete Practice Project/005 Managing the User Input State.mp4 19.16 MB
08 - Time to Practice A Complete Practice Project/006 Adding Validation & Resetting Logic.mp4 14.95 MB
08 - Time to Practice A Complete Practice Project/007 Adding a Users List Component.mp4 53.82 MB
08 - Time to Practice A Complete Practice Project/008 Managing a List Of Users via State.mp4 31.17 MB
08 - Time to Practice A Complete Practice Project/009 Adding The ErrorModal Component.mp4 30.42 MB
08 - Time to Practice A Complete Practice Project/010 Managing the Error State.mp4 52.81 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/001 Module Introduction.mp4 1.02 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/002 JSX Limitations & Workarounds.mp4 22.84 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/003 Creating a Wrapper Component.mp4 15.51 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/004 React Fragments.mp4 9.02 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/005 Introducing React Portals.mp4 10.74 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/006 Working with Portals.mp4 76.74 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/007 Working with refs.mp4 49.03 MB
09 - Diving Deeper Working with Fragments, Portals & Refs/008 Controlled vs Uncontrolled Components.mp4 12.92 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/001 Module Introduction.mp4 2.08 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/002 What are Side Effects & Introducing useEffect.mp4 22.12 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/003 Using the useEffect() Hook.mp4 38.34 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/004 useEffect & Dependencies.mp4 38.38 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/006 Using the useEffect Cleanup Function.mp4 35.82 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/007 useEffect Summary.mp4 14.49 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/008 Introducing useReducer & Reducers In General.mp4 30.59 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/009 Using the useReducer() Hook.mp4 60.01 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/010 useReducer & useEffect.mp4 85.19 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/012 useReducer vs useState for State Management.mp4 11.41 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/013 Introducing React Context (Context API).mp4 26.75 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/014 Using the React Context API.mp4 86.19 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/015 Tapping Into Context with the useContext Hook.mp4 5.75 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/016 Making Context Dynamic.mp4 26.01 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/017 Building & Using a Custom Context Provider Component.mp4 39.24 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/018 React Context Limitations.mp4 7.06 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/019 Learning the Rules of Hooks.mp4 39.68 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/020 Refactoring an Input Component.mp4 40.01 MB
10 - Advanced Handling Side Effects, Using Reducers & Using the Context API/021 Diving into Forward Refs.mp4 54.9 MB
11 - Practice Project Building a Food Order App/001 Module Introduction.mp4 11.99 MB
11 - Practice Project Building a Food Order App/002 Starting Setup.mp4 9.83 MB
11 - Practice Project Building a Food Order App/003 Adding a Header Component.mp4 27.43 MB
11 - Practice Project Building a Food Order App/004 Adding the Cart Button Component.mp4 17.57 MB
11 - Practice Project Building a Food Order App/005 Adding a Meals Component.mp4 22.91 MB
11 - Practice Project Building a Food Order App/006 Adding Individual Meal Items & Displaying Them.mp4 52.01 MB
11 - Practice Project Building a Food Order App/007 Adding a Form.mp4 37.53 MB
11 - Practice Project Building a Food Order App/009 Working on the Shopping Cart Component.mp4 16.14 MB
11 - Practice Project Building a Food Order App/010 Adding a Modal via a React Portal.mp4 29.75 MB
11 - Practice Project Building a Food Order App/011 Managing Cart & Modal State.mp4 36.7 MB
11 - Practice Project Building a Food Order App/012 Adding a Cart Context.mp4 42.18 MB
11 - Practice Project Building a Food Order App/013 Using the Context.mp4 13.81 MB
11 - Practice Project Building a Food Order App/014 Adding a Cart Reducer.mp4 44.61 MB
11 - Practice Project Building a Food Order App/015 Working with Refs & Forward Refs.mp4 45.21 MB
11 - Practice Project Building a Food Order App/016 Outputting Cart Items.mp4 47.35 MB
11 - Practice Project Building a Food Order App/017 Working on a More Complex Reducer Logic.mp4 54.27 MB
11 - Practice Project Building a Food Order App/018 Making Items Removable.mp4 90.62 MB
11 - Practice Project Building a Food Order App/019 Using the useEffect Hook.mp4 34.12 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/001 Module Introduction.mp4 2.68 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/002 How React Really Works.mp4 12.44 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/003 Component Updates In Action.mp4 20.42 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/004 A Closer Look At Child Component Re-Evaluation.mp4 33.67 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/005 Preventing Unnecessary Re-Evaluations with React.memo().mp4 63.25 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/006 Preventing Function Re-Creation with useCallback().mp4 16.72 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/007 useCallback() and its Dependencies.mp4 42.49 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/008 A First Summary.mp4 16.32 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/009 A Closer Look At State & Components.mp4 8.63 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/010 Understanding State Scheduling & Batching.mp4 30.05 MB
12 - A Look Behind The Scenes Of React & Optimization Techniques/011 Optimizing with useMemo().mp4 29.84 MB
13 - An Alternative Way Of Building Components Class-based Components/001 Module Introduction.mp4 2.6 MB
13 - An Alternative Way Of Building Components Class-based Components/002 What & Why.mp4 12.36 MB
13 - An Alternative Way Of Building Components Class-based Components/003 Adding a First Class-based Component.mp4 25 MB
13 - An Alternative Way Of Building Components Class-based Components/004 Working with State & Events.mp4 46.72 MB
13 - An Alternative Way Of Building Components Class-based Components/005 The Component Lifecycle (Class-based Components Only!).mp4 16.67 MB
13 - An Alternative Way Of Building Components Class-based Components/006 Lifecycle Methods In Action.mp4 49.98 MB
13 - An Alternative Way Of Building Components Class-based Components/007 Class-based Components & Context.mp4 20.04 MB
13 - An Alternative Way Of Building Components Class-based Components/008 Class-based vs Functional Components A Summary.mp4 5.93 MB
13 - An Alternative Way Of Building Components Class-based Components/009 Introducing Error Boundaries.mp4 37.95 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/001 Module Introduction.mp4 1.98 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/002 How To (Not) Connect To A Database.mp4 6.71 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/004 Our Starting App & Backend.mp4 8.98 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/005 Sending a GET Request.mp4 61.46 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/006 Using async await.mp4 7.14 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/007 Handling Loading & Data States.mp4 14.88 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/008 Handling Http Errors.mp4 110.2 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/009 Using useEffect() For Requests.mp4 25.52 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/010 Preparing The Project For The Next Steps.mp4 23.49 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/011 Sending a POST Request.mp4 35.58 MB
14 - Sending Http Requests (e.g. Connecting to a Database)/012 Wrap Up.mp4 8.96 MB
15 - Building Custom React Hooks/001 Module Introduction.mp4 2.6 MB
15 - Building Custom React Hooks/002 What are Custom Hooks.mp4 2.36 MB
15 - Building Custom React Hooks/003 Creating a Custom React Hook Function.mp4 17.62 MB
15 - Building Custom React Hooks/004 Using Custom Hooks.mp4 15.34 MB
15 - Building Custom React Hooks/005 Configuring Custom Hooks.mp4 19.23 MB
15 - Building Custom React Hooks/006 Onwards To A More Realistic Example.mp4 21.69 MB
15 - Building Custom React Hooks/007 Building a Custom Http Hook.mp4 30.88 MB
15 - Building Custom React Hooks/008 Using the Custom Http Hook.mp4 32.69 MB
15 - Building Custom React Hooks/009 Adjusting the Custom Hook Logic.mp4 57.36 MB
15 - Building Custom React Hooks/010 Using The Custom Hook In More Components.mp4 76.64 MB
16 - Working with Forms & User Input/001 Module Introduction.mp4 2.15 MB
16 - Working with Forms & User Input/002 Our Starting Setup.mp4 3.18 MB
16 - Working with Forms & User Input/003 What's So Complex About Forms.mp4 9.1 MB
16 - Working with Forms & User Input/004 Dealing With Form Submission & Getting User Input Values.mp4 27.02 MB
16 - Working with Forms & User Input/005 Adding Basic Validation.mp4 8.45 MB
16 - Working with Forms & User Input/006 Providing Validation Feedback.mp4 9.83 MB
16 - Working with Forms & User Input/007 Handling the was touched State.mp4 22.75 MB
16 - Working with Forms & User Input/008 React To Lost Focus.mp4 18.29 MB
16 - Working with Forms & User Input/009 Refactoring & Deriving States.mp4 35.79 MB
16 - Working with Forms & User Input/010 Managing The Overall Form Validity.mp4 29.68 MB
16 - Working with Forms & User Input/011 Adding A Custom Input Hook.mp4 107.55 MB
16 - Working with Forms & User Input/012 Re-Using The Custom Hook.mp4 13.49 MB
16 - Working with Forms & User Input/013 A Challenge For You!.mp4 5.6 MB
16 - Working with Forms & User Input/014 Applying Our Hook & Knowledge To A New Form.mp4 74.5 MB
16 - Working with Forms & User Input/015 Summary.mp4 13.59 MB
16 - Working with Forms & User Input/016 Bonus Using useReducer().mp4 34.35 MB
17 - Practice Project Adding Http & Forms To The Food Order App/001 Module Introduction.mp4 7.62 MB
17 - Practice Project Adding Http & Forms To The Food Order App/002 Moving Meals Data To The Backend.mp4 11.94 MB
17 - Practice Project Adding Http & Forms To The Food Order App/003 Fetching Meals via Http.mp4 37.25 MB
17 - Practice Project Adding Http & Forms To The Food Order App/004 Handling the Loading State.mp4 15.85 MB
17 - Practice Project Adding Http & Forms To The Food Order App/005 Handling Errors.mp4 20.99 MB
17 - Practice Project Adding Http & Forms To The Food Order App/006 Adding A Checkout Form.mp4 43.85 MB
17 - Practice Project Adding Http & Forms To The Food Order App/007 Reading Form Values.mp4 17.45 MB
17 - Practice Project Adding Http & Forms To The Food Order App/008 Adding Form Validation.mp4 55.5 MB
17 - Practice Project Adding Http & Forms To The Food Order App/009 Submitting & Sending Cart Data.mp4 41.83 MB
17 - Practice Project Adding Http & Forms To The Food Order App/010 Adding Better User Feedback.mp4 41.58 MB
17 - Practice Project Adding Http & Forms To The Food Order App/011 Summary.mp4 5.14 MB
18 - Diving into Redux (An Alternative To The Context API)/001 Module Introduction.mp4 1.43 MB
18 - Diving into Redux (An Alternative To The Context API)/002 Another Look At State In React Apps.mp4 15.58 MB
18 - Diving into Redux (An Alternative To The Context API)/003 Redux vs React Context.mp4 12.09 MB
18 - Diving into Redux (An Alternative To The Context API)/004 How Redux Works.mp4 8.56 MB
18 - Diving into Redux (An Alternative To The Context API)/005 Exploring The Core Redux Concepts.mp4 26.82 MB
18 - Diving into Redux (An Alternative To The Context API)/006 More Redux Basics.mp4 6.73 MB
18 - Diving into Redux (An Alternative To The Context API)/007 Preparing a new Project.mp4 3.38 MB
18 - Diving into Redux (An Alternative To The Context API)/008 Creating a Redux Store for React.mp4 15.85 MB
18 - Diving into Redux (An Alternative To The Context API)/009 Providing the Store.mp4 7.81 MB
18 - Diving into Redux (An Alternative To The Context API)/010 Using Redux Data in React Components.mp4 15.82 MB
18 - Diving into Redux (An Alternative To The Context API)/011 Dispatching Actions From Inside Components.mp4 13.69 MB
18 - Diving into Redux (An Alternative To The Context API)/012 Redux with Class-based Components.mp4 41.37 MB
18 - Diving into Redux (An Alternative To The Context API)/013 Attaching Payloads to Actions.mp4 13.93 MB
18 - Diving into Redux (An Alternative To The Context API)/014 Working with Multiple State Properties.mp4 25.12 MB
18 - Diving into Redux (An Alternative To The Context API)/015 How To Work With Redux State Correctly.mp4 16.45 MB
18 - Diving into Redux (An Alternative To The Context API)/016 Redux Challenges & Introducing Redux Toolkit.mp4 31.36 MB
18 - Diving into Redux (An Alternative To The Context API)/017 Adding State Slices.mp4 33.06 MB
18 - Diving into Redux (An Alternative To The Context API)/018 Connecting Redux Toolkit State.mp4 18.27 MB
18 - Diving into Redux (An Alternative To The Context API)/019 Migrating Everything To Redux Toolkit.mp4 38.31 MB
18 - Diving into Redux (An Alternative To The Context API)/020 Working with Multiple Slices.mp4 98 MB
18 - Diving into Redux (An Alternative To The Context API)/021 Reading & Dispatching From A New Slice.mp4 27.13 MB
18 - Diving into Redux (An Alternative To The Context API)/022 Splitting Our Code.mp4 13.97 MB
18 - Diving into Redux (An Alternative To The Context API)/023 Summary.mp4 27.74 MB
19 - Advanced Redux/001 Module Introduction.mp4 831.5 KB
19 - Advanced Redux/002 Redux & Side Effects (and Asynchronous Code).mp4 6.23 MB
19 - Advanced Redux/003 Refresher Practice Part 12.mp4 101.56 MB
19 - Advanced Redux/004 Refresher Practice Part 22.mp4 110.95 MB
19 - Advanced Redux/005 Redux & Async Code.mp4 10.9 MB
19 - Advanced Redux/006 Frontend Code vs Backend Code.mp4 18.2 MB
19 - Advanced Redux/007 Where To Put Our Logic.mp4 55.8 MB
19 - Advanced Redux/008 Using useEffect with Redux.mp4 24.71 MB
19 - Advanced Redux/010 Handling Http States & Feedback with Redux.mp4 137.63 MB
19 - Advanced Redux/011 Using an Action Creator Thunk.mp4 98.69 MB
19 - Advanced Redux/012 Getting Started with Fetching Data.mp4 57.02 MB
19 - Advanced Redux/013 Finalizing the Fetching Logic.mp4 56.46 MB
19 - Advanced Redux/014 Exploring the Redux DevTools.mp4 29.24 MB
19 - Advanced Redux/015 Summary.mp4 7.29 MB
20 - Building a Multi-Page SPA with React Router/001 Module Introduction.mp4 17.43 MB
20 - Building a Multi-Page SPA with React Router/002 What is Routing & Why.mp4 8.27 MB
20 - Building a Multi-Page SPA with React Router/003 Installing React Router.mp4 11.31 MB
20 - Building a Multi-Page SPA with React Router/004 Defining & Using Routes.mp4 29.41 MB
20 - Building a Multi-Page SPA with React Router/005 Working with Links.mp4 15.16 MB
20 - Building a Multi-Page SPA with React Router/006 Using NavLinks.mp4 10.18 MB
20 - Building a Multi-Page SPA with React Router/007 Adding Dynamic Routes with Params.mp4 17.11 MB
20 - Building a Multi-Page SPA with React Router/008 Extracting Route Params.mp4 5.36 MB
20 - Building a Multi-Page SPA with React Router/009 Using Switch and exact For Configuring Routes.mp4 43.38 MB
20 - Building a Multi-Page SPA with React Router/010 Working with Nested Routes.mp4 7.98 MB
20 - Building a Multi-Page SPA with React Router/011 Redirecting The User.mp4 12.6 MB
20 - Building a Multi-Page SPA with React Router/012 Time to Practice Onwards to a New Project.mp4 46.02 MB
20 - Building a Multi-Page SPA with React Router/013 Practice Redirecting & Extracting Params.mp4 8.82 MB
20 - Building a Multi-Page SPA with React Router/014 Practicing Nested Routes.mp4 7.99 MB
20 - Building a Multi-Page SPA with React Router/015 Adding a Layout Wrapper Component.mp4 22.5 MB
20 - Building a Multi-Page SPA with React Router/016 Adding Dummy Data & More Content.mp4 39.45 MB
20 - Building a Multi-Page SPA with React Router/017 Outputting Data on the Details Page.mp4 23.3 MB
20 - Building a Multi-Page SPA with React Router/018 Adding a Not Found Page.mp4 9.43 MB
20 - Building a Multi-Page SPA with React Router/019 Implementing Programmatic (Imperative) Navigation.mp4 11.61 MB
20 - Building a Multi-Page SPA with React Router/020 Preventing Possibly Unwanted Route Transitions with the Prompt Component.mp4 41.73 MB
20 - Building a Multi-Page SPA with React Router/021 Working with Query Parameters.mp4 76.09 MB
20 - Building a Multi-Page SPA with React Router/022 Getting Creative With Nested Routes.mp4 33.91 MB
20 - Building a Multi-Page SPA with React Router/023 Writing More Flexible Routing Code.mp4 35.05 MB
20 - Building a Multi-Page SPA with React Router/024 Sending & Getting Quote Data via Http.mp4 168.64 MB
20 - Building a Multi-Page SPA with React Router/025 Adding the Comments Features.mp4 78.05 MB
20 - Building a Multi-Page SPA with React Router/026 Upgrading To React Router v6.mp4 105.82 MB
20 - Building a Multi-Page SPA with React Router/027 Better Data Fetching with React Router 6.4.mp4 314 MB
21 - Deploying React Apps/001 Module Introduction.mp4 1.62 MB
21 - Deploying React Apps/002 Deployment Steps.mp4 4.69 MB
21 - Deploying React Apps/003 Adding Lazy Loading.mp4 34.14 MB
21 - Deploying React Apps/004 Building The Code For Production.mp4 11.83 MB
21 - Deploying React Apps/005 Getting Started With Deployment (Uploading Files).mp4 22.85 MB
21 - Deploying React Apps/006 Exploring Routing Issues & Finishing Deployment.mp4 20.43 MB
22 - Adding Authentication To React Apps/001 Module Introduction.mp4 5.44 MB
22 - Adding Authentication To React Apps/002 What, How & Why.mp4 21.43 MB
22 - Adding Authentication To React Apps/004 Starting Setup & First Steps.mp4 27.06 MB
22 - Adding Authentication To React Apps/005 Adding User Signup.mp4 131.36 MB
22 - Adding Authentication To React Apps/006 Showing Feedback To The User.mp4 33.56 MB
22 - Adding Authentication To React Apps/007 Adding User Login.mp4 55.94 MB
22 - Adding Authentication To React Apps/008 Managing The Auth State With Context.mp4 45 MB
22 - Adding Authentication To React Apps/009 Using The Token For Requests To Protected Resources.mp4 44.97 MB
22 - Adding Authentication To React Apps/010 Redirecting The User.mp4 8.36 MB
22 - Adding Authentication To React Apps/011 Adding Logout.mp4 7.84 MB
22 - Adding Authentication To React Apps/012 Protecting Frontend Pages.mp4 23.11 MB
22 - Adding Authentication To React Apps/013 Persisting The User Authentication Status.mp4 20.94 MB
22 - Adding Authentication To React Apps/014 Adding Auto-Logout.mp4 75.58 MB
22 - Adding Authentication To React Apps/015 Finishing Steps.mp4 45.75 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/001 Module Introduction.mp4 3.03 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/002 What is NextJS.mp4 8.06 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/003 Key Feature 1 Built-in Server-side Rendering (Improved SEO!).mp4 41.57 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/004 Key Feature 2 Simplified Routing with File-based Routing.mp4 9.94 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/005 Key Feature 3 Build Fullstack Apps.mp4 5.82 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/006 Creating a New Next.js Project & App.mp4 27.12 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/007 Analyzing the Created Project.mp4 4.66 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/008 Adding First Pages.mp4 23.07 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/009 Adding Nested Paths & Pages (Nested Routes).mp4 7.31 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/010 Creating Dynamic Pages (with Parameters).mp4 6.5 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/011 Extracting Dynamic Parameter Values.mp4 8.92 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/012 Linking Between Pages.mp4 13.46 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/013 Onwards to a bigger Project!.mp4 12.67 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/014 Preparing the Project Pages.mp4 7.03 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/015 Outputting a List of Meetups.mp4 38.58 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/016 Adding the New Meetup Form.mp4 14.63 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/017 The _app.js File & Layout Wrapper.mp4 19.59 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/018 Using Programmatic (Imperative) Navigation.mp4 13.01 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/019 Adding Custom Components & CSS Modules.mp4 85.88 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/020 How Pre-rendering Works & Which Problem We Face.mp4 35.1 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/021 Data Fetching for Static Pages.mp4 42.87 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/022 More on Static Site Generation (SSG).mp4 18.94 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/023 Exploring Server-side Rendering (SSR) with getServerSideProps.mp4 24.65 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/024 Working with Params for SSG Data Fetching.mp4 17.6 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/025 Preparing Paths with getStaticPaths & Working With Fallback Pages.mp4 24.48 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/026 Introducing API Routes.mp4 17.7 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/027 Working with MongoDB.mp4 37.4 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/028 Sending Http Requests To Our API Routes.mp4 22.32 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/029 Getting Data From The Database.mp4 43.7 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/030 Getting Meetup Details Data & Preparing Pages.mp4 62.19 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/031 Adding head Metadata.mp4 86.67 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/032 Deploying Next.js Projects.mp4 81.51 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/033 Using Fallback Pages & Re-deploying.mp4 13.03 MB
23 - A (Pretty Deep Dive) Introduction to Next.js/034 Summary.mp4 9.52 MB
24 - Animating React Apps/001 Module Introduction.mp4 8.05 MB
24 - Animating React Apps/002 Preparing the Demo Project.mp4 20.24 MB
24 - Animating React Apps/003 Using CSS Transitions.mp4 14.12 MB
24 - Animating React Apps/004 Using CSS Animations.mp4 18.29 MB
24 - Animating React Apps/005 CSS Transition & Animations Limitations.mp4 16.07 MB
24 - Animating React Apps/006 Using ReactTransitionGroup.mp4 70.26 MB
24 - Animating React Apps/007 Using the Transition Component.mp4 11.89 MB
24 - Animating React Apps/008 Wrapping the Transition Component.mp4 11.98 MB
24 - Animating React Apps/009 Animation Timings.mp4 11.52 MB
24 - Animating React Apps/010 Transition Events.mp4 9.72 MB
24 - Animating React Apps/011 The CSSTransition Component.mp4 22.5 MB
24 - Animating React Apps/012 Customizing CSS Classnames.mp4 9.03 MB
24 - Animating React Apps/013 Animating Lists.mp4 28.08 MB
24 - Animating React Apps/014 Alternative Animation Packages.mp4 23.75 MB
24 - Animating React Apps/015 Wrap Up.mp4 7.37 MB
25 - Replacing Redux with React Hooks/001 Module Introduction.mp4 1.36 MB
25 - Replacing Redux with React Hooks/003 Starting Project & Why You Would Replace Redux.mp4 15.8 MB
25 - Replacing Redux with React Hooks/004 Alternative Using the Context API.mp4 29.83 MB
25 - Replacing Redux with React Hooks/005 Toggling Favorites with the Context API.mp4 37.34 MB
25 - Replacing Redux with React Hooks/006 Context API Summary (and why NOT to use it instead of Redux).mp4 11.28 MB
25 - Replacing Redux with React Hooks/007 Getting Started with a Custom Hook as a Store.mp4 26.82 MB
25 - Replacing Redux with React Hooks/008 Finishing the Store Hook.mp4 21.47 MB
25 - Replacing Redux with React Hooks/009 Creating a Concrete Store.mp4 17.9 MB
25 - Replacing Redux with React Hooks/010 Using the Custom Store.mp4 25.2 MB
25 - Replacing Redux with React Hooks/011 Custom Hook Store Summary.mp4 24.34 MB
25 - Replacing Redux with React Hooks/012 Optimizing the Custom Hook Store.mp4 17.05 MB
25 - Replacing Redux with React Hooks/014 Wrap Up.mp4 7.34 MB
26 - Testing React Apps (Unit Tests)/001 Module Introduction.mp4 1.66 MB
26 - Testing React Apps (Unit Tests)/002 What & Why.mp4 5.62 MB
26 - Testing React Apps (Unit Tests)/003 Understanding Different Kinds Of Tests.mp4 9.01 MB
26 - Testing React Apps (Unit Tests)/004 What To Test & How To Test.mp4 1.92 MB
26 - Testing React Apps (Unit Tests)/005 Understanding the Technical Setup & Involved Tools.mp4 5.08 MB
26 - Testing React Apps (Unit Tests)/006 Running a First Test.mp4 20.18 MB
26 - Testing React Apps (Unit Tests)/007 Writing Our First Test.mp4 34.13 MB
26 - Testing React Apps (Unit Tests)/008 Grouping Tests Together With Test Suites.mp4 7.26 MB
26 - Testing React Apps (Unit Tests)/009 Testing User Interaction & State.mp4 47.85 MB
26 - Testing React Apps (Unit Tests)/010 Testing Connected Components.mp4 10.29 MB
26 - Testing React Apps (Unit Tests)/011 Testing Asynchronous Code.mp4 28.8 MB
26 - Testing React Apps (Unit Tests)/012 Working With Mocks.mp4 27.19 MB
26 - Testing React Apps (Unit Tests)/013 Summary & Further Resources.mp4 10.21 MB
27 - React + TypeScript/001 Module Introduction.mp4 1.39 MB
27 - React + TypeScript/002 What & Why.mp4 9.41 MB
27 - React + TypeScript/003 Installing & Using TypeScript.mp4 28.64 MB
27 - React + TypeScript/004 Exploring the Base Types.mp4 9.28 MB
27 - React + TypeScript/005 Working with Array & Object Types.mp4 11.52 MB
27 - React + TypeScript/006 Understanding Type Inference.mp4 5.43 MB
27 - React + TypeScript/007 Using Union Types.mp4 5.39 MB
27 - React + TypeScript/008 Understanding Type Aliases.mp4 5.91 MB
27 - React + TypeScript/009 Functions & Function Types.mp4 13.03 MB
27 - React + TypeScript/010 Diving Into Generics.mp4 21.41 MB
27 - React + TypeScript/012 Creating a React + TypeScript Project.mp4 30.51 MB
27 - React + TypeScript/013 Working with Components & TypeScript.mp4 15.63 MB
27 - React + TypeScript/014 Working with Props & TypeScript.mp4 39.41 MB
27 - React + TypeScript/015 Adding a Data Model.mp4 26.25 MB
27 - React + TypeScript/016 Time to Practice Exercise Time!.mp4 23.83 MB
27 - React + TypeScript/017 Form Submissions In TypeScript Projects.mp4 16.08 MB
27 - React + TypeScript/018 Working with refs & useRef.mp4 65.86 MB
27 - React + TypeScript/019 Working with Function Props.mp4 29.48 MB
27 - React + TypeScript/020 Managing State & TypeScript.mp4 16.98 MB
27 - React + TypeScript/021 Adding Styling.mp4 7.05 MB
27 - React + TypeScript/022 Time to Practice Removing a Todo.mp4 33.59 MB
27 - React + TypeScript/023 The Context API & TypeScript.mp4 84.76 MB
27 - React + TypeScript/024 Summary.mp4 7.38 MB
27 - React + TypeScript/025 Bonus Exploring tsconfig.json.mp4 19.28 MB
28 - Optional React Hooks Introduction & Summary/001 Module Introduction.mp4 6.45 MB
28 - Optional React Hooks Introduction & Summary/002 What Are React Hooks.mp4 7.96 MB
28 - Optional React Hooks Introduction & Summary/003 The Starting Project.mp4 16.02 MB
28 - Optional React Hooks Introduction & Summary/005 Getting Started with useState().mp4 39.19 MB
28 - Optional React Hooks Introduction & Summary/006 More on useState() & State Updating.mp4 70.45 MB
28 - Optional React Hooks Introduction & Summary/007 Array Destructuring.mp4 9.44 MB
28 - Optional React Hooks Introduction & Summary/008 Multiple States.mp4 16.72 MB
28 - Optional React Hooks Introduction & Summary/009 Rules of Hooks.mp4 8.55 MB
28 - Optional React Hooks Introduction & Summary/010 Passing State Data Across Components.mp4 28.68 MB
28 - Optional React Hooks Introduction & Summary/011 Sending Http Requests.mp4 31.01 MB
28 - Optional React Hooks Introduction & Summary/012 useEffect() & Loading Data.mp4 36.8 MB
28 - Optional React Hooks Introduction & Summary/013 Understanding useEffect() Dependencies.mp4 15.69 MB
28 - Optional React Hooks Introduction & Summary/014 More on useEffect().mp4 42.02 MB
28 - Optional React Hooks Introduction & Summary/015 What's useCallback().mp4 37.05 MB
28 - Optional React Hooks Introduction & Summary/016 Working with Refs & useRef().mp4 32.89 MB
28 - Optional React Hooks Introduction & Summary/017 Cleaning Up with useEffect().mp4 12.05 MB
28 - Optional React Hooks Introduction & Summary/018 Deleting Ingredients.mp4 10.37 MB
28 - Optional React Hooks Introduction & Summary/019 Loading Errors & State Batching.mp4 54.08 MB
28 - Optional React Hooks Introduction & Summary/021 Understanding useReducer().mp4 68.1 MB
28 - Optional React Hooks Introduction & Summary/022 Using useReducer() for the Http State.mp4 94.02 MB
28 - Optional React Hooks Introduction & Summary/023 Working with useContext().mp4 35.65 MB
28 - Optional React Hooks Introduction & Summary/024 Performance Optimizations with useMemo().mp4 68.69 MB
28 - Optional React Hooks Introduction & Summary/025 Getting Started with Custom Hooks.mp4 88.24 MB
28 - Optional React Hooks Introduction & Summary/026 Sharing Data Between Custom Hooks & Components.mp4 59.06 MB
28 - Optional React Hooks Introduction & Summary/027 Using the Custom Hook.mp4 55.43 MB
28 - Optional React Hooks Introduction & Summary/028 Wrap Up.mp4 14.67 MB
29 - Optional React Summary & Core Feature Walkthrough/001 Module Introduction.mp4 3.31 MB
29 - Optional React Summary & Core Feature Walkthrough/002 What Is React.mp4 27.21 MB
29 - Optional React Summary & Core Feature Walkthrough/003 Why React.mp4 26.22 MB
29 - Optional React Summary & Core Feature Walkthrough/004 Building SPAs (Single Page Applications).mp4 9.99 MB
29 - Optional React Summary & Core Feature Walkthrough/005 React Alternatives.mp4 6.9 MB
29 - Optional React Summary & Core Feature Walkthrough/006 Creating a React Project.mp4 19.17 MB
29 - Optional React Summary & Core Feature Walkthrough/007 Setting Up A Code Editor.mp4 11.77 MB
29 - Optional React Summary & Core Feature Walkthrough/009 Diving Into The Created Project.mp4 18.05 MB
29 - Optional React Summary & Core Feature Walkthrough/010 How React Works & Understanding Components.mp4 31.59 MB
29 - Optional React Summary & Core Feature Walkthrough/011 More Component Work & Styling with CSS Classes.mp4 25.91 MB
29 - Optional React Summary & Core Feature Walkthrough/012 Building & Re-Using Another Component.mp4 15.33 MB
29 - Optional React Summary & Core Feature Walkthrough/013 Working with props & Dynamic Content.mp4 11.75 MB
29 - Optional React Summary & Core Feature Walkthrough/014 Handling Events.mp4 18.28 MB
29 - Optional React Summary & Core Feature Walkthrough/015 Adding More Components.mp4 11.88 MB
29 - Optional React Summary & Core Feature Walkthrough/016 Introducing State.mp4 24.27 MB
29 - Optional React Summary & Core Feature Walkthrough/017 Working with Event Props (Passing Function As Props).mp4 21.16 MB
29 - Optional React Summary & Core Feature Walkthrough/019 Adding Routing.mp4 75.71 MB
29 - Optional React Summary & Core Feature Walkthrough/020 Adding Links & Navigation.mp4 15.39 MB
29 - Optional React Summary & Core Feature Walkthrough/021 Styling with CSS Modules.mp4 17.08 MB
29 - Optional React Summary & Core Feature Walkthrough/022 Outputting Lists of Data.mp4 33.94 MB
29 - Optional React Summary & Core Feature Walkthrough/023 Adding More React Components.mp4 24.42 MB
29 - Optional React Summary & Core Feature Walkthrough/024 Building Wrapper Components with props.children.mp4 51.17 MB
29 - Optional React Summary & Core Feature Walkthrough/025 Adding a Form.mp4 27.34 MB
29 - Optional React Summary & Core Feature Walkthrough/026 Getting User Input & Handling Form Submission.mp4 61.37 MB
29 - Optional React Summary & Core Feature Walkthrough/027 Preparing the App for Http.mp4 27.39 MB
29 - Optional React Summary & Core Feature Walkthrough/028 Sending a POST Request.mp4 30.43 MB
29 - Optional React Summary & Core Feature Walkthrough/029 Navigating Programmatically.mp4 22.65 MB
29 - Optional React Summary & Core Feature Walkthrough/030 Getting Started with Fetching Data.mp4 38.11 MB
29 - Optional React Summary & Core Feature Walkthrough/031 Using the useEffect() Hook.mp4 34.52 MB
29 - Optional React Summary & Core Feature Walkthrough/032 Introducing React Context.mp4 32.95 MB
29 - Optional React Summary & Core Feature Walkthrough/033 Context Logic & Different Ways Of Updating State.mp4 20.88 MB
29 - Optional React Summary & Core Feature Walkthrough/034 Using Context In Components.mp4 124.85 MB
29 - Optional React Summary & Core Feature Walkthrough/035 More Context Usage.mp4 66.66 MB
29 - Optional React Summary & Core Feature Walkthrough/036 Summary.mp4 3.09 MB
30 - Course Roundup/001 What Now Next Steps You Could Take!.mp4 4.25 MB
30 - Course Roundup/002 Explore The React Ecosystem!.mp4 10.89 MB
30 - Course Roundup/003 Finishing Thoughts.mp4 1.5 MB
31 - This Course Got Updated!/001 Course Update Overview, Explanation & Migration Guide.mp4 25.19 MB
其他位置