zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - The Ultimate React Course 2023 React, Redux & More
magnet:?xt=urn:btih:8c99dff07a70c6c7c3da30fb82435dc99b252128&dn=[FreeCourseSite.com] Udemy - The Ultimate React Course 2023 React, Redux & More
磁力链接详情
文件列表详情
8c99dff07a70c6c7c3da30fb82435dc99b252128
infohash:
405
文件数量
40.24 GB
文件大小
2024-2-5 22:20
创建日期
2024-11-10 15:54
最后访问
相关分词
FreeCourseSite
com
Udemy
-
The
Ultimate
React
Course
2023
React
Redux
&
More
01 - Welcome, Welcome, Welcome!/001 Course Roadmap and Projects.mp4 47.35 MB
01 - Welcome, Welcome, Welcome!/002 Building Our First React App!.mp4 148.5 MB
01 - Welcome, Welcome, Welcome!/003 Watch Before You Start!.mp4 29.34 MB
01 - Welcome, Welcome, Welcome!/005 Downloading Course Material.mp4 29.37 MB
02 - PART 1 REACT FUNDAMENTALS [4 PROJECTS]/001 Introduction to Part 1.mp4 18.49 MB
03 - A First Look at React/001 Section Overview.mp4 2.75 MB
03 - A First Look at React/002 Why Do Front-End Frameworks Exist.mp4 56.6 MB
03 - A First Look at React/003 React vs. Vanilla JavaScript.mp4 80.67 MB
03 - A First Look at React/004 What is React.mp4 50.05 MB
03 - A First Look at React/005 Setting Up Our Development Environment.mp4 77.8 MB
03 - A First Look at React/006 Pure React.mp4 73.24 MB
03 - A First Look at React/007 A Quick Look at React's Official Documentation.mp4 31.16 MB
03 - A First Look at React/008 Setting Up a New React Project The Options.mp4 36.58 MB
03 - A First Look at React/009 Setting Up a Project With Create-React-App.mp4 80.36 MB
04 - [Optional] Review of Essential JavaScript for React/001 Section Overview.mp4 6.05 MB
04 - [Optional] Review of Essential JavaScript for React/002 Destructuring Objects and Arrays.mp4 82 MB
04 - [Optional] Review of Essential JavaScript for React/003 RestSpread Operator.mp4 84.4 MB
04 - [Optional] Review of Essential JavaScript for React/004 Template Literals.mp4 42.5 MB
04 - [Optional] Review of Essential JavaScript for React/005 Ternaries Instead of ifelse Statements.mp4 63.79 MB
04 - [Optional] Review of Essential JavaScript for React/006 Arrow Functions.mp4 57.33 MB
04 - [Optional] Review of Essential JavaScript for React/007 Short-Circuiting And Logical Operators &&, ,.mp4 112.43 MB
04 - [Optional] Review of Essential JavaScript for React/008 Optional Chaining.mp4 69.72 MB
04 - [Optional] Review of Essential JavaScript for React/009 The Array map Method.mp4 75.93 MB
04 - [Optional] Review of Essential JavaScript for React/010 The Array filter Method.mp4 95.49 MB
04 - [Optional] Review of Essential JavaScript for React/011 The Array reduce Method.mp4 76.74 MB
04 - [Optional] Review of Essential JavaScript for React/012 The Array sort Method.mp4 50.09 MB
04 - [Optional] Review of Essential JavaScript for React/013 Working With Immutable Arrays.mp4 66.67 MB
04 - [Optional] Review of Essential JavaScript for React/014 Asynchronous JavaScript Promises.mp4 49.12 MB
04 - [Optional] Review of Essential JavaScript for React/015 Asynchronous JavaScript AsyncAwait.mp4 34.94 MB
05 - Working With Components, Props, and JSX/001 Section Overview.mp4 4.49 MB
05 - Working With Components, Props, and JSX/002 Rendering the Root Component and Strict Mode.mp4 41.01 MB
05 - Working With Components, Props, and JSX/003 Before We Start Coding Debugging.mp4 91.17 MB
05 - Working With Components, Props, and JSX/004 Components as Building Blocks.mp4 18.2 MB
05 - Working With Components, Props, and JSX/005 Creating And Reusing a Component.mp4 105.36 MB
05 - Working With Components, Props, and JSX/006 What is JSX.mp4 23.72 MB
05 - Working With Components, Props, and JSX/007 Creating More Components.mp4 65.77 MB
05 - Working With Components, Props, and JSX/008 JavaScript Logic in Components.mp4 54.52 MB
05 - Working With Components, Props, and JSX/009 Separation of Concerns.mp4 24.73 MB
05 - Working With Components, Props, and JSX/010 Styling React Applications.mp4 166.14 MB
05 - Working With Components, Props, and JSX/011 Passing and Receiving Props.mp4 116.03 MB
05 - Working With Components, Props, and JSX/012 Props, Immutability, and One-Way Data Flow.mp4 22.6 MB
05 - Working With Components, Props, and JSX/013 CHALLENGE #1 Profile Card (v1).mp4 229.14 MB
05 - Working With Components, Props, and JSX/014 The Rules of JSX.mp4 24.86 MB
05 - Working With Components, Props, and JSX/015 Rendering Lists.mp4 130.39 MB
05 - Working With Components, Props, and JSX/016 Conditional Rendering With &&.mp4 106.68 MB
05 - Working With Components, Props, and JSX/017 Conditional Rendering With Ternaries.mp4 57.26 MB
05 - Working With Components, Props, and JSX/018 Conditional Rendering With Multiple Returns.mp4 66.8 MB
05 - Working With Components, Props, and JSX/019 Extracting JSX Into a New Component.mp4 56.03 MB
05 - Working With Components, Props, and JSX/020 Destructuring Props.mp4 60.7 MB
05 - Working With Components, Props, and JSX/021 React Fragments.mp4 67.86 MB
05 - Working With Components, Props, and JSX/022 Setting Classes and Text Conditionally.mp4 91.62 MB
05 - Working With Components, Props, and JSX/023 Section Summary.mp4 18.15 MB
05 - Working With Components, Props, and JSX/024 CHALLENGE #2 Profile Card (v2).mp4 122.74 MB
06 - State, Events, and Forms Interactive Components/001 Section Overview.mp4 3.46 MB
06 - State, Events, and Forms Interactive Components/002 Let's Build a Steps Component.mp4 71.12 MB
06 - State, Events, and Forms Interactive Components/003 Handling Events the React Way.mp4 62.19 MB
06 - State, Events, and Forms Interactive Components/004 What is State in React.mp4 20.45 MB
06 - State, Events, and Forms Interactive Components/005 Creating a State Variable With useState.mp4 58.66 MB
06 - State, Events, and Forms Interactive Components/006 Don't Set State Manually!.mp4 48.35 MB
06 - State, Events, and Forms Interactive Components/007 The Mechanics of State.mp4 41.13 MB
06 - State, Events, and Forms Interactive Components/008 Adding Another Piece of State.mp4 61.7 MB
06 - State, Events, and Forms Interactive Components/009 React Developer Tools.mp4 41.7 MB
06 - State, Events, and Forms Interactive Components/010 Updating State Based on Current State.mp4 41.28 MB
06 - State, Events, and Forms Interactive Components/011 More Thoughts About State + State Guidelines.mp4 40.66 MB
06 - State, Events, and Forms Interactive Components/012 A Vanilla JavaScript Implementation.mp4 47.65 MB
06 - State, Events, and Forms Interactive Components/013 CHALLENGE #1 Date Counter (v1).mp4 54.76 MB
06 - State, Events, and Forms Interactive Components/014 Starting a New Project The Far Away Travel List.mp4 12.73 MB
06 - State, Events, and Forms Interactive Components/015 Building the Layout.mp4 42.44 MB
06 - State, Events, and Forms Interactive Components/016 Rendering the Items List.mp4 37.55 MB
06 - State, Events, and Forms Interactive Components/017 Building a Form and Handling Submissions.mp4 123.94 MB
06 - State, Events, and Forms Interactive Components/018 Controlled Elements.mp4 194.51 MB
06 - State, Events, and Forms Interactive Components/019 State vs. Props.mp4 15.22 MB
06 - State, Events, and Forms Interactive Components/020 EXERCISE #1 Flashcards.mp4 116.98 MB
06 - State, Events, and Forms Interactive Components/021 CHALLENGE #2 Date Counter (v2).mp4 98.97 MB
07 - Thinking In React State Management/001 Section Overview.mp4 3.98 MB
07 - Thinking In React State Management/002 What is Thinking in React.mp4 16.97 MB
07 - Thinking In React State Management/003 Fundamentals of State Management.mp4 50.67 MB
07 - Thinking In React State Management/004 Thinking About State and Lifting State Up.mp4 160.04 MB
07 - Thinking In React State Management/005 Reviewing Lifting Up State.mp4 25.23 MB
07 - Thinking In React State Management/006 Deleting an Item More Child-to-Parent Communication!.mp4 90.91 MB
07 - Thinking In React State Management/007 Updating an Item Complex Immutable Data Operation.mp4 57.88 MB
07 - Thinking In React State Management/008 Derived State.mp4 15.45 MB
07 - Thinking In React State Management/009 Calculating Statistics as Derived State.mp4 119.4 MB
07 - Thinking In React State Management/010 Sorting Items.mp4 111.97 MB
07 - Thinking In React State Management/011 Clearing the List.mp4 58.33 MB
07 - Thinking In React State Management/012 Moving Components Into Separate Files.mp4 119.64 MB
07 - Thinking In React State Management/013 EXERCISE #1 Accordion Component (v1).mp4 136.48 MB
07 - Thinking In React State Management/014 The children Prop Making a Reusable Button.mp4 128.49 MB
07 - Thinking In React State Management/015 More Reusability With the children Prop.mp4 107.17 MB
07 - Thinking In React State Management/016 EXERCISE #2 Accordion Component (v2).mp4 112.9 MB
07 - Thinking In React State Management/017 CHALLENGE #1 Tip Calculator.mp4 123.99 MB
08 - [Optional] Practice Project Eat-'N-Split/001 Section Overview.mp4 2.33 MB
08 - [Optional] Practice Project Eat-'N-Split/002 Project Setup.mp4 9.47 MB
08 - [Optional] Practice Project Eat-'N-Split/003 Building the Static App List of Friends.mp4 90.69 MB
08 - [Optional] Practice Project Eat-'N-Split/004 Building the Static App Forms.mp4 61.53 MB
08 - [Optional] Practice Project Eat-'N-Split/005 Displaying the New Friend Form.mp4 66.17 MB
08 - [Optional] Practice Project Eat-'N-Split/006 Adding a New Friend.mp4 196.4 MB
08 - [Optional] Practice Project Eat-'N-Split/007 Selecting a Friend.mp4 161.82 MB
08 - [Optional] Practice Project Eat-'N-Split/008 Creating Controlled Elements.mp4 109.39 MB
08 - [Optional] Practice Project Eat-'N-Split/009 Splitting a Bill.mp4 151.07 MB
09 - PART 2 INTERMEDIATE REACT [2 PROJECTS]/001 Introduction to Part 2.mp4 26.96 MB
10 - Thinking in React Components, Composition, and Reusability/001 Section Overview.mp4 4.3 MB
10 - Thinking in React Components, Composition, and Reusability/002 Setting Up the usePopcorn Project.mp4 11.61 MB
10 - Thinking in React Components, Composition, and Reusability/003 How to Split a UI Into Components.mp4 47.17 MB
10 - Thinking in React Components, Composition, and Reusability/004 Splitting Components in Practice.mp4 263.46 MB
10 - Thinking in React Components, Composition, and Reusability/005 Component Categories.mp4 9.21 MB
10 - Thinking in React Components, Composition, and Reusability/006 Prop Drilling.mp4 86.42 MB
10 - Thinking in React Components, Composition, and Reusability/007 Component Composition.mp4 18.26 MB
10 - Thinking in React Components, Composition, and Reusability/008 Fixing Prop Drilling With Composition (And Building a Layout).mp4 61.29 MB
10 - Thinking in React Components, Composition, and Reusability/009 Using Composition to Make a Reusable Box.mp4 29.81 MB
10 - Thinking in React Components, Composition, and Reusability/010 Passing Elements as Props (Alternative to children).mp4 44.98 MB
10 - Thinking in React Components, Composition, and Reusability/011 Building a Reusable Star Rating Component.mp4 100.42 MB
10 - Thinking in React Components, Composition, and Reusability/012 Creating the Stars.mp4 182.5 MB
10 - Thinking in React Components, Composition, and Reusability/013 Handling Hover Events.mp4 82.81 MB
10 - Thinking in React Components, Composition, and Reusability/014 Props as a Component API.mp4 15.8 MB
10 - Thinking in React Components, Composition, and Reusability/015 Improving Reusability With Props.mp4 172.77 MB
10 - Thinking in React Components, Composition, and Reusability/016 PropTypes.mp4 34.59 MB
10 - Thinking in React Components, Composition, and Reusability/017 CHALLENGE #1 Text Expander Component.mp4 164.32 MB
11 - How React Works Behind the Scenes/001 Section Overview.mp4 12.06 MB
11 - How React Works Behind the Scenes/002 Project Setup and Walkthrough.mp4 81.62 MB
11 - How React Works Behind the Scenes/003 Components, Instances, and Elements.mp4 18.04 MB
11 - How React Works Behind the Scenes/004 Instances and Elements in Practice.mp4 109.1 MB
11 - How React Works Behind the Scenes/005 How Rendering Works Overview.mp4 22.76 MB
11 - How React Works Behind the Scenes/006 How Rendering Works The Render Phase.mp4 123.52 MB
11 - How React Works Behind the Scenes/007 How Rendering Works The Commit Phase.mp4 40.73 MB
11 - How React Works Behind the Scenes/008 How Diffing Works.mp4 21.56 MB
11 - How React Works Behind the Scenes/009 Diffing Rules in Practice.mp4 48.76 MB
11 - How React Works Behind the Scenes/010 The Key Prop.mp4 32.22 MB
11 - How React Works Behind the Scenes/011 Resetting State With the Key Prop.mp4 40.04 MB
11 - How React Works Behind the Scenes/012 Using the Key Prop to Fix Our Eat-'N-Split App.mp4 44.81 MB
11 - How React Works Behind the Scenes/013 Rules for Render Logic Pure Components.mp4 35.01 MB
11 - How React Works Behind the Scenes/014 State Update Batching.mp4 32.73 MB
11 - How React Works Behind the Scenes/015 State Update Batching in Practice.mp4 161.66 MB
11 - How React Works Behind the Scenes/016 How Events Work in React.mp4 52.83 MB
11 - How React Works Behind the Scenes/017 Libraries vs. Frameworks & The React Ecosystem.mp4 39.72 MB
11 - How React Works Behind the Scenes/018 Section Summary Practical Takeaways.mp4 50.66 MB
12 - Effects and Data Fetching/001 Section Overview.mp4 3.45 MB
12 - Effects and Data Fetching/002 The Component Lifecycle.mp4 13 MB
12 - Effects and Data Fetching/003 How NOT to Fetch Data in React.mp4 102.3 MB
12 - Effects and Data Fetching/004 useEffect to the Rescue.mp4 47.67 MB
12 - Effects and Data Fetching/005 A First Look at Effects.mp4 24.76 MB
12 - Effects and Data Fetching/006 Using an async Function.mp4 59.39 MB
12 - Effects and Data Fetching/007 Adding a Loading State.mp4 24.18 MB
12 - Effects and Data Fetching/008 Handling Errors.mp4 144.43 MB
12 - Effects and Data Fetching/009 The useEffect Dependency Array.mp4 41.97 MB
12 - Effects and Data Fetching/010 Synchronizing Queries With Movie Data.mp4 162.28 MB
12 - Effects and Data Fetching/011 Selecting a Movie.mp4 225.47 MB
12 - Effects and Data Fetching/012 Loading Movie Details.mp4 267.22 MB
12 - Effects and Data Fetching/013 Adding a Watched Movie.mp4 463.59 MB
12 - Effects and Data Fetching/014 Adding a New Effect Changing Page Title.mp4 100.08 MB
12 - Effects and Data Fetching/015 The useEffect Cleanup Function.mp4 16.73 MB
12 - Effects and Data Fetching/016 Cleaning Up the Title.mp4 53.49 MB
12 - Effects and Data Fetching/017 Cleaning Up Data Fetching.mp4 138.61 MB
12 - Effects and Data Fetching/018 One More Effect Listening to a Keypress.mp4 156.96 MB
12 - Effects and Data Fetching/019 CHALLENGE #1 Currency Converter.mp4 110.45 MB
13 - Custom Hooks, Refs, and More State/001 Section Overview.mp4 3.35 MB
13 - Custom Hooks, Refs, and More State/002 React Hooks and Their Rules.mp4 35.45 MB
13 - Custom Hooks, Refs, and More State/003 The Rules of Hooks in Practice.mp4 67.16 MB
13 - Custom Hooks, Refs, and More State/004 More Details of useState.mp4 140.34 MB
13 - Custom Hooks, Refs, and More State/005 Initializing State With a Callback (Lazy Initial State).mp4 139.54 MB
13 - Custom Hooks, Refs, and More State/006 useState Summary.mp4 11.15 MB
13 - Custom Hooks, Refs, and More State/007 How NOT to Select DOM Elements in React.mp4 25.24 MB
13 - Custom Hooks, Refs, and More State/008 Introducing Another Hook useRef.mp4 23.54 MB
13 - Custom Hooks, Refs, and More State/009 Refs to Select DOM Elements.mp4 127.99 MB
13 - Custom Hooks, Refs, and More State/010 Refs to Persist Data Between Renders.mp4 125.15 MB
13 - Custom Hooks, Refs, and More State/011 What are Custom Hooks When to Create One.mp4 15.62 MB
13 - Custom Hooks, Refs, and More State/012 Creating our First Custom Hook useMovies.mp4 149.72 MB
13 - Custom Hooks, Refs, and More State/013 Creating useLocalStorageState.mp4 45.06 MB
13 - Custom Hooks, Refs, and More State/014 Creating useKey.mp4 40.95 MB
13 - Custom Hooks, Refs, and More State/015 CHALLENGE #1 useGeolocate.mp4 90.84 MB
14 - [Optional] React Before Hooks Class-Based React/001 Section Overview.mp4 3.43 MB
14 - [Optional] React Before Hooks Class-Based React/002 Our First Class Component.mp4 43.86 MB
14 - [Optional] React Before Hooks Class-Based React/003 Working With Event Handlers.mp4 85.99 MB
14 - [Optional] React Before Hooks Class-Based React/004 Class Components vs. Function Components.mp4 20.44 MB
14 - [Optional] React Before Hooks Class-Based React/005 Starting the Classy Weather App.mp4 45.44 MB
14 - [Optional] React Before Hooks Class-Based React/006 Fetching Weather Data.mp4 119.44 MB
14 - [Optional] React Before Hooks Class-Based React/007 Displaying the Weather.mp4 145.19 MB
14 - [Optional] React Before Hooks Class-Based React/008 Removing Boilerplate Code With Class Fields.mp4 46.64 MB
14 - [Optional] React Before Hooks Class-Based React/009 Child to Parent Communication.mp4 55.71 MB
14 - [Optional] React Before Hooks Class-Based React/010 Lifecycle Methods.mp4 108.93 MB
15 - PART 3 ADVANCED REACT + REDUX [4 PROJECTS]/001 Introduction to Part 3.mp4 49.77 MB
16 - The Advanced useReducer Hook/001 Section Overview.mp4 3.73 MB
16 - The Advanced useReducer Hook/002 Yet Another Hook useReducer.mp4 102.71 MB
16 - The Advanced useReducer Hook/003 Managing Related Pieces of State.mp4 129.47 MB
16 - The Advanced useReducer Hook/004 Managing State With useReducer.mp4 51.18 MB
16 - The Advanced useReducer Hook/005 The React Quiz App.mp4 68.8 MB
16 - The Advanced useReducer Hook/006 Loading Questions from a Fake API.mp4 128.1 MB
16 - The Advanced useReducer Hook/007 Handling Loading, Error, and Ready Status.mp4 94.26 MB
16 - The Advanced useReducer Hook/008 Starting a New Quiz.mp4 51.06 MB
16 - The Advanced useReducer Hook/009 Displaying Questions.mp4 80.33 MB
16 - The Advanced useReducer Hook/010 Handling New Answers.mp4 81.17 MB
16 - The Advanced useReducer Hook/011 Moving to the Next Question.mp4 63.51 MB
16 - The Advanced useReducer Hook/012 Displaying Progress.mp4 83.8 MB
16 - The Advanced useReducer Hook/013 Finishing a Quiz.mp4 178.95 MB
16 - The Advanced useReducer Hook/014 Restarting a Quiz.mp4 81.22 MB
16 - The Advanced useReducer Hook/015 Setting Up a Timer With useEffect.mp4 223.15 MB
16 - The Advanced useReducer Hook/016 Section Summary useState vs. useReducer.mp4 19.83 MB
16 - The Advanced useReducer Hook/017 CHALLENGE #1 Creating a Bank Account With useReducer.mp4 84.13 MB
17 - React Router Building Single-Page Applications (SPA)/001 Section Overview.mp4 6.93 MB
17 - React Router Building Single-Page Applications (SPA)/002 Creating Our First App With Vite WorldWise.mp4 150.11 MB
17 - React Router Building Single-Page Applications (SPA)/003 Routing and Single-Page Applications (SPAs).mp4 26.54 MB
17 - React Router Building Single-Page Applications (SPA)/004 Implementing Main Pages and Routes.mp4 74.48 MB
17 - React Router Building Single-Page Applications (SPA)/005 Linking Between Routes With Link and NavLink.mp4 45.07 MB
17 - React Router Building Single-Page Applications (SPA)/006 Styling Options For React Applications.mp4 19.27 MB
17 - React Router Building Single-Page Applications (SPA)/007 Using CSS Modules.mp4 182.84 MB
17 - React Router Building Single-Page Applications (SPA)/008 Building the Pages.mp4 88.95 MB
17 - React Router Building Single-Page Applications (SPA)/009 Building the App Layout.mp4 92.94 MB
17 - React Router Building Single-Page Applications (SPA)/010 Nested Routes and Index Route.mp4 155.31 MB
17 - React Router Building Single-Page Applications (SPA)/011 Implementing the Cities List.mp4 217.14 MB
17 - React Router Building Single-Page Applications (SPA)/012 Implementing the Countries List.mp4 158.88 MB
17 - React Router Building Single-Page Applications (SPA)/013 Storing State in the URL.mp4 25.89 MB
17 - React Router Building Single-Page Applications (SPA)/014 Dynamic Routes With URL Parameters.mp4 159.09 MB
17 - React Router Building Single-Page Applications (SPA)/015 Reading and Setting a Query String.mp4 116.95 MB
17 - React Router Building Single-Page Applications (SPA)/016 Programmatic Navigation with useNavigate.mp4 127.44 MB
17 - React Router Building Single-Page Applications (SPA)/017 Programmatic Navigation with Navigate.mp4 28.86 MB
18 - Advanced State Management The Context API/001 Section Overview.mp4 7.51 MB
18 - Advanced State Management The Context API/002 CHALLENGE #1 Understand The Atomic Blog App.mp4 38.03 MB
18 - Advanced State Management The Context API/003 What is the Context API.mp4 18.09 MB
18 - Advanced State Management The Context API/004 Creating and Providing a Context.mp4 139.41 MB
18 - Advanced State Management The Context API/005 Consuming the Context.mp4 128.29 MB
18 - Advanced State Management The Context API/006 Advanced Pattern A Custom Provider and Hook.mp4 188.19 MB
18 - Advanced State Management The Context API/007 Thinking In React Advanced State Management.mp4 37.26 MB
18 - Advanced State Management The Context API/008 Back to WorldWise Creating a CitiesContext.mp4 114.92 MB
18 - Advanced State Management The Context API/009 Consuming the CitiesContext.mp4 62.07 MB
18 - Advanced State Management The Context API/010 Finishing the City View.mp4 235.62 MB
18 - Advanced State Management The Context API/011 Including a Map With the Leaflet Library.mp4 161.57 MB
18 - Advanced State Management The Context API/012 Displaying City Markers on Map.mp4 98.17 MB
18 - Advanced State Management The Context API/013 Interacting With the Map.mp4 199.55 MB
18 - Advanced State Management The Context API/014 Setting Map Position With Geolocation.mp4 161.36 MB
18 - Advanced State Management The Context API/015 Fetching City Data in the Form.mp4 316.16 MB
18 - Advanced State Management The Context API/016 Creating a New City.mp4 431.84 MB
18 - Advanced State Management The Context API/017 Deleting a City.mp4 101.81 MB
18 - Advanced State Management The Context API/018 Advanced State Management System Context + useReducer.mp4 348.69 MB
18 - Advanced State Management The Context API/019 Adding Fake Authentication Setting Up Context.mp4 152.25 MB
18 - Advanced State Management The Context API/020 Adding Fake Authentication Implementing Login.mp4 228.31 MB
18 - Advanced State Management The Context API/021 Adding Fake Authentication Protecting a Route.mp4 156.14 MB
18 - Advanced State Management The Context API/022 CHALLENGE #2 Refactoring React Quiz to Context API.mp4 93.22 MB
19 - Performance Optimization and Advanced useEffect/001 Section Overview.mp4 3.82 MB
19 - Performance Optimization and Advanced useEffect/002 Performance Optimization and Wasted Renders.mp4 18.92 MB
19 - Performance Optimization and Advanced useEffect/003 The Profiler Developer Tool.mp4 81.47 MB
19 - Performance Optimization and Advanced useEffect/004 A Surprising Optimization Trick With children.mp4 151.8 MB
19 - Performance Optimization and Advanced useEffect/005 Understanding memo.mp4 19.15 MB
19 - Performance Optimization and Advanced useEffect/006 memo in Practice.mp4 162.18 MB
19 - Performance Optimization and Advanced useEffect/007 Understanding useMemo and useCallback.mp4 23.45 MB
19 - Performance Optimization and Advanced useEffect/008 useMemo in Practice.mp4 114.65 MB
19 - Performance Optimization and Advanced useEffect/009 useCallback in Practice.mp4 119.23 MB
19 - Performance Optimization and Advanced useEffect/010 Optimizing Context Re-Renders.mp4 169.72 MB
19 - Performance Optimization and Advanced useEffect/011 Back to The WorldWise App.mp4 197.22 MB
19 - Performance Optimization and Advanced useEffect/012 Optimizing Bundle Size With Code Splitting.mp4 245.46 MB
19 - Performance Optimization and Advanced useEffect/013 Don't Optimize Prematurely!.mp4 9.91 MB
19 - Performance Optimization and Advanced useEffect/014 useEffect Rules and Best Practices.mp4 35.06 MB
19 - Performance Optimization and Advanced useEffect/015 CHALLENGE #1 Fix Performance Issues in Workout Timer.mp4 93.43 MB
19 - Performance Optimization and Advanced useEffect/016 Setting State Based on Other State Updates.mp4 146.42 MB
19 - Performance Optimization and Advanced useEffect/017 Using Helper Functions In Effects.mp4 180.39 MB
19 - Performance Optimization and Advanced useEffect/018 Closures in Effects.mp4 50.34 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/001 Section Overview.mp4 2.68 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/002 Introduction to Redux.mp4 41.75 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/003 Creating a Reducer Bank Account.mp4 55.99 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/004 Creating a Redux Store.mp4 88.43 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/005 Working With Action Creators.mp4 67.8 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/006 Adding More State Customer.mp4 90.42 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/007 Professional Redux File Structure State Slices.mp4 131.82 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/008 Back to React! Connecting our Redux App With React.mp4 49.85 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/009 Dispatching Actions from Our React App.mp4 209.27 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/010 The Legacy Way of Connecting Components to Redux.mp4 50.73 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/011 Redux Middleware and Thunks.mp4 17.6 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/012 Making an API Call With Redux Thunks.mp4 207.34 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/013 The Redux DevTools.mp4 91 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/014 What is Redux Toolkit (RTK).mp4 11.47 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/015 Creating the Store With RTK.mp4 61.52 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/016 Creating the Account Slice.mp4 268.5 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/017 Back to Thunks.mp4 76.6 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/018 Creating the Customer Slice.mp4 123.47 MB
20 - Redux and Modern Redux Toolkit (With Thunks)/019 Redux vs. Context API.mp4 33.41 MB
21 - PART 4 PROFESSIONAL REACT DEVELOPMENT [2 PROJECTS]/001 Introduction to Part 4.mp4 30.53 MB
22 - React Router With Data Loading (v6.4+)/001 Section Overview.mp4 4.82 MB
22 - React Router With Data Loading (v6.4+)/002 Setting Up a New Project Fast React Pizza Co.mp4 32.14 MB
22 - React Router With Data Loading (v6.4+)/003 Application Planning.mp4 84.81 MB
22 - React Router With Data Loading (v6.4+)/004 Setting Up a Professional File Structure.mp4 37.9 MB
22 - React Router With Data Loading (v6.4+)/005 A New Way Of Implementing Routes.mp4 93.84 MB
22 - React Router With Data Loading (v6.4+)/006 Building the App Layout.mp4 63.14 MB
22 - React Router With Data Loading (v6.4+)/007 Fetching Data With React Router Loaders Pizza Menu.mp4 136.1 MB
22 - React Router With Data Loading (v6.4+)/008 Displaying a Loading Indicator.mp4 75.07 MB
22 - React Router With Data Loading (v6.4+)/009 Handling Errors With Error Elements.mp4 72.38 MB
22 - React Router With Data Loading (v6.4+)/010 Fetching Orders.mp4 163.54 MB
22 - React Router With Data Loading (v6.4+)/011 Writing Data With React Router Actions.mp4 223.18 MB
22 - React Router With Data Loading (v6.4+)/012 Error Handling in Form Actions.mp4 121.74 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/001 Section Overview.mp4 2.84 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/002 What is Tailwind CSS.mp4 27.41 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/003 Setting Up Tailwind CSS.mp4 132.4 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/004 Working With Color.mp4 142.63 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/005 Styling Text.mp4 105.44 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/006 The Box Model Spacing, Borders, and Display.mp4 132.56 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/007 Responsive Design.mp4 154.95 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/008 Using Flexbox.mp4 72.04 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/009 Using CSS Grid.mp4 137.8 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/010 Styling Buttons Element States and Transitions.mp4 139.5 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/011 Styling Form Elements.mp4 121.55 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/012 Reusing Styles With @apply.mp4 53.43 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/013 Reusing Styles With React Components.mp4 142.32 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/014 Absolute Positioning, z-index, and More.mp4 95.54 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/015 Configuring Tailwind Custom Font Family.mp4 137.09 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/016 Styling the Menu.mp4 246.21 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/017 Styling the Cart.mp4 146.35 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/018 Styling the Order Form.mp4 174.43 MB
23 - [Optional] Tailwind CSS Crash Course Styling the App/019 Styling the Order Overview.mp4 168.45 MB
24 - Adding Redux and Advanced React Router/001 Section Overview.mp4 2.05 MB
24 - Adding Redux and Advanced React Router/002 Modeling the User State With Redux Toolkit.mp4 143.45 MB
24 - Adding Redux and Advanced React Router/003 Reading and Updating the User State.mp4 126.18 MB
24 - Adding Redux and Advanced React Router/004 Modeling the Cart State.mp4 72.34 MB
24 - Adding Redux and Advanced React Router/005 Adding Menu Items to the Cart.mp4 95.42 MB
24 - Adding Redux and Advanced React Router/006 Building the Cart Overview With Redux Selectors.mp4 116.38 MB
24 - Adding Redux and Advanced React Router/007 Building the Cart Page.mp4 109.56 MB
24 - Adding Redux and Advanced React Router/008 Deleting Cart Items.mp4 191.67 MB
24 - Adding Redux and Advanced React Router/009 Updating Cart Quantities.mp4 193.81 MB
24 - Adding Redux and Advanced React Router/010 Using the Cart for New Orders.mp4 126.69 MB
24 - Adding Redux and Advanced React Router/011 Redux Thunks With createAsyncThunk.mp4 265.66 MB
24 - Adding Redux and Advanced React Router/012 Integrating Geolocation.mp4 207.96 MB
24 - Adding Redux and Advanced React Router/013 Fetching Data Without Navigation useFetcher.mp4 156.79 MB
24 - Adding Redux and Advanced React Router/014 Updating Data Without Navigation.mp4 203.36 MB
25 - Setting Up Our Biggest Project + Styled Components/001 Section Overview.mp4 3.11 MB
25 - Setting Up Our Biggest Project + Styled Components/002 Application Planning.mp4 132.4 MB
25 - Setting Up Our Biggest Project + Styled Components/004 Setting Up the Project The Wild Oasis.mp4 32.36 MB
25 - Setting Up Our Biggest Project + Styled Components/005 Introduction to Styled Components.mp4 83.98 MB
25 - Setting Up Our Biggest Project + Styled Components/006 Global Styles With Styled Components.mp4 178.72 MB
25 - Setting Up Our Biggest Project + Styled Components/007 Styled Component Props and the css Function.mp4 156.07 MB
25 - Setting Up Our Biggest Project + Styled Components/008 Building More Reusable Styled Components.mp4 135.55 MB
25 - Setting Up Our Biggest Project + Styled Components/009 Setting Up Pages and Routes.mp4 88.75 MB
25 - Setting Up Our Biggest Project + Styled Components/010 Building the App Layout.mp4 178.54 MB
25 - Setting Up Our Biggest Project + Styled Components/011 Building the Sidebar and Main Navigation.mp4 147.65 MB
26 - Supabase Crash Course Building a Back-End!/001 Section Overview.mp4 3.56 MB
26 - Supabase Crash Course Building a Back-End!/002 What is Supabase.mp4 8.48 MB
26 - Supabase Crash Course Building a Back-End!/003 Creating a New Database.mp4 19.98 MB
26 - Supabase Crash Course Building a Back-End!/004 Modeling Application State.mp4 17.13 MB
26 - Supabase Crash Course Building a Back-End!/005 Creating Tables.mp4 37.74 MB
26 - Supabase Crash Course Building a Back-End!/006 Relationships Between Tables.mp4 34.32 MB
26 - Supabase Crash Course Building a Back-End!/007 Adding Security Policies (RLS).mp4 37.91 MB
26 - Supabase Crash Course Building a Back-End!/008 Connecting Supabase With Our React App.mp4 83.44 MB
26 - Supabase Crash Course Building a Back-End!/009 Setting Up Storage Buckets.mp4 51.84 MB
27 - React Query Managing Remote State/001 Section Overview.mp4 3.25 MB
27 - React Query Managing Remote State/002 What is React Query.mp4 22.5 MB
27 - React Query Managing Remote State/003 Setting Up React Query.mp4 116.28 MB
27 - React Query Managing Remote State/004 Fetching Cabin Data.mp4 294.17 MB
27 - React Query Managing Remote State/005 Mutations Deleting a Cabin.mp4 253.76 MB
27 - React Query Managing Remote State/006 Displaying Toasts (Notifications).mp4 97.51 MB
27 - React Query Managing Remote State/007 Introducing Another Library React Hook Form.mp4 139.58 MB
27 - React Query Managing Remote State/008 Creating a New Cabin.mp4 174.15 MB
27 - React Query Managing Remote State/009 Handling Form Errors.mp4 415.26 MB
27 - React Query Managing Remote State/010 Uploading Images to Supabase.mp4 173.68 MB
27 - React Query Managing Remote State/011 Editing a Cabin.mp4 382.43 MB
27 - React Query Managing Remote State/012 Abstracting React Query Into Custom Hooks.mp4 214.89 MB
27 - React Query Managing Remote State/013 Duplicating Cabins.mp4 85.27 MB
27 - React Query Managing Remote State/014 Fetching Applications Settings.mp4 124.88 MB
27 - React Query Managing Remote State/015 Updating Application Settings.mp4 173.06 MB
28 - Advanced React Patterns/001 Section Overview.mp4 3.62 MB
28 - Advanced React Patterns/002 An Overview of Reusability in React.mp4 21.16 MB
28 - Advanced React Patterns/003 Setting Up an Example.mp4 105.46 MB
28 - Advanced React Patterns/004 The Render Props Pattern.mp4 84.87 MB
28 - Advanced React Patterns/005 A Look at Higher-Order Components (HOC).mp4 122.91 MB
28 - Advanced React Patterns/006 The Compound Component Pattern.mp4 163.23 MB
28 - Advanced React Patterns/007 Building a Modal Window Using a React Portal.mp4 222.47 MB
28 - Advanced React Patterns/008 Converting the Modal to a Compound Component.mp4 260.03 MB
28 - Advanced React Patterns/009 Detecting a Click Outside the Modal.mp4 167.46 MB
28 - Advanced React Patterns/010 Confirming Cabin Deletions.mp4 128.31 MB
28 - Advanced React Patterns/011 Building a Reusable Table.mp4 152.9 MB
28 - Advanced React Patterns/012 Applying the Render Props Pattern.mp4 57.3 MB
28 - Advanced React Patterns/013 Building a Reusable Context Menu.mp4 401.3 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/001 Section Overview.mp4 4.85 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/002 Client-Side Filtering Filtering Cabins.mp4 224.3 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/003 Client-Side Sorting Sorting Cabins.mp4 235.28 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/004 Building the Bookings Table.mp4 207.11 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/005 Uploading Sample Data.mp4 81.08 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/006 API-Side Filtering Filtering Bookings.mp4 253.13 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/007 API-Side Sorting Sorting Bookings.mp4 89.4 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/008 Building a Reusable Pagination Component.mp4 236.01 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/009 API-Side Pagination Paginating Bookings.mp4 134.86 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/010 Prefetching With React Query.mp4 89.78 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/011 Building the Single Booking Page.mp4 179.97 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/012 Checking In a Booking.mp4 421.35 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/013 Adding Optional Breakfast.mp4 234.24 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/014 Checking Out a Booking (+ Fixing a Small Bug).mp4 131.26 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/015 Deleting a Booking.mp4 178.79 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/016 Authentication User Login With Supabase.mp4 314.16 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/017 Authorization Protecting Routes.mp4 273.11 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/018 User Logout.mp4 96.81 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/019 Fixing an Important Bug.mp4 61.53 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/020 Building the Sign Up Form.mp4 129.28 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/021 User Sign Up.mp4 171.76 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/022 Authorization on Supabase Protecting Database (RLS).mp4 50.52 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/023 Building The App Header.mp4 115.6 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/024 Updating User Data and Password.mp4 342.66 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/025 Implementing Dark Mode With CSS Variables.mp4 307.16 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/026 Building the Dashboard Layout.mp4 57.51 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/027 Computing Recent Bookings and Stays.mp4 80.33 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/028 Displaying Statistics.mp4 142.33 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/029 Displaying a Line Chart With the Recharts Library.mp4 300.02 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/030 Displaying a Pie Chart.mp4 207.25 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/031 Displaying Stays for Current Day.mp4 264.84 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/032 Error Boundaries.mp4 112.44 MB
29 - [Optional] Implementing More Features Authentication, Dark Mode, Dashboard, etc/033 Final Touches + Fixing Bugs.mp4 205.86 MB
30 - Deployment With Netlify and Vercel/001 Section Overview.mp4 7.68 MB
30 - Deployment With Netlify and Vercel/002 Deploying to Netlify.mp4 143.93 MB
30 - Deployment With Netlify and Vercel/003 Setting Up a Git and GitHub Repository.mp4 142.44 MB
30 - Deployment With Netlify and Vercel/004 Deploying to Vercel.mp4 37.83 MB
31 - The End!/001 Where to Go from Here.mp4 75.32 MB
其他位置