Full Stack JavaScript Developer
@full_stack_js
11.5K
subscribers
63
photos
8
files
2.66K
links
Download Telegram
Join
Full Stack JavaScript Developer
11.5K subscribers
Full Stack JavaScript Developer
#React
#Hooks
#Refs
https://youtu.be/uZeDUky6Mmc
YouTube
React Tutorial 47 - Creating
Refs
Using React.
Content- In this video, I have showed how can you use
ref
in functional Component. So, for creating
ref
we have to use "useRef" hook. It can only access the DOM Node that this component has or a child component which is a class component. It cannot access…