React JS Tutorials for Beginners - 9 - refs

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Dude, these video's are awesome. Before this I had a hard time understanding how react works. This is such a big help! Thank you very much!

stevenvanderlinden
Автор

The modularism here is one of the reasons bucky is such a great teacher.

nicklandreth
Автор

I am really enjoying these videos! Bite sized enough for me to do one every day without being too much of a burden. And they work! Love these! Thanks!

kericarpenter
Автор

I'm just wrapping my head around the concept of the refs, but I think this is an example where you don't actually need to use refs. If you needed a reference to the textarea element, then that would have been ok. But you just need the text value. My understanding is that React recommends avoiding using refs for such scenarios.

andradadimitriu
Автор

These tutorials are the best, Bucky! Thank you so much. You are Awesome!

vaibhavdwivedi
Автор

Holy i dint know that bucky was still making videos. awesome. I dropped watching his videos after I learnt C and java from him.

blasttrash
Автор

Thank you for getting straight to the point!

ankiewicz
Автор

so refs is like an id but it can reference an object or its property

adriandeveraaa
Автор

man, love your tutorials. Thanks for taking the time.

isagive
Автор

"I will smell you later"
Did I hear it right? LOL

AutoPoke
Автор

I've been watching all this series and every time I take a note of what time is it in the vid and can't help but think "whenever Bucky is gonna stop and just go to bed?!"

mtwstflr
Автор

bucky you're the best!
thanks for the videos! it helps me a lot.

asafel
Автор

You're the man. Thanks for these!

lirco
Автор

Thanks for this. Hate when I read the docs and don't understand what's going on. Your 5 min vid did the trick though.

internap
Автор

Confused when I went to look this up on the official React docs, but you should probably mention that your example is a "string ref" and not the callback ref....

Dman
Автор

thx so much body for all your job wich have been done

zoongnguyen
Автор

what if there are 3 instances of the child element in 1 parent element.
Like 3 instance of the text are in that spa - how do we refer then???

joshiprabhas
Автор

textValue defaulfValue attribute was not working for me. When I removed that, it was working fine

alanpallath
Автор

Hi, could you please add some videos which talk about use react.js in to existing angular.js project????
Please help, thank you so much... really need your favor

stephenwang
Автор

How are you not getting a 'addComponentAsRefTo(...)' error when generating the ref outside of render()?

chubby