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
105 results
In this repeat episode, Dominik Dorfmeister unpacks the pitfalls of React's useCallback and useMemo, revealing how these hooks ...
110 views
3 weeks ago
Topic: Stop writing long function() syntax - use arrow functions Beginners still use the old function() syntax, while pros write shorter ...
1,561 views
2 weeks ago
My first performance issue was caused by unnecessary rerenders. I called it “Ghost Bug” since I cannot use my “console.log” to ...
9 views
In this video, we dive into the nuances of React's lifecycle methods, specifically focusing on the `componentDidMount` method ...
0 views
Learn how to avoid stale closures in React hooks by properly managing dependencies in useCallback and useMemo for ...
6 days ago
Learn the 10 most important JavaScript concepts every beginner must understand! If you are starting JavaScript, this video will ...
46 views
... hook in React JS with this easy-to-follow, tutorial under 9 minutes. Perfect for beginners or anyone building functional React ...
27 views
You're transforming an array, and the callback runs three times, you check the result—[undefined, undefined, undefined].
7 views
1,266 views
In this video, I explain JavaScript callbacks step by step using a live practical example, so even beginners can understand it easily ...
8 views
1 day ago
Welcome to Day 3 of DSA in JavaScript Training (Beginner → Advanced) In this session, we deeply cover JavaScript Functions, ...
We explain how to send data from Child Component to Parent Component in ReactJS using callback functions and useState hook ...
125 views
Erfahren Sie, wie Sie Callback-Funktionen effektiv mit `setState` in React verwenden, um Zustandsaktualisierungen nahtlos zu ...
2 days ago
Are unnecessary re-renders slowing down your React app? In this video, we deeply explain React useCallback using a real ...
145 views
In this video, we will cover the most important JavaScript theory concepts that every developer must know—especially for ...
Most developers blame API calls for a slow React app — but the real problem is much simpler: unnecessary rerenders. In React ...
355 views
Understanding functions in JavaScript is one of the most important skills for any beginner. In this video, you'll learn what functions ...
17 views
4 weeks ago
In this video, you will learn Arrow Functions, setTimeout, and setInterval in JavaScript with simple examples. These are very ...
Master JavaScript's most powerful 'this' control methods in just 5 minutes! In Part 3 of our "Ultimate Guide to JavaScript 'this'" ...
68 views
You wrapped it in try/catch. You did everything right. But the error still crashes your app, and the catch block? Never runs.
32 views
8 days ago