React Hooks: Beginners, Intermediate, and Advanced

preview_player
Показать описание
Learn how to control data in react using useState hooks, from a beginners perspective.

Then we’ll do a small intermediate step with the useContext hook.

Lastly, we’ll do a little advanced react and create our own custom hook to reuse throughout your application.

Timestamps:
0:00 Intro
1:32 useState
16:38 useContext
18:44 Custom Hook
Рекомендации по теме
Комментарии
Автор

great explanation! so basically custom hooks = components but it only return data?

elsenyacub
Автор

Third part of the video should be useEffect instead of useContext I think :)

Mickeymiko