Udemy - The Ultimate React Course (2024) React, Next js, Redux & More

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy - The Ultimate React Course 2024 React, Next js, Redux & More
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:41.75 GB

Files Included :
001 Course Roadmap and Projects.mp4 (44.95 MB)
MP4
002 Building Our First React App!.mp4 (115.82 MB)
MP4
003 Watch Before You Start!.mp4 (42.04 MB)
MP4
005 Downloading Course Material.mp4 (25.06 MB)
MP4
001 Introduction to Part 1.mp4 (18.23 MB)
MP4
001 Section Overview.mp4 (5.11 MB)
MP4
002 Why Do Front-End Frameworks Exist.mp4 (68.35 MB)
MP4
003 React vs Vanilla JavaScript.mp4 (63.87 MB)
MP4
004 What is React.mp4 (51.9 MB)
MP4
005 Setting Up Our Development Environment.mp4 (59.5 MB)
MP4
006 Pure React.mp4 (76.94 MB)
MP4
007 A Quick Look at React's Official Documentation.mp4 (25.88 MB)
MP4
008 Setting Up a New React Project The Options.mp4 (45.76 MB)
MP4
009 Setting Up a Project With Create-React-App.mp4 (64.72 MB)
MP4
001 Section Overview.mp4 (7.9 MB)
MP4
002 Destructuring Objects and Arrays.mp4 (65.81 MB)
MP4
003 RestSpread Operator.mp4 (64.11 MB)
MP4
004 Template Literals.mp4 (32.74 MB)
MP4
005 Ternaries Instead of ifelse Statements.mp4 (50.86 MB)
MP4
006 Arrow Functions.mp4 (43.82 MB)
MP4
007 Short-Circuiting And Logical Operators &&, ,.mp4 (88.67 MB)
MP4
008 Optional Chaining.mp4 (54.43 MB)
MP4
009 The Array map Method.mp4 (59.32 MB)
MP4
010 The Array filter Method.mp4 (76.47 MB)
MP4
011 The Array reduce Method.mp4 (57.72 MB)
MP4
012 The Array sort Method.mp4 (56.56 MB)
MP4
013 Working With Immutable Arrays.mp4 (85.02 MB)
MP4
014 Asynchronous JavaScript Promises.mp4 (40.3 MB)
MP4
015 Asynchronous JavaScript AsyncAwait.mp4 (42.03 MB)
MP4
001 Section Overview.mp4 (5.99 MB)
MP4
002 Rendering the Root Component and Strict Mode.mp4 (45.18 MB)
MP4
003 Before We Start Coding Debugging.mp4 (69.14 MB)
MP4
004 Components as Building Blocks.mp4 (28.05 MB)
MP4
005 Creating And Reusing a Component.mp4 (82.63 MB)
MP4
006 What is JSX.mp4 (36.73 MB)
MP4
007 Creating More Components.mp4 (76.79 MB)
MP4
008 JavaScript Logic in Components.mp4 (41.71 MB)
MP4
009 Separation of Concerns.mp4 (36.16 MB)
MP4
010 Styling React Applications.mp4 (133.51 MB)
MP4
011 Passing and Receiving Props.mp4 (88.97 MB)
MP4
012 Props, Immutability, and One-Way Data Flow.mp4 (34.69 MB)
MP4
013 CHALLENGE #1 Profile Card (v1).mp4 (139.82 MB)
MP4
014 The Rules of JSX.mp4 (20.33 MB)
MP4
015 Rendering Lists.mp4 (102.08 MB)
MP4
016 Conditional Rendering With &&.mp4 (81.61 MB)
MP4
017 Conditional Rendering With Ternaries.mp4 (44.31 MB)
MP4
018 Conditional Rendering With Multiple Returns.mp4 (55.14 MB)
MP4
019 Extracting JSX Into a New Component.mp4 (44.55 MB)
MP4
020 Destructuring Props.mp4 (47.6 MB)
MP4
021 React Fragments.mp4 (54.03 MB)
MP4
022 Setting Classes and Text Conditionally.mp4 (67.17 MB)
MP4
023 Section Summary.mp4 (26.48 MB)
MP4
024 CHALLENGE #2 Profile Card (v2).mp4 (73.47 MB)
MP4
001 Section Overview.mp4 (5.91 MB)
MP4
002 Let's Build a Steps Component.mp4 (73.34 MB)
MP4
003 Handling Events the React Way.mp4 (47.49 MB)
MP4
004 What is State in React.mp4 (31.34 MB)
MP4
005 Creating a State Variable With useState.mp4 (61.77 MB)
MP4
006 Don't Set State Manually!.mp4 (35.94 MB)
MP4
007 The Mechanics of State.mp4 (28.35 MB)
MP4
008 Adding Another Piece of State.mp4 (73.08 MB)
MP4
009 React Developer Tools.mp4 (32.38 MB)
MP4
010 Updating State Based on Current State.mp4 (30.49 MB)
MP4
011 More Thoughts About State + State Guidelines.mp4 (34.12 MB)
MP4
012 A Vanilla JavaScript Implementation.mp4 (60.22 MB)
MP4
013 CHALLENGE #1 Date Counter (v1).mp4 (71.22 MB)
MP4
014 Starting a New Project The Far Away Travel List.mp4 (17.91 MB)
MP4
015 Building the Layout.mp4 (45.47 MB)
MP4
016 Rendering the Items List.mp4 (58.13 MB)
MP4
017 Building a Form and Handling Submissions.mp4 (95.44 MB)
MP4
018 Controlled Elements.mp4 (144.17 MB)
MP4
019 State vs Props.mp4 (24.21 MB)
MP4
020 EXERCISE #1 Flashcards.mp4 (94.31 MB)
MP4
021 CHALLENGE #2 Date Counter (v2).mp4 (64.11 MB)
MP4
001 Section Overview.mp4 (5.43 MB)
MP4
002 What is Thinking in React.mp4 (27.73 MB)
MP4
003 Fundamentals of State Management.mp4 (51.48 MB)
MP4
004 Thinking About State and Lifting State Up.mp4 (119.25 MB)
MP4
005 Reviewing Lifting Up State.mp4 (38.07 MB)
MP4
006 Deleting an Item More Child-to-Parent Communication!.mp4 (69.87 MB)
MP4
007 Updating an Item Complex Immutable Data Operation.mp4 (64.15 MB)
MP4
008 Derived State.mp4 (20.09 MB)
MP4
009 Calculating Statistics as Derived State.mp4 (92.49 MB)
MP4
010 Sorting Items.mp4 (85.39 MB)
MP4
011 Clearing the List.mp4 (47.58 MB)
MP4
012 Moving Components Into Separate Files.mp4 (79.7 MB)
MP4
013 EXERCISE #1 Accordion Component (v1).mp4 (87.3 MB)
MP4
014 The children Prop Making a Reusable Button.mp4 (101.83 MB)
MP4
015 More Reusability With the children Prop.mp4 (65.95 MB)
MP4
016 EXERCISE #2 Accordion Component (v2).mp4 (70.87 MB)
MP4
017 CHALLENGE #1 Tip Calculator.mp4 (144.46 MB)
MP4
001 Section Overview.mp4 (4.28 MB)
MP4
002 Project Setup.mp4 (14.38 MB)
MP4
003 Building the Static App List of Friends.mp4 (71.26 MB)
MP4
004 Building the Static App Forms.mp4 (67.92 MB)
MP4
005 Displaying the New Friend Form.mp4 (51.01 MB)
MP4
006 Adding a New Friend.mp4 (150.85 MB)
MP4
007 Selecting a Friend.mp4 (127.45 MB)
MP4
008 Creating Controlled Elements.mp4 (82.8 MB)
MP4
009 Splitting a Bill.mp4 (100.39 MB)
MP4
001 Introduction to Part 2.mp4 (26.34 MB)
MP4
001 Section Overview.mp4 (5.76 MB)
MP4
002 Setting Up the usePopcorn Project.mp4 (16.86 MB)
MP4
003 How to Split a UI Into Components.mp4 (73 MB)
MP4
004 Splitting Components in Practice.mp4 (215.83 MB)
MP4
005 Component Categories.mp4 (14.01 MB)
MP4
006 Prop Drilling.mp4 (69.67 MB)
MP4
007 Component Composition.mp4 (27.61 MB)
MP4
008 Fixing Prop Drilling With Composition (And Building a Layout).mp4 (65.95 MB)
MP4
009 Using Composition to Make a Reusable Box.mp4 (56.76 MB)
MP4
010 Passing Elements as Props (Alternative to children).mp4 (33.33 MB)
MP4
011 Building a Reusable Star Rating Component.mp4 (74.04 MB)
MP4
012 Creating the Stars.mp4 (111.09 MB)
MP4
013 Handling Hover Events.mp4 (65.32 MB)
MP4
014 Props as a Component API.mp4 (23.77 MB)
MP4
015 Improving Reusability With Props.mp4 (130.77 MB)
MP4
016 PropTypes.mp4 (52.63 MB)
MP4
017 CHALLENGE #1 Text Expander Component.mp4 (138.08 MB)
MP4
001 Section Overview.mp4 (13.75 MB)
MP4
002 Project Setup and Walkthrough.mp4 (100.36 MB)
MP4
003 Components, Instances, and Elements.mp4 (26.34 MB)
MP4
004 Instances and Elements in Practice.mp4 (66.77 MB)
MP4
005 How Rendering Works Overview.mp4 (34.4 MB)
MP4
006 How Rendering Works The Render Phase.mp4 (99.37 MB)
MP4
007 How Rendering Works The Commit Phase.mp4 (62.84 MB)
MP4
008 How Diffing Works.mp4 (34.06 MB)
MP4
009 Diffing Rules in Practice.mp4 (35.8 MB)
MP4
010 The Key Prop.mp4 (39.02 MB)
MP4
011 Resetting State With the Key Prop.mp4 (30.32 MB)
MP4
012 Using the Key Prop to Fix Our Eat-'N-Split App.mp4 (35.59 MB)
MP4
013 Rules for Render Logic Pure Components.mp4 (55.52 MB)
MP4
014 State Update Batching.mp4 (49.09 MB)
MP4
015 State Update Batching in Practice.mp4 (122.95 MB)
MP4
016 How Events Work in React.mp4 (83.37 MB)
MP4
017 Libraries vs Frameworks & The React Ecosystem.mp4 (64.34 MB)
MP4
018 Section Summary Practical Takeaways.mp4 (67.88 MB)
MP4
001 Section Overview.mp4 (5.62 MB)
MP4
002 The Component Lifecycle.mp4 (18.98 MB)
MP4
003 How NOT to Fetch Data in React.mp4 (78.63 MB)
MP4
004 useEffect to the Rescue.mp4 (35.45 MB)
MP4
005 A First Look at Effects.mp4 (39.69 MB)
MP4
006 Using an async Function.mp4 (44.75 MB)
MP4
007 Adding a Loading State.mp4 (32.48 MB)
MP4
008 Handling Errors.mp4 (113.52 MB)
MP4
009 The useEffect Dependency Array.mp4 (64.95 MB)
MP4
010 Synchronizing Queries With Movie Data.mp4 (126.88 MB)
MP4
011 Selecting a Movie.mp4 (136.74 MB)
MP4
012 Loading Movie Details.mp4 (180.18 MB)
MP4
013 Adding a Watched Movie.mp4 (278.09 MB)
MP4
014 Adding a New Effect Changing Page Title.mp4 (77.89 MB)
MP4
015 The useEffect Cleanup Function.mp4 (26.25 MB)
MP4
016 Cleaning Up the Title.mp4 (39.56 MB)
MP4
017 Cleaning Up Data Fetching.mp4 (85.59 MB)
MP4
018 One More Effect Listening to a Keypress.mp4 (124.55 MB)
MP4
019 CHALLENGE #1 Currency Converter.mp4 (125.06 MB)
MP4
001 Section Overview.mp4 (5.56 MB)
MP4
002 React Hooks and Their Rules.mp4 (54.53 MB)
MP4
003 The Rules of Hooks in Practice.mp4 (82.48 MB)
MP4
004 More Details of useState.mp4 (105.97 MB)
MP4
005 Initializing State With a Callback (Lazy Initial State).mp4 (106.45 MB)
MP4
006 useState Summary.mp4 (17.52 MB)
MP4
007 How NOT to Select DOM Elements in React.mp4 (25.94 MB)
MP4
008 Introducing Another Hook useRef.mp4 (27.87 MB)
MP4
009 Refs to Select DOM Elements.mp4 (79.38 MB)
MP4
010 Refs to Persist Data Between Renders.mp4 (98.85 MB)
MP4
011 What are Custom Hooks When to Create One.mp4 (24.28 MB)
MP4
012 Creating our First Custom Hook useMovies.mp4 (120.37 MB)
MP4
013 Creating useLocalStorageState.mp4 (78.15 MB)
MP4
014 Creating useKey.mp4 (68.67 MB)
MP4
015 CHALLENGE #1 useGeolocate.mp4 (62.29 MB)
MP4
001 Section Overview.mp4 (5.74 MB)
MP4
002 Our First Class Component.mp4 (45.19 MB)
MP4
003 Working With Event Handlers.mp4 (65.52 MB)
MP4
004 Class Components vs Function Components.mp4 (31.63 MB)
MP4
005 Starting the Classy Weather App.mp4 (48.5 MB)
MP4
006 Fetching Weather Data.mp4 (98.63 MB)
MP4
007 Displaying the Weather.mp4 (113.61 MB)
MP4
008 Removing Boilerplate Code With Class Fields.mp4 (35.94 MB)
MP4
009 Child to Parent Communication.mp4 (48.44 MB)
MP4
010 Lifecycle Methods.mp4 (117.45 MB)
MP4
001 Introduction to Part 3.mp4 (24.75 MB)
MP4
001 Section Overview.mp4 (5.27 MB)
MP4
002 Yet Another Hook useReducer.mp4 (130.53 MB)
MP4
003 Managing Related Pieces of State.mp4 (101.29 MB)
MP4
004 Managing State With useReducer.mp4 (77.65 MB)
MP4
005 The React Quiz App.mp4 (52.34 MB)
MP4
006 Loading Questions from a Fake API.mp4 (143.77 MB)
MP4
007 Handling Loading, Error, and Ready Status.mp4 (75.93 MB)
MP4
008 Starting a New Quiz.mp4 (40.35 MB)
MP4
009 Displaying Questions.mp4 (62.99 MB)
MP4
010 Handling New Answers.mp4 (137.79 MB)
MP4
011 Moving to the Next Question.mp4 (51.15 MB)
MP4
012 Displaying Progress.mp4 (64.66 MB)
MP4
013 Finishing a Quiz.mp4 (120.11 MB)
MP4
014 Restarting a Quiz.mp4 (66.07 MB)
MP4
015 Setting Up a Timer With useEffect.mp4 (177.7 MB)
MP4
016 Section Summary useState vs useReducer.mp4 (29.43 MB)
MP4
017 CHALLENGE #1 Creating a Bank Account With useReducer.mp4 (145.95 MB)
MP4
001 Section Overview.mp4 (8.65 MB)
MP4
002 Creating Our First App With Vite WorldWise.mp4 (99.84 MB)
MP4
003 Routing and Single-Page Applications (SPAs).mp4 (40.6 MB)
MP4
004 Implementing Main Pages and Routes.mp4 (78.79 MB)
MP4
005 Linking Between Routes With Link and NavLink.mp4 (67.4 MB)
MP4
006 Styling Options For React Applications.mp4 (28.6 MB)
MP4
007 Using CSS Modules.mp4 (114.79 MB)
MP4
008 Building the Pages.mp4 (166.09 MB)
MP4
009 Building the App Layout.mp4 (71.85 MB)
MP4
010 Nested Routes and Index Route.mp4 (117.83 MB)
MP4
011 Implementing the Cities List.mp4 (172.55 MB)
MP4
012 Implementing the Countries List.mp4 (107.74 MB)
MP4
013 Storing State in the URL.mp4 (30.69 MB)
MP4
014 Dynamic Routes With URL Parameters.mp4 (109.38 MB)
MP4
015 Reading and Setting a Query String.mp4 (88.66 MB)
MP4
016 Programmatic Navigation with useNavigate.mp4 (100.05 MB)
MP4
017 Programmatic Navigation with Navigate.mp4 (39.61 MB)
MP4
001 Section Overview.mp4 (7.6 MB)
MP4
002 CHALLENGE #1 Understand The Atomic Blog App.mp4 (28.63 MB)
MP4
003 What is the Context API.mp4 (27.7 MB)
MP4
004 Creating and Providing a Context.mp4 (95.67 MB)
MP4
005 Consuming the Context.mp4 (106.61 MB)
MP4
006 Advanced Pattern A Custom Provider and Hook.mp4 (151.54 MB)
MP4
007 Thinking In React Advanced State Management.mp4 (54.82 MB)
MP4
008 Back to WorldWise Creating a CitiesContext.mp4 (91.99 MB)
MP4
009 Consuming the CitiesContext.mp4 (41.38 MB)
MP4
010 Finishing the City View.mp4 (187.16 MB)
MP4
011 Including a Map With the Leaflet Library.mp4 (112.53 MB)
MP4
012 Displaying City Markers on Map.mp4 (87.04 MB)
MP4
013 Interacting With the Map.mp4 (164.62 MB)
MP4
014 Setting Map Position With Geolocation.mp4 (133.48 MB)
MP4
015 Fetching City Data in the Form.mp4 (217.93 MB)
MP4
016 Creating a New City.mp4 (295.79 MB)
MP4
017 Deleting a City.mp4 (68.69 MB)
MP4
018 Advanced State Management System Context + useReducer.mp4 (306.17 MB)
MP4
019 Adding Fake Authentication Setting Up Context.mp4 (101.38 MB)
MP4
020 Adding Fake Authentication Implementing Login.mp4 (184.96 MB)
MP4
021 Adding Fake Authentication Protecting a Route.mp4 (123.56 MB)
MP4
022 CHALLENGE #2 Refactoring React Quiz to Context API.mp4 (76.54 MB)
MP4
001 Section Overview.mp4 (6.26 MB)
MP4
002 Performance Optimization and Wasted Renders.mp4 (28.71 MB)
MP4
003 The Profiler Developer Tool.mp4 (65.66 MB)
MP4
004 A Surprising Optimization Trick With children.mp4 (101.47 MB)
MP4
005 Understanding memo.mp4 (29.51 MB)
MP4
006 memo in Practice.mp4 (133.54 MB)
MP4
007 Understanding useMemo and useCallback.mp4 (36.49 MB)
MP4
008 useMemo in Practice.mp4 (76.13 MB)
MP4
009 useCallback in Practice.mp4 (97.06 MB)
MP4
010 Optimizing Context Re-Renders.mp4 (135.85 MB)
MP4
011 Back to The WorldWise App.mp4 (131.61 MB)
MP4
012 Optimizing Bundle Size With Code Splitting.mp4 (164.96 MB)
MP4
013 Don't Optimize Prematurely!.mp4 (15.87 MB)
MP4
014 useEffect Rules and Best Practices.mp4 (56.39 MB)
MP4
015 CHALLENGE #1 Fix Performance Issues in Workout Timer.mp4 (105.47 MB)
MP4
016 Setting State Based on Other State Updates.mp4 (114.2 MB)
MP4
017 Using Helper Functions In Effects.mp4 (139.64 MB)
MP4
018 Closures in Effects.mp4 (80.13 MB)
MP4
001 Section Overview.mp4 (4.78 MB)
MP4
002 Introduction to Redux.mp4 (62.13 MB)
MP4
003 Creating a Reducer Bank Account.mp4 (57.63 MB)
MP4
004 Creating a Redux Store.mp4 (69.41 MB)
MP4
005 Working With Action Creators.mp4 (53.83 MB)
MP4
006 Adding More State Customer.mp4 (105.69 MB)
MP4
007 Professional Redux File Structure State Slices.mp4 (106.89 MB)
MP4
008 Back to React! Connecting our Redux App With React.mp4 (37.29 MB)
MP4
009 Dispatching Actions from Our React App.mp4 (167.6 MB)
MP4
010 The Legacy Way of Connecting Components to Redux.mp4 (38.26 MB)
MP4
011 Redux Middleware and Thunks.mp4 (26.66 MB)
MP4
012 Making an API Call With Redux Thunks.mp4 (163.45 MB)
MP4
013 The Redux DevTools.mp4 (61.84 MB)
MP4
014 What is Redux Toolkit (RTK).mp4 (17.45 MB)
MP4
015 Creating the Store With RTK.mp4 (40.71 MB)
MP4
016 Creating the Account Slice.mp4 (211.76 MB)
MP4
017 Back to Thunks.mp4 (51.43 MB)
MP4
018 Creating the Customer Slice.mp4 (102.28 MB)
MP4
019 Redux vs Context API.mp4 (40.89 MB)
MP4
001 Introduction to Part 4.mp4 (29.37 MB)
MP4
001 Section Overview.mp4 (6.45 MB)
MP4
002 Setting Up a New Project Fast React Pizza Co.mp4 (38.19 MB)
MP4
003 Application Planning.mp4 (105.74 MB)
MP4
004 Setting Up a Professional File Structure.mp4 (49.51 MB)
MP4
005 A New Way Of Implementing Routes.mp4 (72.89 MB)
MP4
006 Building the App Layout.mp4 (78.47 MB)
MP4
007 Fetching Data With React Router Loaders Pizza Menu.mp4 (108.32 MB)
MP4
008 Displaying a Loading Indicator.mp4 (59.17 MB)
MP4
009 Handling Errors With Error Elements.mp4 (56.61 MB)
MP4
010 Fetching Orders.mp4 (109.55 MB)
MP4
011 Writing Data With React Router Actions.mp4 (175.59 MB)
MP4
012 Error Handling in Form Actions.mp4 (98.22 MB)
MP4
001 Section Overview.mp4 (4.92 MB)
MP4
002 What is Tailwind CSS.mp4 (43.22 MB)
MP4
003 Setting Up Tailwind CSS.mp4 (105 MB)
MP4
004 Working With Color.mp4 (85.93 MB)
MP4
005 Styling Text.mp4 (80.92 MB)
MP4
006 The Box Model Spacing, Borders, and Display.mp4 (103.7 MB)
MP4
007 Responsive Design.mp4 (94.44 MB)
MP4
008 Using Flexbox.mp4 (55.2 MB)
MP4
009 Using CSS Grid.mp4 (103.78 MB)
MP4
010 Styling Buttons Element States and Transitions.mp4 (109.18 MB)
MP4
011 Styling Form Elements.mp4 (94.25 MB)
MP4
012 Reusing Styles With @apply.mp4 (41.28 MB)
MP4
013 Reusing Styles With React Components.mp4 (109.14 MB)
MP4
014 Absolute Positioning, z-index, and More.mp4 (62.48 MB)
MP4
015 Configuring Tailwind Custom Font Family.mp4 (111.47 MB)
MP4
016 Styling the Menu.mp4 (196.67 MB)
MP4
017 Styling the Cart.mp4 (115.44 MB)
MP4
018 Styling the Order Form.mp4 (141.15 MB)
MP4
019 Styling the Order Overview.mp4 (134.15 MB)
MP4
001 Section Overview.mp4 (3.88 MB)
MP4
002 Modeling the User State With Redux Toolkit.mp4 (108.83 MB)
MP4
003 Reading and Updating the User State.mp4 (98.2 MB)
MP4
004 Modeling the Cart State.mp4 (123.69 MB)
MP4
005 Adding Menu Items to the Cart.mp4 (78.43 MB)
MP4
006 Building the Cart Overview With Redux Selectors.mp4 (92.07 MB)
MP4
007 Building the Cart Page.mp4 (74.52 MB)
MP4
008 Deleting Cart Items.mp4 (154.2 MB)
MP4
009 Updating Cart Quantities.mp4 (130.64 MB)
MP4
010 Using the Cart for New Orders.mp4 (167.89 MB)
MP4
011 Redux Thunks With createAsyncThunk.mp4 (160.37 MB)
MP4
012 Integrating Geolocation.mp4 (171.91 MB)
MP4
013 Fetching Data Without Navigation useFetcher.mp4 (124.62 MB)
MP4
014 Updating Data Without Navigation.mp4 (135.65 MB)
MP4
001 Section Overview.mp4 (5.41 MB)
MP4
002 Application Planning.mp4 (112.17 MB)
MP4
003 Setting Up the Project The Wild Oasis.mp4 (38.62 MB)
MP4
004 Introduction to Styled Components.mp4 (93.8 MB)
MP4
005 Global Styles With Styled Components.mp4 (146.99 MB)
MP4
006 Styled Component Props and the css Function.mp4 (95.75 MB)
MP4
007 Building More Reusable Styled Components.mp4 (110.85 MB)
MP4
008 Setting Up Pages and Routes.mp4 (60.24 MB)
MP4
009 Building the App Layout.mp4 (118.88 MB)
MP4
010 Building the Sidebar and Main Navigation.mp4 (118.6 MB)
MP4
001 Section Overview.mp4 (4.89 MB)
MP4
002 What is Supabase.mp4 (14.42 MB)
MP4
003 Creating a New Database.mp4 (27.55 MB)
MP4
004 Modeling Application State.mp4 (25.25 MB)
MP4
005 Creating Tables.mp4 (48.05 MB)
MP4
006 Relationships Between Tables.mp4 (44.29 MB)
MP4
007 Adding Security Policies (RLS).mp4 (43.39 MB)
MP4
008 Connecting Supabase With Our React App.mp4 (63.4 MB)
MP4
009 Setting Up Storage Buckets.mp4 (40.22 MB)
MP4
001 Section Overview.mp4 (5.74 MB)
MP4
002 What is React Query.mp4 (33.77 MB)
MP4
003 Setting Up React Query.mp4 (78.41 MB)
MP4
005 Fetching Cabin Data.mp4 (196.58 MB)
MP4
006 Mutations Deleting a Cabin.mp4 (154.53 MB)
MP4
007 Displaying Toasts (Notifications).mp4 (77.41 MB)
MP4
008 Introducing Another Library React Hook Form.mp4 (113.06 MB)
MP4
009 Creating a New Cabin.mp4 (117.72 MB)
MP4
010 Handling Form Errors.mp4 (251.44 MB)
MP4
011 Uploading Images to Supabase.mp4 (136.88 MB)
MP4
012 Editing a Cabin.mp4 (312.76 MB)
MP4
013 Abstracting React Query Into Custom Hooks.mp4 (174.21 MB)
MP4
014 Duplicating Cabins.mp4 (70.47 MB)
MP4
015 Fetching Applications Settings.mp4 (76.72 MB)
MP4
016 Updating Application Settings.mp4 (105.89 MB)
MP4
001 Section Overview.mp4 (6.18 MB)
MP4
002 An Overview of Reusability in React.mp4 (31.15 MB)
MP4
003 Setting Up an Example.mp4 (62.67 MB)
MP4
004 The Render Props Pattern.mp4 (69.92 MB)
MP4
005 A Look at Higher-Order Components (HOC).mp4 (74.25 MB)
MP4
006 The Compound Component Pattern.mp4 (114.39 MB)
MP4
007 Building a Modal Window Using a React Portal.mp4 (170.56 MB)
MP4
008 Converting the Modal to a Compound Component.mp4 (202.73 MB)
MP4
009 Detecting a Click Outside the Modal.mp4 (131.73 MB)
MP4
010 Confirming Cabin Deletions.mp4 (87.17 MB)
MP4
011 Building a Reusable Table.mp4 (129.78 MB)
MP4
012 Applying the Render Props Pattern.mp4 (44.83 MB)
MP4
013 Building a Reusable Context Menu.mp4 (322.56 MB)
MP4
001 Section Overview.mp4 (7.62 MB)
MP4
002 Client-Side Filtering Filtering Cabins.mp4 (179.58 MB)
MP4
003 Client-Side Sorting Sorting Cabins.mp4 (182.24 MB)
MP4
004 Building the Bookings Table.mp4 (163.87 MB)
MP4
005 Uploading Sample Data.mp4 (68.86 MB)
MP4
006 API-Side Filtering Filtering Bookings.mp4 (170.54 MB)
MP4
007 API-Side Sorting Sorting Bookings.mp4 (72.75 MB)
MP4
008 Building a Reusable Pagination Component.mp4 (157.31 MB)
MP4
009 API-Side Pagination Paginating Bookings.mp4 (109.07 MB)
MP4
010 Prefetching With React Query.mp4 (68.59 MB)
MP4
011 Building the Single Booking Page.mp4 (143.82 MB)
MP4
012 Checking In a Booking.mp4 (286.04 MB)
MP4
013 Adding Optional Breakfast.mp4 (141.63 MB)
MP4
014 Checking Out a Booking (+ Fixing a Small Bug).mp4 (108.43 MB)
MP4
015 Deleting a Booking.mp4 (146.68 MB)
MP4
016 Authentication User Login With Supabase.mp4 (192.25 MB)
MP4
017 Authorization Protecting Routes.mp4 (213.36 MB)
MP4
018 User Logout.mp4 (74.96 MB)
MP4
019 Fixing an Important Bug.mp4 (47.13 MB)
MP4
020 Building the Sign Up Form.mp4 (102.51 MB)
MP4
021 User Sign Up.mp4 (134.81 MB)
MP4
022 Authorization on Supabase Protecting Database (RLS).mp4 (38.69 MB)
MP4
023 Building The App Header.mp4 (90.83 MB)
MP4
024 Updating User Data and Password.mp4 (273.31 MB)
MP4
025 Implementing Dark Mode With CSS Variables.mp4 (208.02 MB)
MP4
026 Building the Dashboard Layout.mp4 (38.6 MB)
MP4
027 Computing Recent Bookings and Stays.mp4 (138.77 MB)
MP4
028 Displaying Statistics.mp4 (112.99 MB)
MP4
029 Displaying a Line Chart With the Recharts Library.mp4 (245.84 MB)
MP4
030 Displaying a Pie Chart.mp4 (170.31 MB)
MP4
031 Displaying Stays for Current Day.mp4 (211.51 MB)
MP4
032 Error Boundaries.mp4 (88.97 MB)
MP4
033 Final Touches + Fixing Bugs.mp4 (125.36 MB)
MP4
001 Section Overview.mp4 (7.92 MB)
MP4
002 Deploying to Netlify.mp4 (89.2 MB)
MP4
003 Setting Up a Git and GitHub Repository.mp4 (108.85 MB)
MP4
004 Deploying to Vercel.mp4 (31.82 MB)
MP4
001 Introduction to Part 5.mp4 (27.96 MB)
MP4
001 Section Overview.mp4 (5.21 MB)
MP4
003 An Overview of Server-Side Rendering (SSR).mp4 (86.8 MB)
MP4
004 Experiment Manual SSR With React DOM + Node js.mp4 (163.54 MB)
MP4
005 The Missing Piece Hydration.mp4 (35.1 MB)
MP4
006 Implementing Hydration.mp4 (126.66 MB)
MP4
007 What is Next js.mp4 (67.46 MB)
MP4
008 Setting Up a Next js Project.mp4 (56.4 MB)
MP4
010 Defining Routes and Pages.mp4 (71.62 MB)
MP4
011 Navigating Between Pages.mp4 (63.15 MB)
MP4
012 Creating a Layout.mp4 (95.3 MB)
MP4
013 What are React Server Components (RSC - Part 1).mp4 (162.32 MB)
MP4
014 Fetching Data in a Page.mp4 (54.97 MB)
MP4
015 Adding Interactivity With Client Components.mp4 (70.51 MB)
MP4
016 Displaying a Loading Indicator.mp4 (52.29 MB)
MP4
017 How RSC Works Behind the Scenes (RSC - Part 2).mp4 (112.1 MB)
MP4
018 RSC vs SSR How are They Related (RSC - Part 3).mp4 (90.49 MB)
MP4
001 Section Overview.mp4 (7.83 MB)
MP4
002 Project Planning The Wild Oasis Customer Website.mp4 (69.15 MB)
MP4
003 Project Organization.mp4 (100.32 MB)
MP4
004 Styling With Tailwind CSS.mp4 (85.9 MB)
MP4
005 Adding Page Metadata and Favicon.mp4 (94.64 MB)
MP4
006 Loading and Optimizing Fonts.mp4 (55.83 MB)
MP4
007 Improving the Navigation and Root Layout.mp4 (65.45 MB)
MP4
008 Optimizing Images With Next js Image Component.mp4 (90.57 MB)
MP4
009 Building the Home Page.mp4 (134.96 MB)
MP4
010 Building the About Page With Responsive Images.mp4 (165.67 MB)
MP4
011 Adding Nested Routes and Pages.mp4 (71.35 MB)
MP4
012 Adding a Nested Layout.mp4 (116.75 MB)
MP4
001 Section Overview.mp4 (8.17 MB)
MP4
002 Setting Up Supabase.mp4 (81.09 MB)
MP4
003 Fetching and Displaying Cabin List.mp4 (147.41 MB)
MP4
004 Streaming Route Segments With loading js File.mp4 (78.41 MB)
MP4
005 What is React Suspense.mp4 (59.11 MB)
MP4
006 Streaming UI With Suspense Cabin List.mp4 (136.33 MB)
MP4
007 Dynamic Route Segments Building the Cabin Page.mp4 (134.63 MB)
MP4
008 Generating Dynamic Metadata.mp4 (46.34 MB)
MP4
009 Error Handling Setting Up Error Boundaries.mp4 (83.89 MB)
MP4
010 Error Handling Not Found Errors.mp4 (53.9 MB)
MP4
011 Different Types of SSR Static vs Dynamic Rendering.mp4 (78.88 MB)
MP4
012 Analyzing Rendering in Our App.mp4 (44.94 MB)
MP4
013 Making Dynamic Pages Static With generateStaticParams.mp4 (95.47 MB)
MP4
014 Static Site Generation (SSG).mp4 (80.53 MB)
MP4
015 Partial Pre-Rendering.mp4 (36.06 MB)
MP4
016 How Next js Caches Data.mp4 (103.18 MB)
MP4
017 Experimenting With Caching and ISR.mp4 (209.66 MB)
MP4
018 CHALLENGE #1 Fetching the Number of Cabins.mp4 (47.18 MB)
MP4
001 Section Overview.mp4 (9.04 MB)
MP4
002 Blurring the Boundary Between Server and Client (RSC - Part 4).mp4 (91.92 MB)
MP4
003 Client Components in Server Components.mp4 (99.09 MB)
MP4
004 Highlighting Current Side Navigation Link.mp4 (90.35 MB)
MP4
005 Sharing State Between Client and Server The URL.mp4 (382.2 MB)
MP4
006 Advanced Server Components in Client Components.mp4 (113.22 MB)
MP4
007 Data Fetching Strategies for the Reservation Section.mp4 (332.88 MB)
MP4
008 Using the Context API for State Management.mp4 (286.32 MB)
MP4
009 Creating an API Endpoint With Route Handlers.mp4 (88.32 MB)
MP4
001 Section Overview.mp4 (4.66 MB)
MP4
002 Setting Up NextAuth.mp4 (198.4 MB)
MP4
003 Getting the User Session.mp4 (173.63 MB)
MP4
004 What is Middleware in Next js.mp4 (22.04 MB)
MP4
005 Protecting Routes With NextAuth Middleware.mp4 (102.96 MB)
MP4
006 Building a Custom Sign In Page.mp4 (97.15 MB)
MP4
007 Building a Custom Sign Out Button.mp4 (29.65 MB)
MP4
008 Creating a New Guest on First Sign In.mp4 (129.55 MB)
MP4
001 Section Overview.mp4 (6.82 MB)
MP4
002 What are Server Actions.mp4 (80.27 MB)
MP4
003 Updating the Profile Using a Server Action.mp4 (305.04 MB)
MP4
004 Manual Cache Revalidation.mp4 (57.84 MB)
MP4
005 Displaying a Loading Indicator The useFormStatus Hook.mp4 (81.93 MB)
MP4
006 Building the Guest's Reservations Page.mp4 (113.71 MB)
MP4
007 Deleting a Reservation.mp4 (219.02 MB)
MP4
008 Another Loading Indicator The useTransition Hook.mp4 (85.49 MB)
MP4
009 CHALLENGE #1 Updating a Reservation.mp4 (322.84 MB)
MP4
010 Removing Reservations Immediately The useOptimistic Hook.mp4 (250.92 MB)
MP4
011 Back to the Cabin Page Finishing the Date Selector.mp4 (150.87 MB)
MP4
012 Creating a New Reservation.mp4 (391.08 MB)
MP4
001 Section Overview.mp4 (5.07 MB)
MP4
002 Setting Up the GitHub Repository.mp4 (28.55 MB)
MP4
003 Deploying to Vercel.mp4 (67.7 MB)
MP4
004 Updating Environment Variables and OAuth Credentials.mp4 (71.87 MB)
MP4
001 Section Overview.mp4 (9.72 MB)
MP4
002 Setting Up Another Project.mp4 (58.38 MB)
MP4
003 Routes, Pages, and Navigation.mp4 (39.02 MB)
MP4
004 Dynamic Routes.mp4 (20.51 MB)
MP4
005 Creating a Layout With a Custom App.mp4 (40.81 MB)
MP4
006 Creating Pages.mp4 (26.47 MB)
MP4
007 Defining Page Title and Favicon.mp4 (52.8 MB)
MP4
008 Fetching Data With getStaticProps (SSG).mp4 (69.8 MB)
MP4
009 Fetching Data With getServerSideProps (SSR).mp4 (111.97 MB)
MP4
010 API Routes.mp4 (93.36 MB)
MP4
011 Handling Form Submissions.mp4 (153.88 MB)
MP4
001 Where to Go from Here.mp4 (73.79 MB)
MP4

