React Hooks Course - All React Hooks Explained

preview_player
Показать описание
In this video I will teach you guys every single core hook from React!

-
-

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

Timestamps
00:00 | Intro
01:41 | UseState
15:19 | UseReducer
27:12 | UseEffect
38:52 | UseRef
46:44 | UseLayoutEffect
52:49 | UseImperativeHandle
01:01:09 | UseContext
01:09:29 | UseMemo
01:18:55 | UseCallback

#react-hooks #reactjs
Рекомендации по теме
Комментарии
Автор

Hey Bro just wanted to let you know I just won the project of the year and it wouldn’t have been possible without your help. Thanks a lot man. You don’t know much it has impacted me. Keep doing your thing. I’m dropping some Ms for you on my first pay slip. Cheers

depressedorange
Автор

Been learning React for about a month and I can safely say this tutorial was the most helpful out of any other React video I've watched

chickaberga
Автор

I think I'm finally understanding hooks and how they work. You explain really well. Thank you so much, Pedro!

emamarcela
Автор

I have to say something, your tutorial is way better than the documentation itself. You show the details and why everything goes on. To me this channel is definitely the go to place for programmers. Thank you very much and keep it up just like this, bro!

kramyshan
Автор

This was exactly the overview of React Hooks I was hoping to find. Thank you, Pedro, you're an excellent teacher.

davidnetk
Автор

Thank you for explaining the concepts in a simplistic manner. The way the content was structured is excellent and easily understandable for beginners.

scchengaiah
Автор

Pedro man, you are the legend mate. Never did I watch one tutorial that explains everything about React Hooks plainly. I am able to grasp all the hooks all in once. Well done!

jeffrey
Автор

I found this tutorial very useful, however there were a few things worth mentioning that were left out in the video.
1) useEffect hook is used for handling things outside the scope of React, like manually manipulating the DOM, make an API call, access to localStorage, etc.
2) useEffect hook is also used to keep different states in sync.
3) importance of the cleanUp funciton when using useEffect hook, to avoid memory leak on components that are not unmounted by React.
4) Main problem that useContext solve is to avoid prop drilling, in other words avoid passing props from a parent component to deeply nested components when components in between won't even use these props, if the idea is just to reuse a piece of component we can use custom hooks instead

andresguerra
Автор

I recently started as a full time software engineer out of college, and I have been interested in exploring some of my team’s front end stuff (which is using React). I went through several Udemy courses and YouTube videos, but always found myself getting very confused by their explanations. This video was by far the most helpful, and I have now gone from React looking like gibberish magic to having a decent understanding of how it all works! Thanks Pedro!

mabinogi
Автор

I love the way you explain things, and this is what bring me back to your channel every time I need my React skills updated. I went from 0 programming skills to building my own app exactly the way I wanted thanks to your CRUD tutorial series and I want to say that I am very thankful and will donate to you when I can. You are awesome and don't stop making videos, they are very much needed for people like me. Thank you.

karnencaldo
Автор

yo bro, in interview they asked me about useReducer hook and i gave the same example you gave here and i explained them in the same way as you. they were impressed and said no one really explained this usereducer like me, all thanks to you.

mr_wrath
Автор

Great, I was looking for this. I just finished my full-stack course and I need to reinforce my knowledge. Thank you.

noobdev
Автор

You're such a great teacher. I've learn more in your 1 and a half hour video course than a 15 hour course in Udemy.

zomerusama
Автор

This is exactly I wanted. Fantastic video, really appreciate your efforts, superb explanation of each hook with real-time examples. Cant thank you enough!!

mrugamajmudar
Автор

Pedro, I have a react interview on Monday and I am using your vids to refresh. Thanks for all your content! It's helping me be ready for any curveballs they have for me

codingispower
Автор

This is one of the most relevant tutorial I find out on React, the muscle of your head détend at your explanations, really, as react is almost confusing at times, you are really a great teacher Bro, you literally pops my esteem. YOUR tutorial is really like a part of a course bought on udemy, or somewhere else. You definitely are doing a great Job.Thank you for your consistency Pedro, it's means a lot for us, just keep going man...

ngouendgerard
Автор

Fantastic explanations of all the hooks. one of the best react hook video tutorials ive watched. I appreciate how you put bookmarks in your video for easy navigation too.

coltanium
Автор

Thank you so much Pedro!! This is such a clear explanation and this made me solve a lot of the issues I was having with my project! Well done and all the best

learnwithjoe
Автор

Pedro, this is an excellent video. I think almost all concepts in computer science are very easy once you understand them. But getting to the point of understanding them can be incredibly difficult. Your explanations and use of examples really simplified the understanding concepts part. I’ll check out your other videos, but really five stars on this one.

eb
Автор

Thank you for making this understandable video!! ✨ You're an excellent teacher!

achuntps