React tutorial for Beginners #43 forwardRef example

preview_player
Показать описание
In this react js tutorial for beginners series we learn what is a forward ref and how to use forward ref it with interview questions in react js. This video is made by anil Sidhu in the English Language Language.

git link for this video

Playlist for complete React series in Hindi

forwardRef in React js
Why use forwardRef.
Make Child Component.
Pass Ref with props and use it.
Interview Question.
Рекомендации по теме
Комментарии
Автор

you did it bro what we i expected thanku

sampathb
Автор

finally understand, thank you and great expliation

nafassaadat
Автор

Awesome! Thanks for making this video. Very helpful!

conormorris
Автор

this was really good and easy to understand.

govinda
Автор

If I want to pass multiple refs to User compoent do I do

<User ref={ref1, ref2, ref3...} />
or
<User ref={ref1} ref={re2} ref={ref3} />

havelboumbidi