ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

97,148 results

Web Dev Simplified
Learn useCallback In 8 Minutes

IMPORTANT: Full React Course: https://courses.webdevsimplified.com/learn-react-today In this video I cover everything you need ...

7:50
Learn useCallback In 8 Minutes

539,769 views

5 years ago

Cosden Solutions
Learn React Hooks: useCallback - Simply Explained!

Cosden Code → https://cosdencode.com Import React (Newsletter) → https://cosden.solutions/newsletter?s=ytd Join The ...

17:15
Learn React Hooks: useCallback - Simply Explained!

175,791 views

2 years ago

Bro Code
Learn JavaScript CALLBACKS in 7 minutes! 🤙

00:00:00 introduction 00:00:50 example 1 00:04:00 example 2 // callback = a function that is passed as an argument // to another ...

7:17
Learn JavaScript CALLBACKS in 7 minutes! 🤙

164,633 views

2 years ago

James Q Quick
JavaScript Callbacks Explained in 5 Minutes (Essential for asynchronous code!)

You must understand JavaScript Callbacks to understand the basics of asynchronous JavaScript. Callbacks are functions that get ...

6:43
JavaScript Callbacks Explained in 5 Minutes (Essential for asynchronous code!)

184,874 views

3 years ago

Web Tech Talk
useCallback in depth | React JS Advanced Concepts

useCallback in depth | React JS Advanced Concepts Dive deep into the powerful useCallback hook in React with this ...

5:56
useCallback in depth | React JS Advanced Concepts

3,825 views

1 year ago

Codevolution
React Hooks Tutorial - 26 - useCallback Hook

Courses - https://learn.codevolution.dev/ Support UPI - https://support.codevolution.dev/ Support PayPal ...

15:26
React Hooks Tutorial - 26 - useCallback Hook

349,999 views

6 years ago

People also watched

midulive
Callbacks vs. Promises in JavaScript. Understand the differences and the importance of each!

What are callbacks? What are they used for? Are they still used? In 10 minutes, I'll explain what callbacks are and how to ...

10:09
Callbacks vs. Promises in JavaScript. Understand the differences and the importance of each!

225,803 views

4 years ago

CodigoMentor
callback in JavaScript | ¿Qué es un callback en JavaScript?

REDES SOCIALES: ▻ https://codigomentor.com/ ▻Síguenos en FACEBOOK: https://www.facebook.com/CodigoMentor/ - Cursos ...

7:24
callback in JavaScript | ¿Qué es un callback en JavaScript?

37,245 views

5 years ago

Cosden Solutions
This New React Hook Finally Fixes useEffect

Get $50 in free credits with Sevalla → https://sevalla.com/?utm_source=cosden&utm_medium=Referral&utm_campaign=youtube ...

20:23
This New React Hook Finally Fixes useEffect

53,740 views

5 months ago

Lydia Hallie
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, ...

12:35
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

1,099,560 views

1 year ago

Code Kits
What is a callback?

... callback a callback is when we provide a function as an argument to another function and what we're trying to accomplish there ...

5:07
What is a callback?

159,114 views

8 years ago

SimpliCode
Call Back Function In JavaScript | JavaScript Callback Functions Explained | JavaScript | SimpliCode

This video on Callback functions in JavaScript will take you through the more profound concept of How callback functions in ...

16:05
Call Back Function In JavaScript | JavaScript Callback Functions Explained | JavaScript | SimpliCode

3,574 views

4 years ago

Code Bless You
React Hooks in ONE Shot 2025 [ EASIEST Explanation ] | React JS Tutorial

React JS Full Course : https://www.udemy.com/course/the-ultimate-react-course-2023-w-real-world-projects/?

59:29
React Hooks in ONE Shot 2025 [ EASIEST Explanation ] | React JS Tutorial

269,147 views

3 years ago

Cem Eygi Media
WHAT IS A CALLBACK FUNCTION IN JAVASCRIPT? - Explained with Callback Examples (2020)

What is a Callback Function in JavaScript? Learn JavaScript Callback Functions with Example --- Callback functions are an ...

6:29
WHAT IS A CALLBACK FUNCTION IN JAVASCRIPT? - Explained with Callback Examples (2020)

152,229 views

5 years ago

Code Bootcamp
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 ...

12:21
ALL React Hooks Explained in 12 Minutes

383,138 views

1 year ago

Justin Kim
React Memo | useMemo | useCallback - Optimize Performance of your React Applications

In this video we first discuss the concept of memoization. Then we learn about how to optimize the renders of your React ...

25:54
React Memo | useMemo | useCallback - Optimize Performance of your React Applications

61,875 views

6 years ago

Deeecode
JavaScript CALLBACK FUNCTIONS Simplified

In this video, I simplify the concept of callback functions in JavaScript and also share some use cases. You can also learn about ...

3:58
JavaScript CALLBACK FUNCTIONS Simplified

15,685 views

3 years ago

Cosden Solutions
Ref callbacks in React

Here's what not to do in React #react #reactjs #reactjsdeveloper #programming #progammer #frontend #coding #code.

0:56
Ref callbacks in React

27,987 views

2 years ago

James Q Quick
Asynchronous JavaScript in ~10 Minutes - Callbacks, Promises, and Async/Await

The asynchronous nature of JavaScript to understanding the language. You'll find the use of callbacks, promises, and async/await ...

13:55
Asynchronous JavaScript in ~10 Minutes - Callbacks, Promises, and Async/Await

369,173 views

5 years ago

Code with Ania Kubów
Callbacks in JavaScript Explained!

Video Sponsors: https://getstream.io/aniakubow . Stream is a maker of enterprise-grade developer tools that help product and ...

14:03
Callbacks in JavaScript Explained!

160,852 views

4 years ago

Code With Blake
TypeScript Fundamentals #12 - Callback Functions

In this series, you will learn the fundamentals of TypeScript. Get access to notes, flashcards, and quizzes on Full Stack Pros ...

10:07
TypeScript Fundamentals #12 - Callback Functions

580 views

1 year ago

Fireship
Async Await try-catch hell

Async Await is heaven... until error handling comes into play. Learn how to avoid try/catch hell when writing async JavaScript code ...

0:46
Async Await try-catch hell

1,485,210 views

4 years ago

Sam Meech-Ward
JavaScript Callback Functions

Learn what callback functions are and how to use them in JavaScript. Chapters: 0:00​ Intro 0:26 Functions 5:21 Callback ...

13:50
JavaScript Callback Functions

3,819 views

3 years ago

Coder Army
React Memo , useMemo and useCallback Hook in React  |ReactJS Full Course #7

React Performance Optimization: Master React.memo, useMemo & useCallback Hooks | Complete Tutorial Learn React ...

49:16
React Memo , useMemo and useCallback Hook in React |ReactJS Full Course #7

10,366 views

2 months ago

Jack Herrington
Mastering React Memo

React.memo, useMemo, useCallback, should you use them? When should you use them? Lets improve your React coding skills ...

26:56
Mastering React Memo

144,250 views

4 years ago

CodeWithHarry
The useCallback hook in React | Sigma Web Development Course - Tutorial #118

Latest Udemy Web dev Course With Certificate: https://goharry.in/webdev Access the Sigma web development course playlist: ...

14:00
The useCallback hook in React | Sigma Web Development Course - Tutorial #118

109,235 views

2 years ago

Thapa Technical
#74: useCallback Hook in React in Hindi

In this video, we explore the useCallback hook in React 19, a crucial tool for preventing unnecessary re-renders in your ...

15:21
#74: useCallback Hook in React in Hindi

30,122 views

1 year ago