1:43
Props vs Context API in React 🔥 | Stop Prop Drilling & Write Cleaner Code in 2 Minutes | Code Talk
Are you still passing data through 4–5 components just to display a simple value? That's called prop drilling, and it might be ...
5:37
This Context API Mistake Ruins Your Whole React App (All Components Re-Render)
NEW React & Next.js Course: https://bytegrad.com/courses/professional-react-nextjs Hi, I'm Wesley. I'm a brand ambassador for ...
21:25
Context in React: The useContext Hook and Getting Rid of Prop Drilling
Александр Ламков — Friendly Frontend
⚡ Get the entire course (22 lessons) at once: https://boosty.to/friendly-frontend/posts/08f4cd01-a7ce-4e5b-8055-88aa401c7808 ...
11:53
Every React Concept Explained in 12 Minutes
My React course: https://reactbootcamp.dev Chapters 0:00 - Intro 0:11 - Components 0:29 - JSX 1:02 - Curly Braces 1:29 ...
8:02
React: composition vs props, useState, useReducer, context - State Management Strategies in React #1
In many blogs, on twitter and communities, discussions about the best state management techniques in React are very frequent.
8:07
Master React Hooks in easy way | useContext
Learn the most important concepts of React Hooks useContext in simple and easy manner. ✉️ Reach out to us at: ...
18:31
Props vs Context vs Redux vs Recoil | React State Management
Hello everyone! I thought it would be interesting to have a look at a few different approaches to state management in react.
6:24
#51 Using React Context vs props | Side effect, Reducer and Context | A Complete React Course
In this lecture, let's briefly understand when to use react context and when to use props in a react application. We can use react ...
15:46
Learn React Hooks: useContext - Simply Explained!
Cosden Code → https://cosdencode.com Import React (Newsletter) → https://cosden.solutions/newsletter?s=ytd Join The ...
5:46
One of the most confusing topics when first learning React is when to use state vs props. They seem to both do very similiar things, ...
7:37
Props vs. Context API: Which to Use? | React Interview Day 4 🚀
Welcome to Day 4 of our "100 React Interview Questions" series! Today, we are diving deep into how data flows in a React ...
7:12
Prop Drilling vs. useContext vs. Redux in React | State Management Explained
Welcome to CodeOps Trek! In this video, we dive into three popular state management methods in React: Prop Drilling, ...
3:06
React Context API in 3 Minutes
React Context API allows you to share data between components without having to pass props manually at every level of the ...
12:21
ALL React Hooks Explained in 12 Minutes
My React course: https://reactbootcamp.dev Chapters 0:00 - Intro 0:32 - Map of Hooks 1:02 - useState 2:14 - useReducer 3:15 ...
25:35
useContext Hook using React Context API | What is Prop-Drilling | Props and Cons of useContext Hook
useContext hook accepts a context object (the value returned from React.createContext) and returns the current context value for ...
21:26
Props Drilling vs Context API in React
In this video, learn the difference between Props Drilling and using the Context API in React. Understand how Context helps avoid ...
5:36
React Context API Explained | Fix Prop Drilling with useContext (Beginner Friendly)
In this video, we learn React Context API and the useContext Hook by solving one of the most common problems in React ...
6:12
React State vs Props: The Ultimate Guide for Beginners ⚛️
Confused about when to use state and props in React? This beginner-friendly guide breaks down the core differences between ...
3:40
React Context #12 React Course
In your React application, you will have components that are 3, 4 levels deep, or even more. So what if you want to pass data ...
10:08
React Context, useContext and createContext // Lifting Props
In this tutorial we take a deep look at the React Context API, its various features like createContext, Provider, Consumer and ...