What you will learn in this video?
1. What is custom hook
2. How to create custom hook
3. How to use custom Hook
4. View & Logic separation
5. Fundamental of how real programming works in many scale
6. Good Habit: Update on Github.
This Video Series Link: • ReactJS + ReactStrap + Bun [Newbie Series]
Previous Video: 6. UseEffect & Dependencies
Links:
Reactstrap Documentation: https://reactstrap.github.io/?path=/s...
Github link: https://github.com/AkiraToya/basicbun...
This Github commit link: https://github.com/AkiraToya/basicbun...
To clone:
1. Go to terminal and go to the project folder you want.
2. Type "git clone https://github.com/AkiraToya/basicbun... ." ( dot means current folder )
3. Type "git checkout 10372ea4a4a606f0af298f545f59a68bc99c13b5"
Timecode:
00:00 What is Custom Hook
00:23 Create useCounter Hook
01:06 How to use useCounter Custom Hook
01:32 Real Programming Tips
02:15 Update Progress to Github
Thanks for watching. Hope this video series helps you learn faster.