ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48,558 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

533,698 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!

170,611 views

2 years ago

midulive
useCallback y useMemo en React. ¿Los tendrías que usar SIEMPRE? ¡TE LO EXPLICO!

Así que quieres mejorar el rendimiento de tu aplicación de React... y crees que deberías usar siempre useCallback y useMemo.

8:11
useCallback y useMemo en React. ¿Los tendrías que usar SIEMPRE? ¡TE LO EXPLICO!

68,156 views

4 years ago

Execute this
useCallback - In 3 minutes [ and why its different from useMemo ]

reacthooks #react #javascript Stay tuned for the rest of the React Hooks Videos.

3:51
useCallback - In 3 minutes [ and why its different from useMemo ]

20,479 views

3 years ago

Vida MRR - Programacion web
Learn useMemo and useCallback in 10 MINUTES

What's the difference between using `useMemo` and `useCallback`? Both are hooks in React that help us memorize functions to ...

13:30
Learn useMemo and useCallback in 10 MINUTES

10,700 views

3 years ago

Reece Kenney
UseCallback for Dummies in Under 2 Minutes | React Tutorial

I'll explain useCallback in under 2 minutes! Enjoy! My socials: Instagram: https://www.instagram.com/reece_kenney/ Facebook: ...

1:56
UseCallback for Dummies in Under 2 Minutes | React Tutorial

969 views

2 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,331 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

348,083 views

6 years ago

People also watched

Garaje de ideas | Tech
useCallback en 14 minutos (y comparación con useMemo)

En este vídeo te contamos cómo usar el useCallback hook paso a paso. Además, lo compararemos con useMemo para ver ...

14:34
useCallback en 14 minutos (y comparación con useMemo)

6,423 views

3 years ago

CodelyTV - Redescubre la programación
🫣 3+1 Common Mistakes When Using Hooks in React

Specific examples of the mistakes we often make when programming using React Hooks. For each of these 3 errors + the bonus, we ...

13:33
🫣 3+1 Common Mistakes When Using Hooks in React

12,246 views

3 years ago

Luis Cabrera
React memo,  useMemo y useCallback explicado al detalle - Con ejemplo práctico - Optimización

La API memo de React, junto a useMemo y useCallback Hooks nos permitirán memorizar componentes, propiedades ...

43:31
React memo, useMemo y useCallback explicado al detalle - Con ejemplo práctico - Optimización

34,988 views

5 years ago

Juan Jose Ortiz
¿Cuándo usar y cuando evitar useEffect en tus componentes?

Coderhouse Código: JUANJOSE Link: https://bit.ly/3RhIohn Descuento: 10% ADICIONAL a cualquier descuento que haya en la ...

23:30
¿Cuándo usar y cuando evitar useEffect en tus componentes?

5,916 views

3 years ago

FalconMasters
Que rayos es React.memo, useCallback y como se utilizan.

En este tutorial vamos aprender que son y como utilizar React memo y el hook de useCallback los cuales nos permitirán ...

20:15
Que rayos es React.memo, useCallback y como se utilizan.

20,151 views

4 years ago

Daily Tuition
Understanding All React 18 Hooks In Depth - For Beginners [#6] - useCallback()

Understanding All React 18 Hooks In Depth - For Beginners [#6] - useCallback() In this series, we are going to learn all the useful ...

8:54
Understanding All React 18 Hooks In Depth - For Beginners [#6] - useCallback()

8,724 views

3 years ago

ByteGrad
All 12 useState & useEffect Mistakes Junior React Developers Still Make in 2026

NEW React & Next.js Course: https://bytegrad.com/courses/professional-react-nextjs Hi, I'm Wesley. I'm a brand ambassador for ...

46:15
All 12 useState & useEffect Mistakes Junior React Developers Still Make in 2026

1,262,340 views

2 years ago

Garaje de ideas | Tech
useRef in 15 minutes

In this video, we'll show you how to use the useRef hook step by step. Save data through component renders and much more in ...

15:15
useRef in 15 minutes

10,462 views

3 years ago

Austin Davis
Learn useMemo in 12 Minutes - React Hooks Explained

In this tutorial we're going to do an in-depth dive of the useMemo hook in React. We'll go over what the idea of "memoization" is in ...

12:07
Learn useMemo in 12 Minutes - React Hooks Explained

574 views

2 years ago

midudev
💃 useRef and useImperativeHandle. Control your components imperatively ☝️ (Bootcamp FullStack)

Sometimes you need to control a component iteratively, so you can change its state from outside. We can achieve this with the ...

13:59
💃 useRef and useImperativeHandle. Control your components imperatively ☝️ (Bootcamp FullStack)

20,522 views

4 years ago

Developero
⚛️ Aprende Qué es el React hook useCallback y Por qué demonios usarlo? | React Hooks Tutorial

Vídeo Entrevista React Hooks Preguntas y Respuestas: ...

3:01
⚛️ Aprende Qué es el React hook useCallback y Por qué demonios usarlo? | React Hooks Tutorial

2,392 views

3 years ago

Grafikart.fr
Learning React: Memorization and useCallback

Article ► https://grafikart.fr/tutoriels/react-memo-usecallback-1321 In React, a component is rendered (its function code is ...

19:16
Learning React: Memorization and useCallback

17,299 views

2 years ago

João Bibiano
Explicando o hook useCallback ! Dicas avançadas de performance para React JS

Se cadastre na minha lista de email para receber as comunicações em primeira mão ...

10:39
Explicando o hook useCallback ! Dicas avançadas de performance para React JS

15,522 views

4 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

27,621 views

1 year ago

Austin Davis
Learn useCallback in 11 Minutes - React Hooks Simplified

In this tutorial we're going to do an in-depth dive of the useCallback hook in React. We'll discuss what useCallback is and how it ...

11:29
Learn useCallback in 11 Minutes - React Hooks Simplified

400 views

2 years ago

midulive
Aprende a pasar una Prueba Técnica de React. Entiende useMemo, useCallback y useRef [Curso de React]

Guía para pasar paso a paso una Prueba Técnica Real de React! Buenas prácticas, ideas, trucos y consejos. Además ...

2:05:52
Aprende a pasar una Prueba Técnica de React. Entiende useMemo, useCallback y useRef [Curso de React]

193,721 views

2 years ago

LogRocket
Is React’s useCallback Hook Useless? | PodRocket

Dominik Dorfmeister joins PodRocket to discuss the pitfalls of overusing useCallback and useMemo in React. Learn why these ...

23:49
Is React’s useCallback Hook Useless? | PodRocket

793 views

4 months ago

Cosden Solutions
Learn React Hooks: useMemo - Simply Explained!

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

13:41
Learn React Hooks: useMemo - Simply Explained!

180,156 views

2 years ago

Codeek
useMemo vs useCallback in React: Optimize Your App's Performance Like a Pro! React tips and tricks

Discover the secrets to boosting your React application's performance by understanding the differences between useMemo and ...

1:20
useMemo vs useCallback in React: Optimize Your App's Performance Like a Pro! React tips and tricks

2,371 views

1 year ago

Dave Gray
useCallback STOPS this React MISTAKE | useCallback React Hooks Tutorial

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap In this useCallback React Hooks tutorial, you ...

16:14
useCallback STOPS this React MISTAKE | useCallback React Hooks Tutorial

59,570 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

104,595 views

1 year ago