Hope you enjoyed the video! I also have a really cool and unique course that will teach you way more than this video. You'll learn how to build an actual complex project with React. It's called "Project React" and you can find it at cosden.solutions/project-react. Also, I have a free weekly newsletter called "Import React" with tutorials, news, and cool stuff about React! You can sign up at cosden.solutions/newsletter?s=ytc
@yitzchaksviridyuk932 Жыл бұрын
Dude are you kidding me? I didn't know this existed, so at one point, I actually implemented an event bus class just to allow the parent to rerender specific children. I really didn't want to make the class, since I didn't want to start doing things that weren't "React-y" which could confuse other devs; but I didn't think I had a choice. I also did a ton of searching, but maybe I didn't ask the right questions, since I only kept seeing people say that I need to lift the state up etc. Either way, thanks a lot for this video. I kept thinking, "It's so weird React doesn't have a built in way to solve this issue." Good to know that isn't the case. 😄
@cosdensolutions Жыл бұрын
haha yeah, it's not that popular unfortunately, and a lot of people don't know it exists. I myself only found out about it at the beginning of this year hahah
@yitzchaksviridyuk932 Жыл бұрын
@@cosdensolutions I hear man. Thanks again!
@firekeeper7461 Жыл бұрын
I searched many videos about this hook on my native language but these guys couldn't explain it simple. Thank you!
@codecleric49727 ай бұрын
A senior engineer at my job implemented a solution with this to solve a problem I was racking my brain over. It's really powerful and good to know about. This needs to be common knowledge
@tomasburian65502 ай бұрын
I have never seen this hook before and I just ran into it in my company's project. This video helped me a lot to get up to speed. Thanks!
@faraonch9 ай бұрын
I should have watched this video BEFORE my last two nights! Well explained!
@artursavchuk23637 ай бұрын
omg, I have thought so many times about this functionality, and I was so disappointed that react can't do it. Thank you so much for this information, this is very useful 👍
@LobbanVlogs20 күн бұрын
I was going crazy figuring out how to get this working with HTML Elements. Second part of this video was crucial for me since I wanted to get my types correct. I was mixing up the Parent and Child refs. Thanks Bredda!!!
@pauloviniciuscoral11288 ай бұрын
And this also helps with the Single responsibility principle. Great video.
@opencode16 ай бұрын
Really love this type of videos, basic css but big functinality explanation. thank you for your effort
@smokinjoe30009 ай бұрын
holy moly, this is such a great react hook! once again, you teach me something new every day
@jingyazeng5834Ай бұрын
omg This is really helpful! THANK YOU!
@farhadkhoshnoodi79542 ай бұрын
I saved this video... was awesome...
@pallavidas264811 ай бұрын
Amazing.. you made it so simple to understand! Thank you.
@camilo58214 ай бұрын
With context is so useful
@monterourena11 ай бұрын
Thank you so much for sharing this incredibly useful hook! I wish I had known about it sooner. Your content is a masterpiece
@ytra100111 ай бұрын
Thanks you make things look simple
@rohansachdeva6273 ай бұрын
super clear man!
@clasesutnfrc86999 ай бұрын
02:38 Expose child's method to parent 03:34 Expose child's method to parent | useImperativeHandle
@ichigoplayss376 Жыл бұрын
Great video, I've been following your TikTok for a while and learned much from you. I just realized that I haven't subscribed yet. Keep up the good work
@cosdensolutions Жыл бұрын
Thank you for the kind words!
@icoderdev Жыл бұрын
Once in a life time ❤❤❤
@TausifShekh-j5x Жыл бұрын
Great content cosden
@PalladinGOLD8 ай бұрын
Your videos are awesome. Thanks
@icoderdev Жыл бұрын
Cosden ❤...was out for a while. Hope i didn't miss alot.😊
@TheHumanistX Жыл бұрын
lol love the slide-in of the subscribe pitch ;)
@cosdensolutions Жыл бұрын
☺️
@prashlovessamosa Жыл бұрын
Thanks for making this.
@lukasluftlaufer1093 Жыл бұрын
Amazing. Thanks for the great explanation!
@ExtraTurtle9 ай бұрын
If I put the entire "counter" state in the parent, it would make every child component re-render, even when It doesn't use that state does this also happen with useImperativeHandle? When you click the button that runs counterRef.current.reset() will it also re-render the entire parent component? or is this also used as React.memo of some sort?
@swdotdev Жыл бұрын
Great content again! Thank you very much dude!
@elozinoovedhe Жыл бұрын
Well explained!!!
@hikki25667 ай бұрын
Thanks!
@CodingEnjoyer3 ай бұрын
Impressive !!
@bismarckkaine2700 Жыл бұрын
Great job homie
@a.murshed81369 ай бұрын
Great tutorial as usual. I have a question here, what is the difference if the child function is defined with ForwardRef or without?
@prafullkumar63697 ай бұрын
Very nice video 👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏🤟🤟🤟🤟🤟 Love it. very use ful
@vasiapypochkin32418 ай бұрын
Привет, в setCount можно было передавать callback, аргумент которого является prevState. для гарантии того что count является актуальным значением. p.s. спасибо за видео :D
@Vishal36010 ай бұрын
Straight to damnn mind
@Vishal36010 ай бұрын
Subscribed 🤗
@badishammadache2922 Жыл бұрын
great video
@JacksonDiKey Жыл бұрын
Cool stuff! Can u pls simply explaine how forwardRef working? it's a little bit tricky for use. Thnks!
@Txous77Ай бұрын
If I understand correctly, this would be kind of the opposite to useContext (where you pass a piece of data from up to down without prop drilling)?
@MEZOMEZO2011 Жыл бұрын
I understood the concept but don't see how this will help in closed library components. Here you still needed to change the Counter component to be able to add the useImperative and accept the Ref as props. Or are you saying that the component in the library itself will have that set up by default?
@cosdensolutions Жыл бұрын
Yeah that's exactly what I meant! I didn't form it properly 😅
@snatvb Жыл бұрын
it's not so good concept as you think and makes inverted control that usually leads to a lot of bugs better is to create context and provide state with api from that useImperativeHandle needs to extends api of video tag for example, for make adapters
@Shanksther3d Жыл бұрын
Really enjoyed this video, very instructive 🙏🔥🔥 keep going. Ps: isSubrscribed(true) 😂👍
@cosdensolutions Жыл бұрын
❤️
@emaaadelgado7 ай бұрын
is there any way to detect the changes on the child from the parent? using this way..
@nguyenvannhat51148 ай бұрын
Please help. My current in ref of parent always null.
@cordial Жыл бұрын
Good explainer as ever. This seems rather anti-pattern, im not entirely sure in what instance it would be ok to use it.
@cosdensolutions Жыл бұрын
Yeah I get the anti pattern vibes but there are a lot of use cases! Most 3rd party libraries do it and also if you make some component you need to trigger from above this is great
@goblinmoblin48694 ай бұрын
I love you
@Ravi_Kaushik_Vlogs Жыл бұрын
please creata a video of usecallback and usememo and react.memo with child component
@cosdensolutions Жыл бұрын
Already did ☺️
@saqibmuhammad721811 ай бұрын
what is meaning by cha-cha \
@HAROLDDELROSARIO-j5c Жыл бұрын
What if I pass the function as a property of the counter component? Is it better or not? Beginner nyehehe
@cosdensolutions Жыл бұрын
I go over this in the video :D
@joshuasingh854 Жыл бұрын
"This is counter-intuitive" - heh
@cosdensolutions Жыл бұрын
hahahaha
@nikhiljadhav7666 Жыл бұрын
Speak slowly , You are speaking so fast cant change playback speed then it becomes very slow , speak slowly then you will get subscribe 😅