ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28,876 results

Web Dev Simplified
Learn useRef in 11 Minutes

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

10:20
Learn useRef in 11 Minutes

714,046 views

5 years ago

Cosden Solutions
Learn React Hooks: useRef - Simply Explained!

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

12:42
Learn React Hooks: useRef - Simply Explained!

178,129 views

2 years ago

Max Rohowsky
React's useRef Hook: How is it different to useState?

useRef is a React Hook that provides a way to persistently store and access mutable values across renders without causing ...

4:24
React's useRef Hook: How is it different to useState?

2,645 views

2 years ago

Bro Code
React useRef() hook introduction 🗳️

reactjs #tutorial #course 00:00:00 introduction 00:01:01 setup 00:03:02 useRef() 00:05:11 html ref attribute 00:08:06 multiple ...

11:18
React useRef() hook introduction 🗳️

51,488 views

2 years ago

Nova Designs
Master useRef in an easy way | React JS Hooks

Check out TestSprite: https://www.testsprite.com/ If you love coding, try out TestSprite for generating and testing UI components ...

8:27
Master useRef in an easy way | React JS Hooks

10,287 views

4 months ago

Codevolution
React 19 Tutorial - 37 - Refs and useRef Hook

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba ...

7:23
React 19 Tutorial - 37 - Refs and useRef Hook

2,700 views

1 month ago

Codevolution
React Hooks Tutorial - 28 - useRef Hook Part 1

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

4:18
React Hooks Tutorial - 28 - useRef Hook Part 1

210,970 views

6 years ago

Austin Davis
useState vs useRef - You’re Using the WRONG One

Are you using useState when you should be using useRef (or vice versa)? In this video, we'll break down the key differences ...

23:25
useState vs useRef - You’re Using the WRONG One

2,566 views

7 months ago

People also watched

midulive
What is useEffect and how does it work? React Hooks

I'll explain useEffect so you understand it once and for all! Many people struggle to fully understand this hook. This time ...

10:37
What is useEffect and how does it work? React Hooks

85,687 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,906 views

4 years ago

FalconMasters
Como rayos funciona el Hook de useRef() en React

En este tutorial vamos aprender que es el hook de useRef y como funciona, junto con algunos ejemplos. Blog de Diseño Web: ...

18:08
Como rayos funciona el Hook de useRef() en React

25,219 views

4 years ago

Garaje de ideas | Tech
useReducer en 20 min (y crea una lista de tareas)

En este vídeo te contamos cómo usar el useReducer hook paso a paso. Crearemos una lista de tareas en la que podrás añadir y ...

18:49
useReducer en 20 min (y crea una lista de tareas)

14,063 views

4 years ago

Garaje de ideas | Tech
useContext in 20 minutes

Learn how to use the useContext hook and how it effectively manages the global state of your Reactjs applications. 👉 Check out ...

20:19
useContext in 20 minutes

47,626 views

4 years ago

Web Dev Simplified
Stop Writing React Code Like This

Master every React hook* with my *FREE React Hooks Course* - _25+ videos_ ...

10:29
Stop Writing React Code Like This

113,104 views

3 months ago

midulive
📚 SWR, hooks para fetching de datos en React ⚛️ ¡Aprende desde cero!

SWR es la biblioteca de Vercel para obtener datos con React. Ofrece paginación, optimizaciones y mejora mucho tu código.

1:06:47
📚 SWR, hooks para fetching de datos en React ⚛️ ¡Aprende desde cero!

29,084 views

4 years ago

BorjaScript
CRUD Sencillo en React JS (2024) ⚛️ | Insertar, Actualizar, Consultar, Eliminar. Tutorial en Español

En este vídeo vas a aprender a como hacer un CRUD (Insertar, Consultar, Actualizar y Eliminar) sencillo en React JS, utilizando ...

21:17
CRUD Sencillo en React JS (2024) ⚛️ | Insertar, Actualizar, Consultar, Eliminar. Tutorial en Español

120,701 views

5 years ago

Fullstack Simplified
React useRef and forwardRef in depth

In this video you will learn how to use React useRef hook and forwardRef in order to reference any element present in the DOM ...

10:32
React useRef and forwardRef in depth

27,022 views

4 years ago

Imran Codes
React Form - useState vs useRef

React hooks are used to add state to your component. They can be used in both functional components and classes, but they're ...

10:52
React Form - useState vs useRef

4,134 views

3 years ago

Atomic Code
3 useCases for useRef in 3 minutes

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

3:37
3 useCases for useRef in 3 minutes

6,273 views

3 years ago

Hitesh Choudhary
useRef hook in reactjs | Easiest way

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss ...

19:44
useRef hook in reactjs | Easiest way

104,842 views

4 years ago

Dave Gray
BUILD a React Timer with useRef | React Hooks useRef Tutorial

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

14:03
BUILD a React Timer with useRef | React Hooks useRef Tutorial

28,674 views

4 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,627 views

4 years ago

PedroTech
Manipulating the DOM In ReactJS | useRef

Best Tech Resume Template: https://papermoontech.com/pmcsrtk/pedro Use code: PEDRO for 20% off ^ In this video I will talk ...

16:10
Manipulating the DOM In ReactJS | useRef

38,695 views

5 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,696 views

4 years ago

Learn with Jon
REACT HOOKS Explained | useRef hook with form examples (Learn React in 2024)

React useState hook: https://youtu.be/gBrbZsuSYGQ?si=ScdKYi5K8CP1X0Wj React useContext hook: ...

4:52
REACT HOOKS Explained | useRef hook with form examples (Learn React in 2024)

486 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]

196,352 views

2 years ago

Alura
useRef: como funciona esse React Hook | #AluraMais

Como funciona o useRef? Este Hook do React js é capaz de guardar uma referência ou valor mutável e manipular elementos do ...

10:01
useRef: como funciona esse React Hook | #AluraMais

4,577 views

3 years ago

Ángel Software Dev
🚀 React useRef: Guía Completa + Casos de Uso Profesionales

Aprende useRef de React como un PRO - Accede al DOM, evita fugas de memoria y mucho más En este video exploramos a ...

15:58
🚀 React useRef: Guía Completa + Casos de Uso Profesionales

373 views

11 months ago

Tanner West
React useState vs. useRef
0:27
React useState vs. useRef

2,776 views

3 years ago