Back to Browse

React useRef() hook introduction 🗳️

53.6K views
Jan 12, 2024
11:17

#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

Download

1 formats

Video Formats

360pmp413.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

React useRef() hook introduction 🗳️ | NatokHD