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 ...
13:01
How to use Context API in React/NextJS
CONNECT ON MY DISCORD: https://discord.gg/5zsdrxH8m8 In this video you'll learn how to use the React Context API. Context ...
9:52
Next.js 13 Context API Tutorial
Learn how to use React Context API in Next.js 13. It's a bit complicated with the new client side vs server side components, but ...
9:34
Why use a Custom Hook for React Context API instead of useContext (+ TypeScript)
NEW React & Next.js Course: https://bytegrad.com/courses/professional-react-nextjs Hi, I'm Wesley. I'm a brand ambassador for ...
0:11
Full code and example here: https://www.js-craft.io/blog/using-react-context-nextjs-13.
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: ...
5:09
Next.js 15 Tutorial - 62 - Context Providers
React Server Components: Integrating Context Providers Efficiently In this video, we'll explore how to work with context providers ...
5:27
Coding an Email Pop-Up Form Using the Context API in Next.js 13
With the rollout of server components, many developers are confused and don't know how to implement context properly.
19:57
Dark Theme in NextJs 13 – Using React Context in Server Components
In this video, we'll look at adding a dark/light theme to NextJs 13 using the `next-themes` package. We'll also learn how to use ...
9:32
Best practices for using React Context with Typescript and NextJS: Part One
Welcome to the third episode of the series Dapps Simplified. In this episode, we'll learn the best practices around using React ...
4:43
Use TypeScript with React Context API
Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship). Add authentication to your app FAST: ...
10:02
Context with Next.js 14 — Course part 18
Guillaume.ceo https://guillaume.ceo Repositories https://dub.link/repos Newsletter https://dub.link/ ✦ Let's work ...
11:39
How does react context help improve your code?
Discord https://discord.gg/4kGbBaa Patreon https://www.patreon.com/webdevjunkie Newsletter http://eepurl.com/hnderP .
13:22
Next.js & Identity (auth) Tutorial #3 - Creating an Auth Context
Hey gang, in this tutorial we'll create a global auth context for our user state, so that it can be accessed by any other page ...
33:34
Let's make context as fast as any state manager out there by only using the hooks baked right into React.
17:43
Context API in Next.js 13 App Directory
Using Context API in Nextjs 13 inside the App directory can be a little tricky. In the this tutorial we are going to learn how to use ...
13:08
Learn useContext In 13 Minutes
IMPORTANT: Full React Course: https://courses.webdevsimplified.com/learn-react-today 1 Year Free Hosting: ...
27:15
Next.js Authentication Tutorial using React Context API and Appwrite
ChatGPT is my go to when I need to write some code. I recently used ChatGPT to generate a useUser hook in Next.js that uses the ...
37:26
Mastering React Context: Do you NEED a state manager?
Context in React is a super valuable tool, but can it replace a state manager? Let's find out! Daishi's Book: ...
32:19
NextJS 13. Using Client-Side Components
We'll explore the differences between server-side and client-side React components and how they interact. We'll also look at ...