Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
724 results
Learn how to use the `useCallback` hook in React to optimize your application's performance! This video provides a ...
18 views
11 months ago
useCallback() is one of the most misunderstood React hooks. Most tutorials get it completely wrong. In this video, I'll show you two ...
216 views
7 months ago
How do you optimize performance in a React application? This is one of the most common React interview questions for frontend ...
47 views
1 month ago
React Native Tip #8 If you use useCallback incorrectly, your functions may still re-create on every render. ✓ Wrap handlers with ...
13 views
SpaceWeb, a hosting and cloud provider. Cloud servers, ready-made development solutions, DBaaS, S3 storage, and Kubernetes—a ...
8,415 views
9 months ago
Dominik Dorfmeister joins PodRocket to discuss the pitfalls of overusing useCallback and useMemo in React. Learn why these ...
946 views
React js memo | react memo in react js | react memo and callback | React js memo | react memo in react js | react memo and ...
42 views
6 months ago
react #reactjs #reactjstutorialforbeginners This video covers React Performance Optimization: useCallback + React.memo ...
50 views
In this video, we dive deep into the useCallback hook in React. Learn when and why to use useCallback, how it helps with ...
15 views
Many React developers use useCallback without truly understanding why it exists In this short reel, I explain: ✓ What ...
35 views
React Native Developers Must Know This! Still confused between useMemo and useCallback? This quick React Native short ...
30 views
3 months ago
Are you overusing useMemo and useCallback in React? Many developers start wrapping everything with useMemo and ...
14 views
5 months ago
Traveling? Find the best deals on flights & hotels ▸https://theslopfarm.com/trip ⚡ Up to 70 % off electronics on Amazon ...
8 views
This video explains the useCallback hook and why it's important for performance optimization in React. You'll learn how ...
1 view
useCallback vs useMemo vs useRef — 3 React hooks that confuse developers in interviews every single day. In this video, I break ...
61 views
2 months ago
useCallback is a React Hook that prevents unnecessary re-renders by keeping the same function reference between renders.
0 views
8 months ago
Check out TestSprite: https://www.testsprite.com/ If you love coding, try out TestSprite for generating and testing UI components ...
12,972 views
useMemo and useCallback are two hooks that sound similar but cache different things. In this video, VisualDev explains the real ...
10 views
Learn how to use the useCallback hook in React JS with this easy-to-follow, tutorial under 9 minutes. Perfect for beginners or ...
My first performance issue was caused by unnecessary rerenders. I called it “Ghost Bug” since I cannot use my “console.log” to ...