[ReactJS Newbie Series] 8. Good Habit: Refactoring & How to Refactor Custom Hook ( IMPORTANT )

Опубликовано: 11 Июль 2026
на канале: Masteryst
9
0

What you will learn in this video?
1. What is refactoring.
2. Why refactoring is really important.
3. Export keyword in javascript.

This Video Series Link:    • ReactJS + ReactStrap + Bun [Newbie Series]  
Previous Video: 7. Custom hook Logic & View Separation

Links:
Refactoring.guru: https://refactoring.guru/
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 eb23504fdc85bdfe318223e002fff7352856fd8e"

Timecode:
00:00 What is Refactoring
00:51 Create Folder & File to Contain The Custom Hook
01:06 Move Custom Hook to New File
01:20 Import The Hook
02:08 Update to Github

Thanks for watching. Hope this video series helps you learn faster.