[ReactJS Newbie Series] 5. Simple React UseState Hook

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

What you will learn in this video?
1. Define a function
2. How to use a function to a props instead of using inline function
3. Learn about React is a UI Library, therefore it can't track variable directly and render it.
4. Use useState Hook to track variable value changes.
5. Good Habit: Update on Github.

This Video Series Link:    • ReactJS + ReactStrap + Bun [Newbie Series]  
Previous Video: 4. React button onclick

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 576ec2de0a4e2155ffe4766169c55d9798afce91"

Timecode:
00:00 Define function to Increase & Decrease Variable
00:36 Why variable changed but not displayed?
01:20 Use useState Hook to track variable changes
02:22 Update to Github

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