51R88LbC_t.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
375727939_katfile.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Free search engine download: Udemy - The Ultimate React Course 2024 React, Next js, Redux & More
 
Kommentar
539499712_359020115_tuto.jpg

16.97 GB | 23min 57s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :001 Course Roadmap and Projects.mp4 | Size: (15.46 MB)
FileName :002 Building Our First React App!.mp4 | Size: (99.27 MB)
FileName :003 Watch Before You Start!.mp4 | Size: (28.37 MB)
FileName :005 Downloading Course Material.mp4 | Size: (18.77 MB)
FileName :001 Introduction to Part 1.mp4 | Size: (4.84 MB)
FileName :001 Section Overview.mp4 | Size: (3.17 MB)
FileName :002 Why Do Front-End Frameworks Exist.mp4 | Size: (54.06 MB)
FileName :003 React vs Vanilla JavaScript.mp4 | Size: (37.41 MB)
FileName :004 What is React.mp4 | Size: (47.7 MB)
FileName :005 Setting Up Our Development Environment.mp4 | Size: (46.24 MB)
FileName :006 Pure React.mp4 | Size: (77.71 MB)
FileName :007 A Quick Look at React's Official Documentation.mp4 | Size: (17.71 MB)
FileName :008 Setting Up a New React Project The Options.mp4 | Size: (39.41 MB)
FileName :009 Setting Up a Project With Create-React-App.mp4 | Size: (64.51 MB)
FileName :001 Section Overview.mp4 | Size: (4.68 MB)
FileName :002 Destructuring Objects and Arrays.mp4 | Size: (57.87 MB)
FileName :003 RestSpread Operator.mp4 | Size: (52.45 MB)
FileName :004 Template Literals.mp4 | Size: (25.57 MB)
FileName :005 Ternaries Instead of ifelse Statements.mp4 | Size: (30.46 MB)
FileName :006 Arrow Functions.mp4 | Size: (26.33 MB)
FileName :007 Short-Circuiting And Logical Operators &&, ,.mp4 | Size: (55.31 MB)
FileName :008 Optional Chaining.mp4 | Size: (34.36 MB)
FileName :009 The Array map Method.mp4 | Size: (45.2 MB)
FileName :010 The Array filter Method.mp4 | Size: (45.21 MB)
FileName :011 The Array reduce Method.mp4 | Size: (38.57 MB)
FileName :012 The Array sort Method.mp4 | Size: (34.97 MB)
FileName :013 Working With Immutable Arrays.mp4 | Size: (58.28 MB)
FileName :014 Asynchronous JavaScript Promises.mp4 | Size: (37.66 MB)
FileName :015 Asynchronous JavaScript AsyncAwait.mp4 | Size: (39.76 MB)
FileName :001 Section Overview.mp4 | Size: (4.06 MB)
FileName :002 Rendering the Root Component and Strict Mode.mp4 | Size: (39.13 MB)
FileName :003 Before We Start Coding Debugging.mp4 | Size: (51.35 MB)
FileName :004 Components as Building Blocks.mp4 | Size: (23.71 MB)
FileName :005 Creating And Reusing a Component.mp4 | Size: (50.62 MB)
FileName :006 What is JSX.mp4 | Size: (33.41 MB)
FileName :007 Creating More Components.mp4 | Size: (42.56 MB)
FileName :008 JavaScript Logic in Components.mp4 | Size: (23.38 MB)
FileName :009 Separation of Concerns.mp4 | Size: (30.49 MB)
FileName :010 Styling React Applications.mp4 | Size: (64.35 MB)
FileName :011 Passing and Receiving Props.mp4 | Size: (47.87 MB)
FileName :012 Props, Immutability, and One-Way Data Flow.mp4 | Size: (32.23 MB)
FileName :013 CHALLENGE #1 Profile Card (v1).mp4 | Size: (91.15 MB)
FileName :014 The Rules of JSX.mp4 | Size: (16 MB)
FileName :015 Rendering Lists.mp4 | Size: (59.75 MB)
FileName :016 Conditional Rendering With &&.mp4 | Size: (48.72 MB)
FileName :017 Conditional Rendering With Ternaries.mp4 | Size: (25.04 MB)
FileName :018 Conditional Rendering With Multiple Returns.mp4 | Size: (26.54 MB)
FileName :019 Extracting JSX Into a New Component.mp4 | Size: (24.68 MB)
FileName :020 Destructuring Props.mp4 | Size: (25.53 MB)
FileName :021 React Fragments.mp4 | Size: (29.44 MB)
FileName :022 Setting Classes and Text Conditionally.mp4 | Size: (42.22 MB)
FileName :023 Section Summary.mp4 | Size: (20.09 MB)
FileName :024 CHALLENGE #2 Profile Card (v2).mp4 | Size: (43.24 MB)
FileName :001 Section Overview.mp4 | Size: (3.9 MB)
FileName :002 Let's Build a Steps Component.mp4 | Size: (77.81 MB)
FileName :003 Handling Events the React Way.mp4 | Size: (38.69 MB)
FileName :004 What is State in React.mp4 | Size: (28.91 MB)
FileName :005 Creating a State Variable With useState.mp4 | Size: (47.81 MB)
FileName :006 Don't Set State Manually!.mp4 | Size: (28.86 MB)
FileName :007 The Mechanics of State.mp4 | Size: (26.31 MB)
FileName :008 Adding Another Piece of State.mp4 | Size: (45.23 MB)
FileName :009 React Developer Tools.mp4 | Size: (25.49 MB)
FileName :010 Updating State Based on Current State.mp4 | Size: (27.97 MB)
FileName :011 More Thoughts About State + State Guidelines.mp4 | Size: (28.96 MB)
FileName :012 A Vanilla JavaScript Implementation.mp4 | Size: (34.68 MB)
FileName :013 CHALLENGE #1 Date Counter (v1).mp4 | Size: (68.91 MB)
FileName :014 Starting a New Project The Far Away Travel List.mp4 | Size: (19.46 MB)
FileName :015 Building the Layout.mp4 | Size: (46.89 MB)
FileName :016 Rendering the Items List.mp4 | Size: (45.64 MB)
FileName :017 Building a Form and Handling Submissions.mp4 | Size: (62.47 MB)
FileName :018 Controlled Elements.mp4 | Size: (96.87 MB)
FileName :019 State vs Props.mp4 | Size: (18.32 MB)
FileName :020 EXERCISE #1 Flashcards.mp4 | Size: (73.43 MB)
FileName :021 CHALLENGE #2 Date Counter (v2).mp4 | Size: (55.98 MB)
FileName :001 Section Overview.mp4 | Size: (3.65 MB)
FileName :002 What is Thinking in React.mp4 | Size: (25.98 MB)
FileName :003 Fundamentals of State Management.mp4 | Size: (40.83 MB)
FileName :004 Thinking About State and Lifting State Up.mp4 | Size: (76.99 MB)
FileName :005 Reviewing Lifting Up State.mp4 | Size: (33.18 MB)
FileName :006 Deleting an Item More Child-to-Parent Communication!.mp4 | Size: (43.28 MB)
FileName :007 Updating an Item Complex Immutable Data Operation.mp4 | Size: (40.51 MB)
FileName :008 Derived State.mp4 | Size: (15.73 MB)
FileName :009 Calculating Statistics as Derived State.mp4 | Size: (56.21 MB)
FileName :010 Sorting Items.mp4 | Size: (56.7 MB)
FileName :011 Clearing the List.mp4 | Size: (26.53 MB)
FileName :012 Moving Components Into Separate Files.mp4 | Size: (47.29 MB)
FileName :013 EXERCISE #1 Accordion Component (v1).mp4 | Size: (74.66 MB)
FileName :014 The children Prop Making a Reusable Button.mp4 | Size: (82.03 MB)
FileName :015 More Reusability With the children Prop.mp4 | Size: (43.52 MB)
FileName :016 EXERCISE #2 Accordion Component (v2).mp4 | Size: (54.2 MB)
FileName :017 CHALLENGE #1 Tip Calculator.mp4 | Size: (116.26 MB)
FileName :001 Section Overview.mp4 | Size: (3.04 MB)
FileName :002 Project Setup.mp4 | Size: (14.28 MB)
FileName :003 Building the Static App List of Friends.mp4 | Size: (63.02 MB)
FileName :004 Building the Static App Forms.mp4 | Size: (49.66 MB)
FileName :005 Displaying the New Friend Form.mp4 | Size: (34.56 MB)
FileName :006 Adding a New Friend.mp4 | Size: (97.64 MB)
FileName :007 Selecting a Friend.mp4 | Size: (78.75 MB)
FileName :008 Creating Controlled Elements.mp4 | Size: (52.83 MB)
FileName :009 Splitting a Bill.mp4 | Size: (67.4 MB)
FileName :001 Introduction to Part 2.mp4 | Size: (6.6 MB)
FileName :001 Section Overview.mp4 | Size: (3.86 MB)
FileName :002 Setting Up the usePopcorn Project.mp4 | Size: (17.57 MB)
FileName :003 How to Split a UI Into Components.mp4 | Size: (65.82 MB)
FileName :004 Splitting Components in Practice.mp4 | Size: (125.57 MB)
FileName :005 Component Categories.mp4 | Size: (11.82 MB)
FileName :006 Prop Drilling.mp4 | Size: (39.74 MB)
FileName :007 Component Composition.mp4 | Size: (24.1 MB)
FileName :008 Fixing Prop Drilling With Composition (And Building a Layout).mp4 | Size: (47.06 MB)
FileName :009 Using Composition to Make a Reusable Box.mp4 | Size: (34.25 MB)
FileName :010 Passing Elements as Props (Alternative to children).mp4 | Size: (25.25 MB)
FileName :011 Building a Reusable Star Rating Component.mp4 | Size: (60.48 MB)
FileName :012 Creating the Stars.mp4 | Size: (69.71 MB)
FileName :013 Handling Hover Events.mp4 | Size: (40.54 MB)
FileName :014 Props as a Component API.mp4 | Size: (23.02 MB)
FileName :015 Improving Reusability With Props.mp4 | Size: (102.81 MB)
FileName :016 PropTypes.mp4 | Size: (38.96 MB)
FileName :017 CHALLENGE #1 Text Expander Component.mp4 | Size: (96.12 MB)
FileName :001 Section Overview.mp4 | Size: (5.87 MB)
FileName :002 Project Setup and Walkthrough.mp4 | Size: (34.76 MB)
FileName :003 Components, Instances, and Elements.mp4 | Size: (15.93 MB)
FileName :004 Instances and Elements in Practice.mp4 | Size: (24.52 MB)
FileName :005 How Rendering Works Overview.mp4 | Size: (21.34 MB)
FileName :006 How Rendering Works The Render Phase.mp4 | Size: (56.86 MB)
FileName :007 How Rendering Works The Commit Phase.mp4 | Size: (35.3 MB)
FileName :008 How Diffing Works.mp4 | Size: (18.07 MB)
FileName :009 Diffing Rules in Practice.mp4 | Size: (16.57 MB)
FileName :010 The Key Prop.mp4 | Size: (23.73 MB)
FileName :011 Resetting State With the Key Prop.mp4 | Size: (12.75 MB)
FileName :012 Using the Key Prop to Fix Our Eat-'N-Split App.mp4 | Size: (12.7 MB)
FileName :013 Rules for Render Logic Pure Components.mp4 | Size: (28.97 MB)
FileName :014 State Update Batching.mp4 | Size: (28.29 MB)
FileName :015 State Update Batching in Practice.mp4 | Size: (48.53 MB)
FileName :016 How Events Work in React.mp4 | Size: (42.2 MB)
FileName :017 Libraries vs Frameworks & The React Ecosystem.mp4 | Size: (30.43 MB)
FileName :018 Section Summary Practical Takeaways.mp4 | Size: (32.2 MB)
FileName :001 Section Overview.mp4 | Size: (2.78 MB)
FileName :002 The Component Lifecycle.mp4 | Size: (13.96 MB)
FileName :003 How NOT to Fetch Data in React.mp4 | Size: (31.62 MB)
FileName :004 useEffect to the Rescue.mp4 | Size: (15.1 MB)
FileName :005 A First Look at Effects.mp4 | Size: (19.7 MB)
FileName :006 Using an async Function.mp4 | Size: (17.77 MB)
FileName :007 Adding a Loading State.mp4 | Size: (11.76 MB)
FileName :008 Handling Errors.mp4 | Size: (40.46 MB)
FileName :009 The useEffect Dependency Array.mp4 | Size: (37.84 MB)
FileName :010 Synchronizing Queries With Movie Data.mp4 | Size: (46.72 MB)
FileName :011 Selecting a Movie.mp4 | Size: (41.16 MB)
FileName :012 Loading Movie Details.mp4 | Size: (57.35 MB)
FileName :013 Adding a Watched Movie.mp4 | Size: (80.86 MB)
FileName :014 Adding a New Effect Changing Page Title.mp4 | Size: (27.43 MB)
FileName :015 The useEffect Cleanup Function.mp4 | Size: (13.4 MB)
FileName :016 Cleaning Up the Title.mp4 | Size: (16.67 MB)
FileName :017 Cleaning Up Data Fetching.mp4 | Size: (32.63 MB)
FileName :018 One More Effect Listening to a Keypress.mp4 | Size: (43.55 MB)
FileName :019 CHALLENGE #1 Currency Converter.mp4 | Size: (52.18 MB)
FileName :001 Section Overview.mp4 | Size: (2.79 MB)
FileName :002 React Hooks and Their Rules.mp4 | Size: (33.65 MB)
FileName :003 The Rules of Hooks in Practice.mp4 | Size: (27.2 MB)
FileName :004 More Details of useState.mp4 | Size: (38.78 MB)
FileName :005 Initializing State With a Callback (Lazy Initial State).mp4 | Size: (42.8 MB)
FileName :006 useState Summary.mp4 | Size: (9.99 MB)
FileName :007 How NOT to Select DOM Elements in React.mp4 | Size: (11.51 MB)
FileName :008 Introducing Another Hook useRef.mp4 | Size: (17.31 MB)
FileName :009 Refs to Select DOM Elements.mp4 | Size: (31.31 MB)
FileName :010 Refs to Persist Data Between Renders.mp4 | Size: (32.19 MB)
FileName :011 What are Custom Hooks When to Create One.mp4 | Size: (13.5 MB)
FileName :012 Creating our First Custom Hook useMovies.mp4 | Size: (40.2 MB)
FileName :013 Creating useLocalStorageState.mp4 | Size: (28.1 MB)
FileName :014 Creating useKey.mp4 | Size: (25.7 MB)
FileName :015 CHALLENGE #1 useGeolocate.mp4 | Size: (23.06 MB)
FileName :001 Section Overview.mp4 | Size: (2.99 MB)
FileName :002 Our First Class Component.mp4 | Size: (29.55 MB)
FileName :003 Working With Event Handlers.mp4 | Size: (32.22 MB)
FileName :004 Class Components vs Function Components.mp4 | Size: (17.33 MB)
FileName :005 Starting the Classy Weather App.mp4 | Size: (23.98 MB)
FileName :006 Fetching Weather Data.mp4 | Size: (29.85 MB)
FileName :007 Displaying the Weather.mp4 | Size: (44.02 MB)
FileName :008 Removing Boilerplate Code With Class Fields.mp4 | Size: (12.87 MB)
FileName :009 Child to Parent Communication.mp4 | Size: (13.55 MB)
FileName :010 Lifecycle Methods.mp4 | Size: (48.82 MB)
FileName :001 Introduction to Part 3.mp4 | Size: (3.65 MB)
FileName :001 Section Overview.mp4 | Size: (2.63 MB)
FileName :002 Yet Another Hook useReducer.mp4 | Size: (55.75 MB)
FileName :003 Managing Related Pieces of State.mp4 | Size: (38.44 MB)
FileName :004 Managing State With useReducer.mp4 | Size: (43.81 MB)
FileName :005 The React Quiz App.mp4 | Size: (24.56 MB)
FileName :006 Loading Questions from a Fake API.mp4 | Size: (57.39 MB)
FileName :007 Handling Loading, Error, and Ready Status.mp4 | Size: (28.02 MB)
FileName :008 Starting a New Quiz.mp4 | Size: (15.14 MB)
FileName :009 Displaying Questions.mp4 | Size: (23.96 MB)
FileName :010 Handling New Answers.mp4 | Size: (51.48 MB)
FileName :011 Moving to the Next Question.mp4 | Size: (19.96 MB)
FileName :012 Displaying Progress.mp4 | Size: (27.63 MB)
FileName :013 Finishing a Quiz.mp4 | Size: (46.59 MB)
FileName :014 Restarting a Quiz.mp4 | Size: (21.89 MB)
FileName :015 Setting Up a Timer With useEffect.mp4 | Size: (65.63 MB)
FileName :016 Section Summary useState vs useReducer.mp4 | Size: (18.16 MB)
FileName :017 CHALLENGE #1 Creating a Bank Account With useReducer.mp4 | Size: (61.11 MB)
FileName :001 Section Overview.mp4 | Size: (3.19 MB)
FileName :002 Creating Our First App With Vite WorldWise.mp4 | Size: (49.66 MB)
FileName :003 Routing and Single-Page Applications (SPAs).mp4 | Size: (20.55 MB)
FileName :004 Implementing Main Pages and Routes.mp4 | Size: (38.23 MB)
FileName :005 Linking Between Routes With Link and NavLink.mp4 | Size: (30.98 MB)
FileName :006 Styling Options For React Applications.mp4 | Size: (17.98 MB)
FileName :007 Using CSS Modules.mp4 | Size: (50.87 MB)
FileName :008 Building the Pages.mp4 | Size: (52.32 MB)
FileName :009 Building the App Layout.mp4 | Size: (27.14 MB)
FileName :010 Nested Routes and Index Route.mp4 | Size: (42.47 MB)
FileName :011 Implementing the Cities List.mp4 | Size: (57.61 MB)
FileName :012 Implementing the Countries List.mp4 | Size: (34.63 MB)
FileName :013 Storing State in the URL.mp4 | Size: (17.59 MB)
FileName :014 Dynamic Routes With URL Parameters.mp4 | Size: (32.3 MB)
FileName :015 Reading and Setting a Query String.mp4 | Size: (33.51 MB)
FileName :016 Programmatic Navigation with useNavigate.mp4 | Size: (36.5 MB)
FileName :017 Programmatic Navigation with Navigate.mp4 | Size: (14.08 MB)
FileName :001 Section Overview.mp4 | Size: (3.11 MB)
FileName :002 CHALLENGE #1 Understand The Atomic Blog App.mp4 | Size: (14.41 MB)
FileName :003 What is the Context API.mp4 | Size: (16.27 MB)
FileName :004 Creating and Providing a Context.mp4 | Size: (29.42 MB)
FileName :005 Consuming the Context.mp4 | Size: (33.79 MB)
FileName :006 Advanced Pattern A Custom Provider and Hook.mp4 | Size: (50.05 MB)
FileName :007 Thinking In React Advanced State Management.mp4 | Size: (35.86 MB)
FileName :008 Back to WorldWise Creating a CitiesContext.mp4 | Size: (26.32 MB)
FileName :009 Consuming the CitiesContext.mp4 | Size: (13.72 MB)
FileName :010 Finishing the City View.mp4 | Size: (55.6 MB)
FileName :011 Including a Map With the Leaflet Library.mp4 | Size: (30 MB)
FileName :012 Displaying City Markers on Map.mp4 | Size: (18.79 MB)
FileName :013 Interacting With the Map.mp4 | Size: (43.75 MB)
FileName :014 Setting Map Position With Geolocation.mp4 | Size: (37.16 MB)
FileName :015 Fetching City Data in the Form.mp4 | Size: (55.25 MB)
FileName :016 Creating a New City.mp4 | Size: (76.64 MB)
FileName :017 Deleting a City.mp4 | Size: (18.37 MB)
FileName :018 Advanced State Management System Context + useReducer.mp4 | Size: (70.64 MB)
FileName :019 Adding Fake Authentication Setting Up Context.mp4 | Size: (34.04 MB)
FileName :020 Adding Fake Authentication Implementing Login.mp4 | Size: (51.46 MB)
FileName :021 Adding Fake Authentication Protecting a Route.mp4 | Size: (35.69 MB)
FileName :022 CHALLENGE #2 Refactoring React Quiz to Context API.mp4 | Size: (25.93 MB)
FileName :001 Section Overview.mp4 | Size: (3.18 MB)
FileName :002 Performance Optimization and Wasted Renders.mp4 | Size: (18.86 MB)
FileName :003 The Profiler Developer Tool.mp4 | Size: (26.31 MB)
FileName :004 A Surprising Optimization Trick With children.mp4 | Size: (36.84 MB)
FileName :005 Understanding memo.mp4 | Size: (16.95 MB)
FileName :006 memo in Practice.mp4 | Size: (41.04 MB)
FileName :007 Understanding useMemo and useCallback.mp4 | Size: (20.53 MB)
FileName :008 useMemo in Practice.mp4 | Size: (26.86 MB)
FileName :009 useCallback in Practice.mp4 | Size: (32.95 MB)
FileName :010 Optimizing Context Re-Renders.mp4 | Size: (46.52 MB)
FileName :011 Back to The WorldWise App.mp4 | Size: (41.02 MB)
FileName :012 Optimizing Bundle Size With Code Splitting.mp4 | Size: (49.71 MB)
FileName :013 Don't Optimize Prematurely!.mp4 | Size: (9.24 MB)
FileName :014 useEffect Rules and Best Practices.mp4 | Size: (30.88 MB)
FileName :015 CHALLENGE #1 Fix Performance Issues in Workout Timer.mp4 | Size: (37.77 MB)
FileName :016 Setting State Based on Other State Updates.mp4 | Size: (37.01 MB)
FileName :017 Using Helper Functions In Effects.mp4 | Size: (46.48 MB)
FileName :018 Closures in Effects.mp4 | Size: (30.46 MB)
FileName :001 Section Overview.mp4 | Size: (2.66 MB)
FileName :002 Introduction to Redux.mp4 | Size: (37.66 MB)
FileName :003 Creating a Reducer Bank Account.mp4 | Size: (33.37 MB)
FileName :004 Creating a Redux Store.mp4 | Size: (30.38 MB)
FileName :005 Working With Action Creators.mp4 | Size: (20.05 MB)
FileName :006 Adding More State Customer.mp4 | Size: (39.18 MB)
FileName :007 Professional Redux File Structure State Slices.mp4 | Size: (36.64 MB)
FileName :008 Back to React! Connecting our Redux App With React.mp4 | Size: (17.84 MB)
FileName :009 Dispatching Actions from Our React App.mp4 | Size: (53.82 MB)
FileName :010 The Legacy Way of Connecting Components to Redux.mp4 | Size: (15.39 MB)
FileName :011 Redux Middleware and Thunks.mp4 | Size: (13.81 MB)
FileName :012 Making an API Call With Redux Thunks.mp4 | Size: (55.84 MB)
FileName :013 The Redux DevTools.mp4 | Size: (31.98 MB)
FileName :014 What is Redux Toolkit (RTK).mp4 | Size: (11.31 MB)
FileName :015 Creating the Store With RTK.mp4 | Size: (14.43 MB)
FileName :016 Creating the Account Slice.mp4 | Size: (67.93 MB)
FileName :017 Back to Thunks.mp4 | Size: (16.38 MB)
FileName :018 Creating the Customer Slice.mp4 | Size: (29.17 MB)
FileName :019 Redux vs Context API.mp4 | Size: (23.82 MB)
FileName :001 Introduction to Part 4.mp4 | Size: (4.5 MB)
FileName :001 Section Overview.mp4 | Size: (2.59 MB)
FileName :002 Setting Up a New Project Fast React Pizza Co.mp4 | Size: (25.52 MB)
FileName :003 Application Planning.mp4 | Size: (65.91 MB)
FileName :004 Setting Up a Professional File Structure.mp4 | Size: (25.7 MB)
FileName :005 A New Way Of Implementing Routes.mp4 | Size: (32.38 MB)
FileName :006 Building the App Layout.mp4 | Size: (34.91 MB)
FileName :007 Fetching Data With React Router Loaders Pizza Menu.mp4 | Size: (42 MB)
FileName :008 Displaying a Loading Indicator.mp4 | Size: (18.59 MB)
FileName :009 Handling Errors With Error Elements.mp4 | Size: (20.62 MB)
FileName :010 Fetching Orders.mp4 | Size: (39.45 MB)
FileName :011 Writing Data With React Router Actions.mp4 | Size: (60.64 MB)
FileName :012 Error Handling in Form Actions.mp4 | Size: (32.67 MB)
FileName :001 Section Overview.mp4 | Size: (2.58 MB)
FileName :002 What is Tailwind CSS.mp4 | Size: (24.49 MB)
FileName :003 Setting Up Tailwind CSS.mp4 | Size: (37.92 MB)
FileName :004 Working With Color.mp4 | Size: (27.79 MB)
FileName :005 Styling Text.mp4 | Size: (30.81 MB)
FileName :006 The Box Model Spacing, Borders, and Display.mp4 | Size: (36.09 MB)
FileName :007 Responsive Design.mp4 | Size: (34.46 MB)
FileName :008 Using Flexbox.mp4 | Size: (20.12 MB)
FileName :009 Using CSS Grid.mp4 | Size: (38.19 MB)
FileName :010 Styling Buttons Element States and Transitions.mp4 | Size: (37.59 MB)
FileName :011 Styling Form Elements.mp4 | Size: (32.11 MB)
FileName :012 Reusing Styles With @apply.mp4 | Size: (14.27 MB)
FileName :013 Reusing Styles With React Components.mp4 | Size: (38.99 MB)
FileName :014 Absolute Positioning, z-index, and More.mp4 | Size: (20.29 MB)
FileName :015 Configuring Tailwind Custom Font Family.mp4 | Size: (34.32 MB)
FileName :016 Styling the Menu.mp4 | Size: (58.83 MB)
FileName :017 Styling the Cart.mp4 | Size: (37.87 MB)
FileName :018 Styling the Order Form.mp4 | Size: (41.57 MB)
FileName :019 Styling the Order Overview.mp4 | Size: (44.82 MB)
FileName :001 Section Overview.mp4 | Size: (1.81 MB)
FileName :002 Modeling the User State With Redux Toolkit.mp4 | Size: (41.31 MB)
FileName :003 Reading and Updating the User State.mp4 | Size: (33.37 MB)
FileName :004 Modeling the Cart State.mp4 | Size: (44.19 MB)
FileName :005 Adding Menu Items to the Cart.mp4 | Size: (23 MB)
FileName :006 Building the Cart Overview With Redux Selectors.mp4 | Size: (27.97 MB)
FileName :007 Building the Cart Page.mp4 | Size: (21.84 MB)
FileName :008 Deleting Cart Items.mp4 | Size: (45.36 MB)
FileName :009 Updating Cart Quantities.mp4 | Size: (41.7 MB)
FileName :010 Using the Cart for New Orders.mp4 | Size: (44.98 MB)
FileName :011 Redux Thunks With createAsyncThunk.mp4 | Size: (49.9 MB)
FileName :012 Integrating Geolocation.mp4 | Size: (49.59 MB)
FileName :013 Fetching Data Without Navigation useFetcher.mp4 | Size: (40.21 MB)
FileName :014 Updating Data Without Navigation.mp4 | Size: (47.74 MB)
FileName :001 Section Overview.mp4 | Size: (2.55 MB)
FileName :002 Application Planning.mp4 | Size: (57.09 MB)
FileName :003 Setting Up the Project The Wild Oasis.mp4 | Size: (25.35 MB)
FileName :004 Introduction to Styled Components.mp4 | Size: (38.35 MB)
FileName :005 Global Styles With Styled Components.mp4 | Size: (45.05 MB)
FileName :006 Styled Component Props and the css Function.mp4 | Size: (32.34 MB)
FileName :007 Building More Reusable Styled Components.mp4 | Size: (34.06 MB)
FileName :008 Setting Up Pages and Routes.mp4 | Size: (20.84 MB)
FileName :009 Building the App Layout.mp4 | Size: (44.57 MB)
FileName :010 Building the Sidebar and Main Navigation.mp4 | Size: (40.92 MB)
FileName :001 Section Overview.mp4 | Size: (2.19 MB)
FileName :002 What is Supabase.mp4 | Size: (7.43 MB)
FileName :003 Creating a New Database.mp4 | Size: (17.46 MB)
FileName :004 Modeling Application State.mp4 | Size: (17.22 MB)
FileName :005 Creating Tables.mp4 | Size: (29.48 MB)
FileName :006 Relationships Between Tables.mp4 | Size: (26.83 MB)
FileName :007 Adding Security Policies (RLS).mp4 | Size: (19.45 MB)
FileName :008 Connecting Supabase With Our React App.mp4 | Size: (27.38 MB)
FileName :009 Setting Up Storage Buckets.mp4 | Size: (16.7 MB)
FileName :001 Section Overview.mp4 | Size: (2.34 MB)
FileName :002 What is React Query.mp4 | Size: (19.53 MB)
FileName :003 Setting Up React Query.mp4 | Size: (22.91 MB)
FileName :004 Fetching Cabin Data.mp4 | Size: (69.19 MB)
FileName :005 Mutations Deleting a Cabin.mp4 | Size: (53.61 MB)
FileName :006 Displaying Toasts (Notifications).mp4 | Size: (26.78 MB)
FileName :007 Introducing Another Library React Hook Form.mp4 | Size: (35.02 MB)
FileName :008 Creating a New Cabin.mp4 | Size: (38.26 MB)
FileName :009 Handling Form Errors.mp4 | Size: (70.62 MB)
FileName :010 Uploading Images to Supabase.mp4 | Size: (45.25 MB)
FileName :011 Editing a Cabin.mp4 | Size: (96.41 MB)
FileName :012 Abstracting React Query Into Custom Hooks.mp4 | Size: (53.68 MB)
FileName :013 Duplicating Cabins.mp4 | Size: (21.05 MB)
FileName :014 Fetching Applications Settings.mp4 | Size: (27.2 MB)
FileName :015 Updating Application Settings.mp4 | Size: (35.75 MB)
FileName :001 Section Overview.mp4 | Size: (3.45 MB)
FileName :002 An Overview of Reusability in React.mp4 | Size: (17.71 MB)
FileName :003 Setting Up an Example.mp4 | Size: (19.64 MB)
FileName :004 The Render Props Pattern.mp4 | Size: (24.81 MB)
FileName :005 A Look at Higher-Order Components (HOC).mp4 | Size: (25.6 MB)
FileName :006 The Compound Component Pattern.mp4 | Size: (56.51 MB)
FileName :007 Building a Modal Window Using a React Portal.mp4 | Size: (61.99 MB)
FileName :008 Converting the Modal to a Compound Component.mp4 | Size: (68.12 MB)
FileName :009 Detecting a Click Outside the Modal.mp4 | Size: (42.22 MB)
FileName :010 Confirming Cabin Deletions.mp4 | Size: (28.17 MB)
FileName :011 Building a Reusable Table.mp4 | Size: (36.47 MB)
FileName :012 Applying the Render Props Pattern.mp4 | Size: (15.04 MB)
FileName :013 Building a Reusable Context Menu.mp4 | Size: (100.73 MB)
FileName :001 Section Overview.mp4 | Size: (3.82 MB)
FileName :002 Client-Side Filtering Filtering Cabins.mp4 | Size: (58 MB)
FileName :003 Client-Side Sorting Sorting Cabins.mp4 | Size: (63.68 MB)
FileName :004 Building the Bookings Table.mp4 | Size: (55.44 MB)
FileName :005 Uploading Sample Data.mp4 | Size: (20.17 MB)
FileName :006 API-Side Filtering Filtering Bookings.mp4 | Size: (52.87 MB)
FileName :007 API-Side Sorting Sorting Bookings.mp4 | Size: (22.06 MB)
FileName :008 Building a Reusable Pagination Component.mp4 | Size: (48.9 MB)
FileName :009 API-Side Pagination Paginating Bookings.mp4 | Size: (33.14 MB)
FileName :010 Prefetching With React Query.mp4 | Size: (25.75 MB)
FileName :011 Building the Single Booking Page.mp4 | Size: (47.38 MB)
FileName :012 Checking In a Booking.mp4 | Size: (87.33 MB)
FileName :013 Adding Optional Breakfast.mp4 | Size: (43.91 MB)
FileName :014 Checking Out a Booking (+ Fixing a Small Bug).mp4 | Size: (30.58 MB)
FileName :015 Deleting a Booking.mp4 | Size: (42.89 MB)
FileName :016 Authentication User Login With Supabase.mp4 | Size: (69.39 MB)
FileName :017 Authorization Protecting Routes.mp4 | Size: (72.41 MB)
FileName :018 User Logout.mp4 | Size: (28.53 MB)
FileName :019 Fixing an Important Bug.mp4 | Size: (17.68 MB)
FileName :020 Building the Sign Up Form.mp4 | Size: (35.27 MB)
FileName :021 User Sign Up.mp4 | Size: (49.43 MB)
FileName :022 Authorization on Supabase Protecting Database (RLS).mp4 | Size: (14.97 MB)
FileName :023 Building The App Header.mp4 | Size: (33.59 MB)
FileName :024 Updating User Data and Password.mp4 | Size: (89.9 MB)
FileName :025 Implementing Dark Mode With CSS Variables.mp4 | Size: (66.46 MB)
FileName :026 Building the Dashboard Layout.mp4 | Size: (13.74 MB)
FileName :027 Computing Recent Bookings and Stays.mp4 | Size: (47.28 MB)
FileName :028 Displaying Statistics.mp4 | Size: (37.22 MB)
FileName :029 Displaying a Line Chart With the Recharts Library.mp4 | Size: (71.2 MB)
FileName :030 Displaying a Pie Chart.mp4 | Size: (48.93 MB)
FileName :031 Displaying Stays for Current Day.mp4 | Size: (64.7 MB)
FileName :032 Error Boundaries.mp4 | Size: (30.06 MB)
FileName :033 Final Touches + Fixing Bugs.mp4 | Size: (48.05 MB)
FileName :001 Section Overview.mp4 | Size: (3.46 MB)
FileName :002 Deploying to Netlify.mp4 | Size: (35.01 MB)
FileName :003 Setting Up a Git and GitHub Repository.mp4 | Size: (50.1 MB)
FileName :004 Deploying to Vercel.mp4 | Size: (19 MB)
FileName :001 Introduction to Part 5.mp4 | Size: (3.78 MB)
FileName :001 Section Overview.mp4 | Size: (1.8 MB)
FileName :003 An Overview of Server-Side Rendering (SSR).mp4 | Size: (39.31 MB)
FileName :004 Experiment Manual SSR With React DOM + Node js.mp4 | Size: (72.6 MB)
FileName :005 The Missing Piece Hydration.mp4 | Size: (16.63 MB)
FileName :006 Implementing Hydration.mp4 | Size: (41.16 MB)
FileName :007 What is Next js.mp4 | Size: (32.83 MB)
FileName :008 Setting Up a Next js Project.mp4 | Size: (28 MB)
FileName :010 Defining Routes and Pages.mp4 | Size: (26.27 MB)
FileName :011 Navigating Between Pages.mp4 | Size: (25.72 MB)
FileName :012 Creating a Layout.mp4 | Size: (33.26 MB)
FileName :013 What are React Server Components (RSC - Part 1).mp4 | Size: (84.06 MB)
FileName :014 Fetching Data in a Page.mp4 | Size: (18.17 MB)
FileName :015 Adding Interactivity With Client Components.mp4 | Size: (22.39 MB)
FileName :016 Displaying a Loading Indicator.mp4 | Size: (18.41 MB)
FileName :017 How RSC Works Behind the Scenes (RSC - Part 2).mp4 | Size: (48.22 MB)
FileName :018 RSC vs SSR How are They Related (RSC - Part 3).mp4 | Size: (33.29 MB)
FileName :001 Section Overview.mp4 | Size: (2.24 MB)
FileName :002 Project Planning The Wild Oasis Customer Website.mp4 | Size: (35.86 MB)
FileName :003 Project Organization.mp4 | Size: (30 MB)
FileName :004 Styling With Tailwind CSS.mp4 | Size: (26.11 MB)
FileName :005 Adding Page Metadata and Favicon.mp4 | Size: (29.17 MB)
FileName :006 Loading and Optimizing Fonts.mp4 | Size: (17.47 MB)
FileName :007 Improving the Navigation and Root Layout.mp4 | Size: (19.22 MB)
FileName :008 Optimizing Images With Next js Image Component.mp4 | Size: (24.24 MB)
FileName :009 Building the Home Page.mp4 | Size: (27.13 MB)
FileName :010 Building the About Page With Responsive Images.mp4 | Size: (37.9 MB)
FileName :011 Adding Nested Routes and Pages.mp4 | Size: (19.47 MB)
FileName :012 Adding a Nested Layout.mp4 | Size: (33.71 MB)
FileName :001 Section Overview.mp4 | Size: (2.72 MB)
FileName :002 Setting Up Supabase.mp4 | Size: (31.96 MB)
FileName :003 Fetching and Displaying Cabin List.mp4 | Size: (30.9 MB)
FileName :004 Streaming Route Segments With loading js File.mp4 | Size: (20.85 MB)
FileName :005 What is React Suspense.mp4 | Size: (29.59 MB)
FileName :006 Streaming UI With Suspense Cabin List.mp4 | Size: (29.95 MB)
FileName :007 Dynamic Route Segments Building the Cabin Page.mp4 | Size: (28.8 MB)
FileName :008 Generating Dynamic Metadata.mp4 | Size: (10.34 MB)
FileName :009 Error Handling Setting Up Error Boundaries.mp4 | Size: (24.69 MB)
FileName :010 Error Handling Not Found Errors.mp4 | Size: (16.05 MB)
FileName :011 Different Types of SSR Static vs Dynamic Rendering.mp4 | Size: (38.8 MB)
FileName :012 Analyzing Rendering in Our App.mp4 | Size: (13.07 MB)
FileName :013 Making Dynamic Pages Static With generateStaticParams.mp4 | Size: (23.29 MB)
FileName :014 Static Site Generation (SSG).mp4 | Size: (25.06 MB)
FileName :015 Partial Pre-Rendering.mp4 | Size: (18.44 MB)
FileName :016 How Next js Caches Data.mp4 | Size: (50.27 MB)
FileName :017 Experimenting With Caching and ISR.mp4 | Size: (57.19 MB)
FileName :018 CHALLENGE #1 Fetching the Number of Cabins.mp4 | Size: (10.61 MB)
FileName :001 Section Overview.mp4 | Size: (3.15 MB)
FileName :002 Blurring the Boundary Between Server and Client (RSC - Part 4).mp4 | Size: (40.97 MB)
FileName :003 Client Components in Server Components.mp4 | Size: (23.27 MB)
FileName :004 Highlighting Current Side Navigation Link.mp4 | Size: (21.25 MB)
FileName :005 Sharing State Between Client and Server The URL.mp4 | Size: (97.24 MB)
FileName :006 Advanced Server Components in Client Components.mp4 | Size: (29.02 MB)
FileName :007 Data Fetching Strategies for the Reservation Section.mp4 | Size: (73.69 MB)
FileName :008 Using the Context API for State Management.mp4 | Size: (71.37 MB)
FileName :009 Creating an API Endpoint With Route Handlers.mp4 | Size: (31.64 MB)
FileName :001 Section Overview.mp4 | Size: (1.8 MB)
FileName :002 Setting Up NextAuth.mp4 | Size: (59.54 MB)
FileName :003 Getting the User Session.mp4 | Size: (39.46 MB)
FileName :004 What is Middleware in Next js.mp4 | Size: (11.44 MB)
FileName :005 Protecting Routes With NextAuth Middleware.mp4 | Size: (32.78 MB)
FileName :006 Building a Custom Sign In Page.mp4 | Size: (33.48 MB)
FileName :007 Building a Custom Sign Out Button.mp4 | Size: (9.55 MB)
FileName :008 Creating a New Guest on First Sign In.mp4 | Size: (39.73 MB)
FileName :001 Section Overview.mp4 | Size: (2.43 MB)
FileName :002 What are Server Actions.mp4 | Size: (32.78 MB)
FileName :003 Updating the Profile Using a Server Action.mp4 | Size: (84.08 MB)
FileName :004 Manual Cache Revalidation.mp4 | Size: (16.49 MB)
FileName :005 Displaying a Loading Indicator The useFormStatus Hook.mp4 | Size: (21.64 MB)
FileName :006 Building the Guest's Reservations Page.mp4 | Size: (28.45 MB)
FileName :007 Deleting a Reservation.mp4 | Size: (53.07 MB)
FileName :008 Another Loading Indicator The useTransition Hook.mp4 | Size: (20.76 MB)
FileName :009 CHALLENGE #1 Updating a Reservation.mp4 | Size: (83.29 MB)
FileName :010 Removing Reservations Immediately The useOptimistic Hook.mp4 | Size: (61.2 MB)
FileName :011 Back to the Cabin Page Finishing the Date Selector.mp4 | Size: (33.84 MB)
FileName :012 Creating a New Reservation.mp4 | Size: (90.16 MB)
FileName :001 Section Overview.mp4 | Size: (1.81 MB)
FileName :002 Setting Up the GitHub Repository.mp4 | Size: (9.33 MB)
FileName :003 Deploying to Vercel.mp4 | Size: (17.19 MB)
FileName :004 Updating Environment Variables and OAuth Credentials.mp4 | Size: (22.62 MB)
FileName :001 Section Overview.mp4 | Size: (3.03 MB)
FileName :002 Setting Up Another Project.mp4 | Size: (24.32 MB)
FileName :003 Routes, Pages, and Navigation.mp4 | Size: (20.98 MB)
FileName :004 Dynamic Routes.mp4 | Size: (9.91 MB)
FileName :005 Creating a Layout With a Custom App.mp4 | Size: (18.27 MB)
FileName :006 Creating Pages.mp4 | Size: (6.76 MB)
FileName :007 Defining Page Title and Favicon.mp4 | Size: (16.48 MB)
FileName :008 Fetching Data With getStaticProps (SSG).mp4 | Size: (26.49 MB)
FileName :009 Fetching Data With getServerSideProps (SSR).mp4 | Size: (36.76 MB)
FileName :010 API Routes.mp4 | Size: (32.55 MB)
FileName :011 Handling Form Submissions.mp4 | Size: (42.67 MB)
FileName :001 Where to Go from Here.mp4 | Size: (9.11 MB)
]
Screenshot
XiR0Zvyj_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar
539499712_359020115_tuto.jpg

