this tutorial series is the best l have found on React. thank you so much Mr. Hitesh. BUG: Sir - there are instances the password generated is less than the length specified, it still displays for the user the password however it is shorter than the user selection. work around l used is to use an if statement to compare the length of the password generated against the "length" required, if they are not equal re-run the "for loop", l created a function for the "for loop" to ensure for loop is not repeated. thank you once again
I actually was studying from chai and react and i came here to revise the videos that I've studied😅, and these videos actually helped me understanding concept more.
Hey Hitesh! It was a wonderful, easy to understand, basic to detail, everything you have covered in this video🤩 Thank you so much for creating and updating such contents. Keep Going 🤓
Hi , thanks for your tutos , very interesting and helping a lot. Juste a comment to tel you that there has been a small mistake in your code (nothing to bad). In the "for loop" you wrote "i
there is problem in for loop , hence i tried - for (let i = 1; i < length; i++) { const i = Math.floor(Math.random() * str.length + 1) pass += str.charAt(i) }
Great video but I did not understand why we need to use useCallback for generatePassword function. Since it is tied to useEffect, wont the function be recreated anyway? Please correct me if I am wrong. Thank you.
Excellent series so far. Just a quick question about the "onChage" method. When you write "onChange = {(e) => setlength(e.target.value)}," how does the javascript know to immediately interpret the "e" as the event? Thanks in advance!
The (e) is a shorthand for (event). It's a parameter that represents the event object generated by the browser when the onChange event occurs.Also the way function written here is with implicit arrow functions . Implicit return functions don't require any return keyword . (ES6+ JS Syntax)
Hy sir , there are several "Post Graduate Program In Cloud Computing" which offers Certification Aligned with AWS ,GCP, Azure and are providing industry lvl knowledge , practices , project developments and lot more , and are charging from 65k to 1.5 lakh having a course tenure of 6-8 months , wanted to know that is it beneficial to spend this much for these kindda stuffs, or just simply should pursue for individual certificates step by step (as u taught ) ,, it will gonna be very helpful if u can plz clear this out , for each and every perspective (beginner, intermediate , pro ). 😊
your single video cleared my all doubts about hooks
What a way to explain things even after working 8 years in industry i find lot of point to pick and dig dive thanks HItesh SUperman
Hitesh, I love the tutorials! Clear, current, and easy to listen to and follow. Well done.
thank you what a beautiful way to deal with React I loved it. man I do not feel time with you this is an amazing series to learn with thanks again
Hey Hitesh!
You are the best speaker about programming that I've ever watched and listened.
Thank you very much
this tutorial series is the best l have found on React. thank you so much Mr. Hitesh. BUG: Sir - there are instances the password generated is less than the length specified, it still displays for the user the password however it is shorter than the user selection. work around l used is to use an if statement to compare the length of the password generated against the "length" required, if they are not equal re-run the "for loop", l created a function for the "for loop" to ensure for loop is not repeated. thank you once again
I actually was studying from chai and react and i came here to revise the videos that I've studied😅, and these videos actually helped me understanding concept more.
you are the best Hitesh. your teaching style is just out of this world and simple.
Thank you, again, this series has driven home so many of the skills I have been struggling with in react, thank you.
This series is the best for beginners trying to learn react. You make it sound interesting and easy to learn.
Thank you Hitesh sir
THis is the most valiable 40 minutes video i have watched in a while...good job!!!!
Great video. Simple and easy with that explananation
thank you hitesh for this series. please continue this as long as as you can. Im learining a lot from this.
Yep, we will be building some cool mega project too in this series
Hey Hitesh!
It was a wonderful, easy to understand, basic to detail, everything you have covered in this video🤩
Thank you so much for creating and updating such contents. Keep Going 🤓
This is one of the best react series on yt❤
Thank you for the series!
Anyone watching this, just know that you in the right place..
if i will complete this series will I be able to crack the interviews?
Great Project. Great Attitude. Great UI.
Thank You sir ..❤
i came here after watching 3 hrs video on another channel.
The way you help us make to understand concept in JavaScript , is superb.
real hero in development
Thank you hitesh for this series really i am enjoying this playlist and building a frontend project from scratch
thank you Hitesh sir for this series.. Im learining a lot from this.
Thanks, Hitesh. In general, I wouldn't comment, but I want you to make such more videos, hence I'm on it for your morale. Cheers.
Thanks a ton
Thank you for sharing this video series which helps so much for learning react from scratch
Your videos are best so far
very much interested sir... thanks so much for this series it help us a lot in our projects
You are most welcome
You are doing really good work. Your videos are always helpful for me. Thanks Hitesh 👍
Glad to hear that
Vamossss...... you are an inspiration to many... bravooo 💪🏿💪🏿💪🏿💪🏿💪🏿💪🏿💪🏿💪🏿
Hi , thanks for your tutos , very interesting and helping a lot.
Juste a comment to tel you that there has been a small mistake in your code (nothing to bad).
In the "for loop" you wrote "i
right, or start the loop at 0
Thank you for this course sir , please continue this series as long as you can. ❤
Great effort towards quality of teaching
Thank you for the Quality of teaching, Sir
Your videos are always helpful for me.
Thank you for your free educational video.
thank you what a beautiful way to deal with React I loved it.
Thank You sir, you are doing a great work!!!!
100th Comment Hitesh Bhai
From chai and code ❤
i love that one
Thank you sir for this course❤❤
Amazing video, learnt a lot of things, Thank you so much Sir🤩
Great work, appreciated. 😃
Thanks for giving this nice course
quite informative video learnt a lot in it. one little confusion, i did not get why we used "usecallbak" when "use effect" is doing the same thing.
Really helpful series for learning to react
Keep going Bro! Great Job
Why only 100 comments for this quality stuff.....
Thanks for this course and your work on this.
Great tutorial!!
Hitesh brother 💐💐
Sir keep it up , i am following your both channels.
Keep watching
there is problem in for loop , hence i tried - for (let i = 1; i < length; i++) {
const i = Math.floor(Math.random() * str.length + 1)
pass += str.charAt(i)
}
great Hitesh
Please, please keep going !
Thank you. Very useful video.
You are welcome!
Nice explanation.
I love this react coding
Nice work bro
Thanks Hitesh...
Great video but I did not understand why we need to use useCallback for generatePassword function. Since it is tied to useEffect, wont the function be recreated anyway? Please correct me if I am wrong. Thank you.
its really awesome
Im very much thankful to you sir
Awesome. Learned about usecallback hook.
Glad it was helpful!
Thanks Hitesh please can you do something on python. You are the best
Hello Sir, Great video, though one query , why we used dependency array on both useeffect and usecallback ?
Thank you so much for this video
great work
Haanji you are back 😅
Thanks 😊
Let's go ❤
❤️
Excellent series so far. Just a quick question about the "onChage" method. When you write "onChange = {(e) => setlength(e.target.value)}," how does the javascript know to immediately interpret the "e" as the event? Thanks in advance!
The (e) is a shorthand for (event). It's a parameter that represents the event object generated by the browser when the onChange event occurs.Also the way function written here is with implicit arrow functions . Implicit return functions don't require any return keyword . (ES6+ JS Syntax)
yes sir sooooo intrestedddddddd
guys, what extension prompts vs code to autocomplete useState snippets as shown in 09:40.
GitHub copilot
It's ai bro may be supermaven pro or some co pilots.. don't use that btw
how are you getting the auto suggestions when you are defining the states?
Intelisense or ai like tabanine, copilot,cody
Could you please share which extension you're using to receive auto-suggestions in your code editor?
Again, no words
much needed
wonderful
Ey intern hire kr rhe hain? Ey techthon comp sahi hai?
Thankyou ji
thanks sir
Thanks
🔥🔥🔥🔥🔥🔥🔥
thanks🎉
make more don't stop
nice
Day 3 of React Journey. 5th video of the day.
we are interested
Thank you
You're welcome
generatePassword function is working without useCallback.... why?
Why bootstrap is not used here
Bootstrap, tailwind or any third party, this series is not focused on CSS
great content and effort!! Appreciate it so much. thanks a ton. can anyone tell me where to find CODE FILES?? i cant find it from chaicode!??
❤❤❤
Starting easy project:- 🤡
Ending complex project:- 🗿
Why in this channel less react video or u r uploading slowly... 😢😢
I upload as I get time from life 😁
Hy sir , there are several "Post Graduate Program In Cloud Computing" which offers Certification Aligned with AWS ,GCP, Azure and are providing industry lvl knowledge , practices , project developments and lot more , and are charging from 65k to 1.5 lakh having a course tenure of 6-8 months , wanted to know that is it beneficial to spend this much for these kindda stuffs, or just simply should pursue for individual certificates step by step (as u taught ) ,,
it will gonna be very helpful if u can plz clear this out , for each and every perspective (beginner, intermediate , pro ). 😊
Simplilearn ?
yep , any kinda info u know about ???@@ogawde7
Benefit is a very personal term. Each offering has it's own value proposition.
Thank you hindi fan
❤️
♥♥♥♥