10 React Hooks Explained // Plus Build your own from Scratch

  Рет қаралды 1,324,483

Fireship

Fireship

Күн бұрын

React hooks provide a highly-efficient was to tap into framework features and organize reactive logic. Learn how use every built-in React hook fireship.io/courses/react-nex...
00:00 Why React Hooks?
02:20 useState
03:50 useEffect
05:55 useContext
06:58 useRef
07:58 useReducer
09:27 useMemo
10:12 useCallback
10:40 useImperativeHandle
11:18 useLayoutEffect
11:43 useDebugValue & Custom Hooks
#webdev #js #react
Install the quiz app 🤓
iOS itunes.apple.com/us/app/fires...
Android play.google.com/store/apps/de...
Upgrade to Fireship PRO at fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
My VS Code Theme
- Atom One Dark
- vscode-icons
- Fira Code Font

Пікірлер: 841
@albirtarsha5370
@albirtarsha5370 3 жыл бұрын
The React documentation should link to this video.
@day2dayja110
@day2dayja110 3 жыл бұрын
That google listening to your thoughts and the algo working in the background lol
@TheSaintsVEVO
@TheSaintsVEVO 3 жыл бұрын
This channel's videos aren't beginner friendly.. It only helps people who are already familiar with this stuff.
@rafadydkiemmacha7543
@rafadydkiemmacha7543 3 жыл бұрын
@@TheSaintsVEVO not in this case. This video is just a copy of the official (poor) docs.
@roy1299
@roy1299 3 жыл бұрын
@@TheSaintsVEVO not really. This video is much better. The docs is.. shall I say confusing
@jasonlough6640
@jasonlough6640 3 жыл бұрын
@@TheSaintsVEVO If you find something you dont know, research it and come back. This applies no matter what level youre at. Id say a beginner would get more out of this video than an expert.
@RohitSharma-vq2gn
@RohitSharma-vq2gn 3 жыл бұрын
Hours of react knowledge distilled in 10 mins. Felt like stealing. Thanks man, great work!
@key2010
@key2010 2 жыл бұрын
ever noticed stolen things taste better than bought? ... except bricks... those taste the same
@astrophilo2000
@astrophilo2000 2 жыл бұрын
facts, time is money bro that's the reason and we are lazy asf
@kimdev11
@kimdev11 Жыл бұрын
i really thought i would be learning react hooks in 1hr but this guy did in 10 mins, superb!
@WellActualllyyy
@WellActualllyyy 2 ай бұрын
nice man i still don’t get it
@CodeSketched
@CodeSketched 3 жыл бұрын
Learned more about hooks in this single video than all my attempts to learn about them over the past several years!
@rafadydkiemmacha7543
@rafadydkiemmacha7543 3 жыл бұрын
Interesting, because this video doesn't say anything more than the official guide.
@CodeSketched
@CodeSketched 3 жыл бұрын
@@rafadydkiemmacha7543 you're right, but the official documentation never felt welcoming enough to read through all the hooks.
@rafadydkiemmacha7543
@rafadydkiemmacha7543 3 жыл бұрын
@@CodeSketched I completely agree and in my opinion, this video is not welcoming neither. One of the worst ones so far.
@shashikanthp3145
@shashikanthp3145 3 жыл бұрын
@@rafadydkiemmacha7543 MOVE ON Hater
@rafadydkiemmacha7543
@rafadydkiemmacha7543 3 жыл бұрын
@@shashikanthp3145 so it's not allowed to express opinions anymore, sheep?
@ImVengeance
@ImVengeance 3 жыл бұрын
One thing alot of people miss is that on useState in the setter you can actually pass a function to get the prev state value you for say updating a counter which is the correct way. For example setCount(prevCount => prevCount + 1). if you where to call setCount and try modify the value based on the current count value the state would be modified based on the value at that render time. If you call setCount(count + 1) twice it would only infact increase the value by one as both calls would get the prev rendered value and overwrite each other. Hope this helps
@souvikchakraborty9900
@souvikchakraborty9900 7 ай бұрын
wow i knew that we should use prevcount but never truly knew what could go wrong if i didn't. Thank you man.
@KhiemKimDoPkmn
@KhiemKimDoPkmn Ай бұрын
aaaaaAaAaa​@@souvikchakraborty9900
@usmanmir5663
@usmanmir5663 3 жыл бұрын
You have me *”hook”* ed to this channel.
@Onserio.
@Onserio. 3 жыл бұрын
Boooooooooooo!
@everythingisfine9988
@everythingisfine9988 3 жыл бұрын
Yeeeessssssssss!
@jessejamison128
@jessejamison128 3 жыл бұрын
go ahead and clock out for me
@natman882001
@natman882001 3 жыл бұрын
now thats how you useContext()
@69bruh
@69bruh 3 жыл бұрын
HAHAHA bye.
@Surya-np1bb
@Surya-np1bb Жыл бұрын
When I wanna know about a topic and fireship has already made a video about it is the best feeling. This guy can concisely teach any topic.
@AjeyChandhan
@AjeyChandhan 2 жыл бұрын
You explained the whole feature set of the major change React has had in years in 13 minutes! That's just unbelievably awesome! ❤️
@djvanschaik
@djvanschaik 2 жыл бұрын
It is insane how well you explained all these hooks in not a lot of time without it seeming rushed/barely brushed over. Thank you!
@codinginflow
@codinginflow Жыл бұрын
now I'm happy that I started learning React in 2022 too lol. I just skipped this whole class thing.
@thelonercoder5816
@thelonercoder5816 Жыл бұрын
same lol. Class components are so confusing to me but hooks makes it sooo much easier to understand lol.
@cycla
@cycla Жыл бұрын
@@thelonercoder5816 haha yeah! felt good we can just skip what was a major pain in the butt for a lot of devs in the past
@zackyang123
@zackyang123 3 жыл бұрын
This is flawless, clear, concise, and thorough. You are an exceptional natural teacher.
@AryanLokar
@AryanLokar 3 жыл бұрын
The amount of information your videos consist is unbelievable, really appreciate your efforts
@Jorschm
@Jorschm Жыл бұрын
Wow, It was actually easy to understand the core concept of the hooks in just 10min, I have seen 40min that could not explain a hook as good as this video. Great work.
@himalayagupta7744
@himalayagupta7744 2 жыл бұрын
Well done man , I didn't expect this much clarity in just 13 minutes, but you explained everything perfectly. Thanks
@devsauce
@devsauce 3 жыл бұрын
- 1:34 - Ben Awad has entered the chat
@kawsar.130
@kawsar.130 Жыл бұрын
One of the best explanations of React Hooks. Thank you for good stuffs 👌
@s4lmon134
@s4lmon134 2 жыл бұрын
this is the most amazing, concise, digestible video i've ever watch. Huge props!
@reda_el
@reda_el 3 жыл бұрын
Wow, I had a really hard time figuring out precisely how hooks were working until I found this video. It's so clear and explaining the fundamentals (the key). I'm literally looking for a way to join any newsletter you have because I love the way you communicate complex principles.
@wiz7903
@wiz7903 3 жыл бұрын
You always manage to put out a video that i just need in that exact moment. Simply amazing. Keep up the good work
@CodingAfterThirty
@CodingAfterThirty 3 жыл бұрын
Another awesome video. I love React hooks. I just recently started diving into writing custom hooks. It has been an excellent way to create reusable functionality as well as not stuffing all the logic in one file. Thanks for this video.
@muhammadahmedjaved7691
@muhammadahmedjaved7691 3 жыл бұрын
never ever have I seen someone explaining complex things in simple and short words like you do you are a professional at explaining things
@ffelaar
@ffelaar 2 жыл бұрын
you are ridiculously good at explaining things succinctly in a short amount of time - thank you for this great content.
@kocraft137
@kocraft137 3 жыл бұрын
Love the pace you have in your videos. And the visuals is just stunnig
@fithamlakfikrie4657
@fithamlakfikrie4657 Жыл бұрын
The great ability of high-level explanations about general and wide concepts in only 13 minutes. thank you!
@romeopeter1922
@romeopeter1922 2 жыл бұрын
This is awesome 🔥 I've been preparing myself for upcoming interviews I'm going to have and this has explained reacts hooks quite for me, it'll come in handy when asked.
@yuliavasylenko8603
@yuliavasylenko8603 Жыл бұрын
So simple and useful! Thanks a lot for explaining these things in the most understandable manner.
@sathkur9
@sathkur9 2 жыл бұрын
This video is must of every react developer. He made everything so simple and easy to understand and that to about so much of react features in just 13 minutes.
@felipecabreira4321
@felipecabreira4321 11 ай бұрын
I always come back to this video to a fast/clean explanation of react hooks ! Thanks for the content my man ! Amazing :)
@mokroargra7277
@mokroargra7277 3 жыл бұрын
Been working with react over 9 months now, learn something new everytime I watch one of your react videos. 🤯
@vikas7769
@vikas7769 2 жыл бұрын
Bro I need some help
@Technoholicplus
@Technoholicplus 3 жыл бұрын
This is is the only video that not only cleared my hooks concept, but also shows the shortcut method to write eventhandling and state change in one line i.e. ( setNum(num+1)}>plus ) Thank you so much.
@snansahmarov1524
@snansahmarov1524 3 жыл бұрын
I watched hours video for understanding React Hooks. This video did unbelievable, so easy, just 13 minutes. Thank you from Azerbaijan.
@rain-techstudio2567
@rain-techstudio2567 2 жыл бұрын
This is amazingly easy to understand with just 10 minutes!! Thanks a lot great man!
@williamboshi1855
@williamboshi1855 3 жыл бұрын
It's definitely a tough chunk to digest but it's really interesting to have a peak at what react is since I always looked the other way toward angular and vue
@elhaambasheerch7058
@elhaambasheerch7058 Жыл бұрын
Easily the perfect mix of most informative and fun coding channel on the web.
@chektek_
@chektek_ 3 жыл бұрын
Awesome content! Would love to see a full Angular life-cycle hook video!
@snghnishant
@snghnishant 3 жыл бұрын
This is really helpful for me. I started learning React without understanding component life cycle completely and was struggling a bit. Now I can useRef() of this video. Thanks!
@ryanmamboudjemtchemeu4289
@ryanmamboudjemtchemeu4289 2 жыл бұрын
The best React Hooks video I've seen so far. Thank you for providing a such compelling video.
@devmeta1478
@devmeta1478 2 жыл бұрын
Dude I'm in love with this channel, speed is perfect, finally someone who is not wasting 5 mins begging for subscribe, or speaking about his life or unrelated topics... And someone who is not writing code, testing and debugging in front of us... this is just perfect srsly... Keep up the perfect work!
@nikosroom1913
@nikosroom1913 Жыл бұрын
This is literally the best youtube channel I have every found. THANK YOU!
@manibarathi08
@manibarathi08 3 жыл бұрын
Even thought I know about hooks...It's amazing that you are able to give so much value and information in such a short video...Enjoyed ever bit of it...💙
@vikram87in
@vikram87in 2 жыл бұрын
It's so amazing how this guy can pack so much data into such a small video.. respect. Great video 😍😍
@caiooliveira6918
@caiooliveira6918 3 жыл бұрын
Awesome guide! You explained well, and took your time showing it! I like this video format better
@McMurchie
@McMurchie 2 жыл бұрын
This was amazing, it took me over an hour to write down the notes so much knowledge
@kemuelcraig
@kemuelcraig 3 жыл бұрын
Literally researching react hooks today only for you to release this, fireship with the clutch content lol
@sebastiancordoba437
@sebastiancordoba437 3 жыл бұрын
Omg, today i was thinking of reviewing react hooks and this video show up, thanks!
@edwardarinin9678
@edwardarinin9678 3 жыл бұрын
same tho...
@irfanshaik1302
@irfanshaik1302 3 жыл бұрын
Lol.... same!!!
@EduardKaresli
@EduardKaresli 3 жыл бұрын
For non-native English speakers, I'd recommend watching the video at 0.75 speed. Pretty dense (yet high quality) information.
@pathumjayasuriya5902
@pathumjayasuriya5902 3 жыл бұрын
Thanks for quick but clear intro on react hooks.
@Alex-bc3xe
@Alex-bc3xe Жыл бұрын
most clear, concise and simple explanation on hooks.
@nukemonk
@nukemonk 3 жыл бұрын
In addition to the *useImperativeHandle* hook: you can use this if you have both a *forwardRef* and a *useRef* in your component that you want both to be assign to the same element. You can use the *useImperativeHandle* hook to assign the regular *useRef* ref to the *forwardRef* ref. This is because you can't assign two refs to the same element.
@steelwolf180
@steelwolf180 2 жыл бұрын
Really easy to understand and helps to point me in the right direction. For a problem, I was stuck on solving a UI component not updating by itself till I click on another component.
@anth0ni33
@anth0ni33 2 жыл бұрын
Wonderful information in just 10mins. You're a national treasure!!!
@ejthecollector
@ejthecollector 10 ай бұрын
Great/quick explanations of each hook, super helpful thanks
@n0ame1u1
@n0ame1u1 Жыл бұрын
I just took an entire college course focused on React, and I learned way more from this video
@Chrisknot94
@Chrisknot94 3 жыл бұрын
Niiice another concise hook video in plain english. This is why this is my favourite dev channel 👍🏻👌🏻
@programmingpython584
@programmingpython584 Жыл бұрын
You youtube channel is simply dream come true for a developer. Short videos, great explanations, etc. It is just awesome
@athreyamurali1439
@athreyamurali1439 3 жыл бұрын
Fantastic video! This makes React so approachable. Love it
@FaruhPaerhati
@FaruhPaerhati 2 жыл бұрын
My god, you explained the concepts and more in much better fashion than toiling over the docs for a week
@hobbiesandmore5633
@hobbiesandmore5633 2 жыл бұрын
I stumbled on this video but I’m glad I did! I was looking for ways to implement hooks in my program but had no idea what to do with them. When I watched this video I had a “Oh, THAT’S what it does” moment occur multiple times. Thanks for making this!
@MrRAHUL7777777
@MrRAHUL7777777 2 ай бұрын
You completed the 3 months topic in few minutes . Great work 👏
@wardenpataski2882
@wardenpataski2882 3 жыл бұрын
I kinda struggled to understand how to create a custom hooks before, but now I understand it after watching your explanation thank you :)
@gautampatadiya6096
@gautampatadiya6096 2 жыл бұрын
Many videos I saw but this one is simple specific and easy to understand… thanks
@huseynfy
@huseynfy 2 жыл бұрын
Very easy to understand and very valuable video for beginners! Thanks man!
@dannyman2200
@dannyman2200 3 жыл бұрын
Love the videos dude, especially how they have a certain flow to them, it would be super interesting if you could make a video on you making one of your normal tutorials??
@jojacvonkekebau3686
@jojacvonkekebau3686 3 жыл бұрын
The timing on this video... Thank you!
@ombhagwani7407
@ombhagwani7407 6 ай бұрын
i was here to revise my concepts and you got it all covered in 13mins , thanks a lot .!!
@crimsoncad3230
@crimsoncad3230 3 жыл бұрын
Angular bois finally got some love.
@pharmokan
@pharmokan 2 жыл бұрын
Dozens of us are so happy. DOZENS!
@juniordev4190
@juniordev4190 2 жыл бұрын
@フルブライトケネス what r u talking about? V12 has just launched.
@AbhigyanGautam
@AbhigyanGautam 3 жыл бұрын
I am learning React and this is the video I needed
@akashthoriya
@akashthoriya 2 жыл бұрын
Saved my hours to prepare for interview. Amazed by this video. Thanks a lot
@shivanigaddagimath6105
@shivanigaddagimath6105 2 жыл бұрын
Hi Akash! Are you still looking for job opportunities currently ? Would you be interested in exploring a job opportunity in web development?
@brittmcginnis4001
@brittmcginnis4001 3 жыл бұрын
Great tutorial! Super clean and concise.
@mfranciscoarrigoni
@mfranciscoarrigoni 3 жыл бұрын
Excellent video! I appreciate very much for the commitment to share such useful information 🙌
@3mro_coding
@3mro_coding 2 жыл бұрын
Maan! I love taking tour in your channel you deliver clean and conscious contents.
@slimzztv9963
@slimzztv9963 2 жыл бұрын
I have watched this like 17 times and I’m learning each time again lol thank you
@ali-celebi
@ali-celebi 3 жыл бұрын
1:34 (best framework ever) - I just can't agree more :)
@pradeepsaravanan4348
@pradeepsaravanan4348 2 жыл бұрын
LOL
@zarghamaijaz5933
@zarghamaijaz5933 3 жыл бұрын
This is the only video i have found helpful. it's been a week and i have been struggling with react hooks. I am used to writing classes. Hooks feel very intimidating to me but after watching this video, i feel confident in using hooks instead of writing classes. Thank you for such an easy explanation
@Fireship
@Fireship 3 жыл бұрын
Glad it helped!
@amarmohammed5644
@amarmohammed5644 Жыл бұрын
brilliant to watch just before a interview :)
@Chaaos2
@Chaaos2 3 жыл бұрын
Sick video! Looking forward to the next js with firebase guide.
@SportzMobile
@SportzMobile 7 ай бұрын
Dude, u rock. If there a medal for crash course (just before an interview), this is it !!! I have an interview tomorrow and I just can't thank you enough for the revision material. Rock on !!
@alexandergeorgesquire220
@alexandergeorgesquire220 2 ай бұрын
How did the interview go?
@ozchinesefriendship4316
@ozchinesefriendship4316 2 жыл бұрын
Super clear and easy to follow. Thanks mate
@usmanmir5663
@usmanmir5663 3 жыл бұрын
A video about React Native! And Compare it with Flutter.
@monfernape
@monfernape 3 жыл бұрын
He actually has one created.
@harikrishnanmidhun1644
@harikrishnanmidhun1644 5 ай бұрын
Thanks ! This is so comprehensive and entertaining.
@gracewood6768
@gracewood6768 2 жыл бұрын
best of the best. I never understood each of them but now I got a grasp about it.!
@Skalexsong
@Skalexsong 3 жыл бұрын
This is really makes the reactive feature looks very easy, thanks :)
@hroman_codes
@hroman_codes 2 жыл бұрын
This was amazing and to the point. Thank you 🙏🏻
@rpf23543
@rpf23543 8 ай бұрын
Awesome content!!!! Please more of this kind! Thank you so much!
@yonoseespanol
@yonoseespanol 3 жыл бұрын
I'd love to see a video comparing web component abstractions like litelement vs. frameworks (or libraries) like Angular and React.
@whilelab
@whilelab 3 жыл бұрын
Wow, just wow, so much information in so little time and well explained. I was always confused about react hooks
@tarunkr5352
@tarunkr5352 Жыл бұрын
short and simple explaination that's what devs want. this is just that.
@ByteBuf
@ByteBuf 7 ай бұрын
Amazing work, learned more here than I have in years!
@eryetchen2667
@eryetchen2667 3 жыл бұрын
this is so detail, thanks!
@ALbertoDoriguzzi
@ALbertoDoriguzzi 3 жыл бұрын
This comes at the right moment - thanks man!
@zacktaylor1143
@zacktaylor1143 2 жыл бұрын
Your UseEffect explanation was brilliant.
@shaheenumar4926
@shaheenumar4926 2 жыл бұрын
Every second is worth watching this channel.❤️
@KaleemKhan-uf4fb
@KaleemKhan-uf4fb 2 жыл бұрын
This is some amazing work you have done!
@mattshnoop
@mattshnoop 3 жыл бұрын
I have never used React before, and this video has made me that much more comfortable sticking with Vue 😅
@degitgitagitya9473
@degitgitagitya9473 3 жыл бұрын
Hooks are beautiful. I have projects using both react and vue, both are awesome. I'm a react guy and i think it's easy to learn Vue if you already on intermediate level in React. But I don't know the learning curve if you learn Vue first.
@ujjwalchetan4907
@ujjwalchetan4907 2 жыл бұрын
Very crisp and precise as always 👌👌
@lukor-tech
@lukor-tech 3 жыл бұрын
I needed this like a year ago. Thank you!
@koka6414
@koka6414 3 жыл бұрын
For the work you do, I love you Jeff ❤️
@saqlainalvi5485
@saqlainalvi5485 2 жыл бұрын
I wish I had seen this video when I began learning hooks. Took me months of study and practice to understand them fully. This would have been a good entry point. Most tutorials fall short.
@HenningGu
@HenningGu 2 жыл бұрын
You have no idea how much I need this
@josephuwagwu3069
@josephuwagwu3069 3 жыл бұрын
Excellent content, thank you for sharing your knowledge .
@vishmapdas7898
@vishmapdas7898 2 жыл бұрын
I have a feeling that you will add much value to my life. Liked and Subbed.
10 React Antipatterns to Avoid - Code This, Not That!
8:55
Fireship
Рет қаралды 699 М.
ONE MORE SUBSCRIBER FOR 4 MILLION!
00:28
Horror Skunx
Рет қаралды 46 МЛН
SUPER tasty dinner for my husband #shorts by Tsuriki Show
00:16
Tsuriki Show
Рет қаралды 2,1 МЛН
React Hooks Course - All React Hooks Explained
1:26:21
PedroTech
Рет қаралды 1 МЛН
I re-coded Minecraft, purely for MAXIMUM FPS
11:26
Element X
Рет қаралды 58 М.
Nintendo just killed open-source emulator Yuzu
4:26
Fireship
Рет қаралды 658 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,2 МЛН
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 254 М.
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,4 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 6 МЛН
iPhone 15 в реальной жизни
20:03
HUDAKOV
Рет қаралды 653 М.
Cách sửa này được không các bạn?
1:00
Cơ Khí Toàn Nghĩa
Рет қаралды 789 М.
Распаковка айфона в воде😱 #shorts
0:25
Робот зарядка на 65W🤖
0:36
serg1us
Рет қаралды 1,6 МЛН