Why you need hooks and project

preview_player
Показать описание
Sara code yaha milta h

Discord pe yaha paaye jaate h:
""/discord
Instagram pe yaha paaye jaate h:
Рекомендации по теме
Комментарии
Автор

React is temporary but Hitesh sir explanations are permanent 🎉

unknown-dysy
Автор

Hooks in React ⚛
Intro 0:00
Start 2:21
creating the project 2:30
UI updation with simple JS 8:00
Problem in UI updation with JS 10:50

Hooks in React intro 13:00
Hooks (useState) implementation 15:13

Assignment 26:11
Conclude 27:14
Thank you sir.

quickSilverXMen
Автор

17:36 samajh gaye sir ji.. bahut hi practice example se aapne realise karva diya ki react ki kya jarurat aur power hai aur react exactly kya problem solve karta hai.. 🙌

kinlearn
Автор

let [value, setValue] = useState(0)
const addValue = () => {
if (value == 20){
setValue(value = 20)
}
else{
setValue(value+1)
}

}

const removeValue = () => {
if (value > 0){
setValue(value - 1)
}
else{
setValue(value = 0)
}

}
This is the whole solution !
Sir your teaching style is just extraordinary, so humble, so many clarity ! Thank you so much

sayandeepsadhukhan
Автор

25:11 state changes are asynchronous that's why the value in console is not being updated immediately. An important detail that got overlooked in the video, maybe because the agenda for this one is a little different. Keep the good work up, very

purposedriven
Автор

The way you teach is really clam most of the youtubers rush in teaching idk why. The calm manner really boost up the confidence. Newly subscribed :)

muhammadhilal
Автор

I have seen your chai aur backend series, and now referring this series, your teaching method is awesome sir, very helpful.

akki
Автор

Probably the best explanation of concepts I've seen on youtube.

harshitnayan
Автор

Thanks Bhaiya for being a great explainer. Learning in this video is that React hooks are basically used for updating the UI (User Interface). We don’t need to reflect each and every change manually. React makes UI updation easy. That’s why we should learn about hooks in React.

Muhammadamir-kxjx
Автор

The way of explaining is awesome. Linking the real world example with the concepts, no one can explain like u sir. I am grateful that learning things from a great professional.Thankyou for the such a amazing content sir.

saikrishna-orqj
Автор

I have no words for your explanation sir. now hooks topic is crystal clear.

sakshigupta
Автор

Ap itne ache se smjhate hy dil krta hy video khtm e na ho 😃 Thank you

JunaidKhan-nytu
Автор

End level explanations.No what matter what your mood is but when you see his smile your inner coder wake's up and then you forget clocking is ticking.

decent
Автор

pehli baar dhng se smjh aaya ye concept, thnk you so much sr

sanjananegi
Автор

Appne itna achhe se samjhaya ki video khatam ho ne se pehelei assignment khatam ho gya

function increment(){
if(counter + 1 > 20){
alert("Limit exceed")
} else {
setCounter(counter+1)
console.log(counter);
}
}

function decrement(){
if(counter-1 < 0){
alert("Value cannot be negetive")
} else {
setCounter(counter-1)
console.log(counter)
}
}

sagarsen
Автор

"Thanks for being an awesome React teacher! Your teaching makes complex concepts seem so much simpler. Your clear explanations and relatable examples really help us understand and apply React effectively. Grateful for your patience and dedication in guiding us through this journey. Looking forward to building more cool things with React, all thanks to your great teaching!"

Hafijur
Автор

Sir thank you for creating such a beautiful javascript playlist, one more request sir please create more projects on it so that we can gain confidence in js.
Love from West Bengal ❤

sukhendubanerjee
Автор

Wow, itna smoothly smjhaya, pta hi nhi chla kab video khtm hone pe aagya

xdcoder_xyz
Автор

the way you explained the concept of states and hooks was very beautiful...thank you Hitesh bhai..

hassanhameed
Автор

Absolutely incredible! Your ability to simplify explanations is truly amazing. I have decided to follow this entire series of react JS from you and intending to not just passively watch, but actively engage and practice every step. The accessibility of learning material in such a user-friendly manner is genuinely refreshing. A big thank you for that! Eagerly looking forward to the release of more tutorials. Keep up the fantastic work! 🚀

pareshkamaliya