1.33 GB | 12min 9s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :1- What is Redux.mp4 | Size: (11.57 MB)
FileName :2- Pros and Cons of Redux.mp4 | Size: (54.34 MB)
FileName :3- Is Redux for You.mp4 | Size: (21.79 MB)
FileName :4- Setting Up the Development Environment.mp4 | Size: (5.28 MB)
FileName :1- Introduction.mp4 | Size: (2.05 MB)
FileName :10- Updating Objects.mp4 | Size: (11.01 MB)
FileName :11- Updating Arrays.mp4 | Size: (10.5 MB)
FileName :12- Enforcing Immutability.mp4 | Size: (1.74 MB)
FileName :13- Immutable js.mp4 | Size: (8.95 MB)
FileName :14- Immer.mp4 | Size: (8.07 MB)
FileName :2- What is Functional Programming.mp4 | Size: (8.05 MB)
FileName :3- Functions as First-class Citizens.mp4 | Size: (7.25 MB)
FileName :4- Higher-order Functions.mp4 | Size: (3.78 MB)
FileName :5- Function Composition.mp4 | Size: (9.1 MB)
FileName :6- Composing and Piping.mp4 | Size: (7.18 MB)
FileName :7- Currying.mp4 | Size: (16.07 MB)
FileName :8- Pure Functions.mp4 | Size: (5.05 MB)
FileName :9- Immutability.mp4 | Size: (9.87 MB)
FileName :1- Introduction.mp4 | Size: (1.27 MB)
FileName :10- Action Types.mp4 | Size: (12.2 MB)
FileName :11- Action Creators.mp4 | Size: (8.62 MB)
FileName :12- Exercise.mp4 | Size: (483.93 KB)
FileName :13- Solution.mp4 | Size: (15.36 MB)
FileName :2- Redux Architecture.mp4 | Size: (27.69 MB)
FileName :3- Your First Redux App.mp4 | Size: (2.84 MB)
FileName :4- Designing the Store.mp4 | Size: (2.27 MB)
FileName :5- Defining the Actions.mp4 | Size: (5.07 MB)
FileName :6- Creating a Reducer.mp4 | Size: (18.48 MB)
FileName :7- Creating the Store.mp4 | Size: (4.13 MB)
FileName :8- Dispatching Actions.mp4 | Size: (6.81 MB)
FileName :9- Subscribing to the Store.mp4 | Size: (6.02 MB)
FileName :1- Introduction.mp4 | Size: (1.21 MB)
FileName :2- Redux Store.mp4 | Size: (13.85 MB)
FileName :3- Private Properties.mp4 | Size: (11.13 MB)
FileName :4- Dispatching Actions.mp4 | Size: (8.62 MB)
FileName :5- Subscribing to the Store.mp4 | Size: (8.75 MB)
FileName :1- Introduction.mp4 | Size: (419.49 KB)
FileName :2- Installing Redux DevTools.mp4 | Size: (8.72 MB)
FileName :3- The Basics.mp4 | Size: (5.34 MB)
FileName :4- Inspector Monitor.mp4 | Size: (10.57 MB)
FileName :5- Tracing.mp4 | Size: (14.9 MB)
FileName :6- Exporting and Importing.mp4 | Size: (4.35 MB)
FileName :1- Introduction.mp4 | Size: (436.56 KB)
FileName :10- Solution.mp4 | Size: (12.19 MB)
FileName :2- Structuring Files and Folders.mp4 | Size: (4.82 MB)
FileName :3- Ducks Pattern.mp4 | Size: (20.92 MB)
FileName :4- Redux Toolkit.mp4 | Size: (4.15 MB)
FileName :5- Creating the Store.mp4 | Size: (8.61 MB)
FileName :6- Creating Actions.mp4 | Size: (21.48 MB)
FileName :7- Creating Reducers.mp4 | Size: (26.12 MB)
FileName :8- Creating Slices.mp4 | Size: (21.21 MB)
FileName :9- Exercise.mp4 | Size: (2.16 MB)
FileName :1- Introduction.mp4 | Size: (507.03 KB)
FileName :2- Redux State vs Local State.mp4 | Size: (6.14 MB)
FileName :3- Structuring a Redux Store.mp4 | Size: (5.12 MB)
FileName :4- Combining Reducers.mp4 | Size: (12.19 MB)
FileName :5- Normalization.mp4 | Size: (3.07 MB)
FileName :6- Selectors.mp4 | Size: (13 MB)
FileName :7- Memoizing Selectors with Reselect.mp4 | Size: (15.16 MB)
FileName :8- Exercise.mp4 | Size: (731.43 KB)
FileName :9- Solution.mp4 | Size: (33.18 MB)
FileName :1- Introduction.mp4 | Size: (470.73 KB)
FileName :2- What is Middleware.mp4 | Size: (4.13 MB)
FileName :3- Creating Middleware.mp4 | Size: (17.84 MB)
FileName :4- Parameterizing Middleware.mp4 | Size: (5.3 MB)
FileName :5- Dispatching Functions.mp4 | Size: (23.91 MB)
FileName :6- Exercise.mp4 | Size: (1.72 MB)
FileName :7- Solution.mp4 | Size: (6.57 MB)
FileName :1- Introduction.mp4 | Size: (1.45 MB)
FileName :10- Saving Data to the Server.mp4 | Size: (13.82 MB)
FileName :11- Exercise.mp4 | Size: (625.55 KB)
FileName :12- Solution- Resolving Bugs.mp4 | Size: (15.25 MB)
FileName :13- Solution- Assigning a Bug to a User.mp4 | Size: (10.1 MB)
FileName :14- Reducing Coupling.mp4 | Size: (30.81 MB)
FileName :15- Cohesion.mp4 | Size: (6.05 MB)
FileName :2- Setting Up the Backend.mp4 | Size: (11.04 MB)
FileName :3- The Approach.mp4 | Size: (6.78 MB)
FileName :4- API Middleware.mp4 | Size: (28.34 MB)
FileName :5- Actions.mp4 | Size: (21.13 MB)
FileName :6- Restructuring the Store.mp4 | Size: (8.3 MB)
FileName :7- Getting Data from the Server.mp4 | Size: (24.26 MB)
FileName :8- Loading Indicators.mp4 | Size: (21.3 MB)
FileName :9- Caching.mp4 | Size: (23.38 MB)
FileName :1- Introduction.mp4 | Size: (7.54 MB)
FileName :10- Test Coverage.mp4 | Size: (5.26 MB)
FileName :11- Exercises.mp4 | Size: (699.65 KB)
FileName :12- Solution- getUnresolvedBugs.mp4 | Size: (22.64 MB)
FileName :13- Solution- resolveBug.mp4 | Size: (85.03 MB)
FileName :14- Solution- loadingBugs.mp4 | Size: (173.15 MB)
FileName :2- What is Automated Testing.mp4 | Size: (17.97 MB)
FileName :3- Setting Up the Testing Environment.mp4 | Size: (10.25 MB)
FileName :4- Your First Unit Test.mp4 | Size: (16.51 MB)
FileName :5- Unit Testing Redux Applications.mp4 | Size: (23.4 MB)
FileName :6- Solitary Tests.mp4 | Size: (31 MB)
FileName :7- Social Tests.mp4 | Size: (32.58 MB)
FileName :8- Mocking HTTP Calls.mp4 | Size: (14.8 MB)
FileName :9- Writing Clean Tests.mp4 | Size: (29.96 MB)
FileName :code.zip | Size: (191.59 KB)
]
Screenshot
QRrmasII_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten