Premium Only Content

Lecture No 1 React Hook useState() How its work and used. #reactjs #javascript #development
The useState() is a Hook that allows you to have state variables in functional components. so basically useState is the ability to encapsulate local state in a functional component. React has two types of components, one is class components which are ES6 classes that extend from React and the other is functional components. Class components a Component and can have state and lifecycle methods: class Message extends React. The useState hook is a special function that takes the initial state as an argument and returns an array of two entries. UseState encapsulates only a singular value from the state, for multiple states need to have useState calls.
Syntax: The first element is the initial state and the second one is a function that is used for updating the state.
const [state, setState] = useState(initialstate)
We can also pass a function as an argument if the initial state has to be computed. The value returned by the function will be used as the initial state.
const [sum, setsum] = useState(function generateRandomInteger(){5+7);})
The above function is an online function that computes the sum of two numbers and will be set as the initial state.
#javascript #reactjs #map #developer #development #hooks #javascriptengineer
-
LIVE
LFA TV
23 hours agoLFA TV ALL DAY STREAM - MONDAY 9/15/25
791 watching -
54:12
Donald Trump Jr.
3 hours agoCharlie's Vision. Our Future. | TRIGGERED Ep274
143K103 -
1:03:35
BonginoReport
4 hours agoKirk’s Alleged Killer Dating Hateful Transgender??? - Nightly Scroll w/ Hayley Caronia (Ep.134)
80.4K99 -
1:01:12
The Nick DiPaolo Show Channel
6 hours agoKirk Assassination Exposes Insane Left | The Nick Di Paolo Show #1793
50.7K19 -
1:48:38
The Mike Schwartz Show
4 hours agoTHE MIKE SCHWARTZ SHOW Evening Edition 09-15-2025
24.1K11 -
LIVE
LIVE WITH CHRIS'WORLD
6 hours agoLIVE WITH CHRIS'WORLD - They Just Created 1 Million Charlie Kirks
99 watching -
DVR
Quite Frankly
7 hours agoStaggering Evil, Official Stories & Open Lines | Rich Baris 9/15/25
22.7K5 -
1:09:33
TheCrucible
5 hours agoThe Extravaganza! EP: 36 (9/15/25)
166K19 -
1:13:06
Candace Show Podcast
4 hours agoThey Are Lying About Charlie Kirk. | Candace Ep 235
101K484 -
1:47:40
Kim Iversen
5 hours agoWas There a Second Shooter in the Charlie Kirk Attack?
56.7K92