ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

105 results

LogRocket
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister (Repeat)

In this repeat episode, Dominik Dorfmeister unpacks the pitfalls of React's useCallback and useMemo, revealing how these hooks ...

22:56
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister (Repeat)

110 views

3 weeks ago

Get Code Snippets
Arrow Functions JavaScript #javascript #coding #frontenddeveloper

Topic: Stop writing long function() syntax - use arrow functions Beginners still use the old function() syntax, while pros write shorter ...

0:41
Arrow Functions JavaScript #javascript #coding #frontenddeveloper

1,561 views

2 weeks ago

Profennador
Understanding useMemo, useCallback, and memo in React | Keep your app running 60 FPS all the time!

My first performance issue was caused by unnecessary rerenders. I called it “Ghost Bug” since I cannot use my “console.log” to ...

12:39
Understanding useMemo, useCallback, and memo in React | Keep your app running 60 FPS all the time!

9 views

2 weeks ago

The Debug Zone
Why Use componentDidMount Over setState Callback in React? Explained

In this video, we dive into the nuances of React's lifecycle methods, specifically focusing on the `componentDidMount` method ...

1:31
Why Use componentDidMount Over setState Callback in React? Explained

0 views

2 weeks ago

vlogommentary
ReactJS: Fixing Stale State in useCallback with useMemo

Learn how to avoid stale closures in React hooks by properly managing dependencies in useCallback and useMemo for ...

3:05
ReactJS: Fixing Stale State in useCallback with useMemo

0 views

6 days ago

Devolv
JavaScript for Beginners: 10 Concepts You MUST Know! 💻🔥⚡

Learn the 10 most important JavaScript concepts every beginner must understand! If you are starting JavaScript, this video will ...

12:02
JavaScript for Beginners: 10 Concepts You MUST Know! 💻🔥⚡

46 views

3 weeks ago

DCodes
useCallback hook in react explained (under 9 minutes)

... hook in React JS with this easy-to-follow, tutorial under 9 minutes. Perfect for beginners or anyone building functional React ...

8:31
useCallback hook in react explained (under 9 minutes)

27 views

2 weeks ago

Inedu Joshua
The keyword that breaks every .map() call

You're transforming an array, and the callback runs three times, you check the result—[undefined, undefined, undefined].

7:30
The keyword that breaks every .map() call

7 views

3 weeks ago

Grace Codes UI
React useCallback examples #reacthooks #frontendcourse #reactjs
0:38
React useCallback examples #reacthooks #frontendcourse #reactjs

1,266 views

3 weeks ago

CodeWithVishal
What is callback function? important concepts in JavaScript and are frequently asked in interview

In this video, I explain JavaScript callbacks step by step using a live practical example, so even beginners can understand it easily ...

9:12
What is callback function? important concepts in JavaScript and are frequently asked in interview

8 views

1 day ago

CodeWithPrashant
Day 3 – Functions in JavaScript for DSA | Normal vs Arrow | Callbacks | Pure vs Impure

Welcome to Day 3 of DSA in JavaScript Training (Beginner → Advanced) In this session, we deeply cover JavaScript Functions, ...

20:06
Day 3 – Functions in JavaScript for DSA | Normal vs Arrow | Callbacks | Pure vs Impure

46 views

1 day ago

A1 IT Training Institute
React js Lecture 5:Lifting State Up in React js| Send Data From Child To Parent Component In ReactJS

We explain how to send data from Child Component to Parent Component in ReactJS using callback functions and useState hook ...

1:09:12
React js Lecture 5:Lifting State Up in React js| Send Data From Child To Parent Component In ReactJS

125 views

1 day ago

vlogize
Wie man eine Callback-Funktion mit setState in React verwendet

Erfahren Sie, wie Sie Callback-Funktionen effektiv mit `setState` in React verwenden, um Zustandsaktualisierungen nahtlos zu ...

1:35
Wie man eine Callback-Funktion mit setState in React verwendet

0 views

2 days ago

CodeWithSanyogita
React useCallback Explained with Parent–Child Example (STOP Unnecessary Re-renders!)

Are unnecessary re-renders slowing down your React app? In this video, we deeply explain React useCallback using a real ...

4:34
React useCallback Explained with Parent–Child Example (STOP Unnecessary Re-renders!)

145 views

6 days ago

let's start
JavaScript Concepts Explained: map vs forEach, Callback, DOM vs BOM, Storage & More

In this video, we will cover the most important JavaScript theory concepts that every developer must know—especially for ...

11:57
JavaScript Concepts Explained: map vs forEach, Callback, DOM vs BOM, Storage & More

0 views

3 weeks ago

FullStackDev
Fix This and Your React App Instantly Gets Faster #reactjs #coding #frontend

Most developers blame API calls for a slow React app — but the real problem is much simpler: unnecessary rerenders. In React ...

0:46
Fix This and Your React App Instantly Gets Faster #reactjs #coding #frontend

355 views

2 weeks ago

Code Lab
#11.Functions in JavaScript Explained | Why Functions Are First-Class Citizens with Real Examples

Understanding functions in JavaScript is one of the most important skills for any beginner. In this video, you'll learn what functions ...

17:58
#11.Functions in JavaScript Explained | Why Functions Are First-Class Citizens with Real Examples

17 views

4 weeks ago

let's start
Arrow Functions in JavaScript | setTimeout & setInterval Explained

In this video, you will learn Arrow Functions, setTimeout, and setInterval in JavaScript with simple examples. These are very ...

3:04
Arrow Functions in JavaScript | setTimeout & setInterval Explained

0 views

3 weeks ago

Code Chronicles Hub
Master call(), apply(), and bind() in 5 Minutes | JavaScript 'this' Part 3

Master JavaScript's most powerful 'this' control methods in just 5 minutes! In Part 3 of our "Ultimate Guide to JavaScript 'this'" ...

4:56
Master call(), apply(), and bind() in 5 Minutes | JavaScript 'this' Part 3

68 views

2 weeks ago

Inedu Joshua
Why Try/Catch Doesn't Catch Your Async Error

You wrapped it in try/catch. You did everything right. But the error still crashes your app, and the catch block? Never runs.

7:43
Why Try/Catch Doesn't Catch Your Async Error

32 views

8 days ago