React useRef() hook introduction 🗳️

Author: Bro Code
Published At: 2024-01-12T00:00:00
Length: 11:18

Summary

Description

#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 useRef()

00:10:10 useState() vs useRef()

00:10:28 conclusion

// useState() = Re-renders the component when the state value changes

// useRef() = Does not cause re-renders when its value changes.

// 1. Accessing/Interacting with DOM elements

// 2. Handling Focus, Animations, and Transitions

// 3. Managing Timers and Intervals

Translated At: 2025-03-29T05:29:23Z

Request translate (One translation is about 5 minutes)

Version 3 (stable)

Optimized for a single speaker. Suitable for knowledge sharing or teaching videos.

Recommended Videos