Hello Piyush! This is an appreciation comment. You've got some serious teaching skills. Keep up the great work. I would love to see more of your React JS projects here :) Stay blessed.
Appreciate this explanation. I tried to learn react multiple times from multiple teacher or couch. But everything went over my head. But first time, after seeing this video, I understood the hooks. Otherwise i afraid about hooks. Your explanation says that you may stuck on that too. Because you easily understood where we may stuck. And you was right. Thanks bro. You're the smartest Developer ever I've ever seen
bahut acha lag raha hai sir mast pada rahe ho lage raho piyush sir mughe use state or state samgh nahi aa rah tha aapne samgha diya thank u so much sir u r the best
hey! piyush i was following some other playlist i wasted nearly 2-3 day studying 6-7hours but i understoood nothing... but after landing on your playlist of react.... is like great relief and understanding the concepts in visual manner.. fantastic video
I Want to become a Font-End Developer and i am currently fowwing your React Series..and one this i really want say is that....I am Loving it, the way you explained each and every concept is Amazing. Love your work..Thankyou for creating this Beautiful Playlist... i guess i am on a right path :)
Hello Piyush! This is an appreciation comment. You've got some serious teaching skills. Keep up the great work. I would love to see more of your React JS projects here :) Stay blessed.
Bhai aajse to mein apka fan ho gaya 😃...sabse best explain kiya hai 🔥🔥
Me too
Appreciate this explanation.
I tried to learn react multiple times from multiple teacher or couch.
But everything went over my head. But first time, after seeing this video, I understood the hooks. Otherwise i afraid about hooks.
Your explanation says that you may stuck on that too. Because you easily understood where we may stuck. And you was right.
Thanks bro. You're the smartest Developer ever I've ever seen
Finally I know what is hook.
My fear become fair.
How I thank you I can't understand.
May allah Bless you and prosper in life.
Excellent content and explanation brother 🎉
bahut acha lag raha hai sir mast pada rahe ho lage raho piyush sir mughe use state or state samgh nahi aa rah tha aapne samgha diya thank u so much sir u r the best
I watched so many videos of states but was unable to understand but now my concepts are clear. Very helpful
I am glad that you liked the video.
Would put best efforts to make more quality education videos 🚀
hey! piyush i was following some other playlist i wasted nearly 2-3 day studying 6-7hours but i understoood nothing...
but after landing on your playlist of react.... is like great relief and understanding the concepts in visual manner.. fantastic video
Dear brother your way of teaching is just awesome today my initial concepts are cleared now Thanks
Aapne ek achhi series banayi hai thanks 🙏
You are awesome bro. Keep making such videos
Hi
Piyush, Really well Explained For React I followed your video
Thanks a lot Rammeek 🔥
Keep supporting keep learning 🚀🚀
import React from 'react';
export function App(props) {
const [count, setCount] = React.useState(0);
console.log('Count: , count);
const numberIsFun = () => {
if(count%2 === 0){
return "even"
} else{
return "odd"
}
};
return (
COUNT IS : {count}
Number is {numberIsFun()}
setCount(count + 1)}>INCREMENT
setCount(count - 1)}>DECREMENT
);
}
Good explanation 🎉
import React,{useState} from "react";
function CounterComponent(){
const [count,setCounter]=useState(0);
return(
value of counter is - {count}
{count%2!=0 ? "number is odd" : "number is even" }
setCounter(count + 1)}>change count
setCounter(count - 1)}>decrease count
)
}
export default CounterComponent;
Great work brother 🙌🏼❤
Thank you so much 😀
I Want to become a Font-End Developer and i am currently fowwing your React Series..and one this i really want say is that....I am Loving it, the way you explained each and every concept is Amazing. Love your work..Thankyou for creating this Beautiful Playlist... i guess i am on a right path :)
Thanks a lot for your Kind Words! 😇 Best of luck! 🚀
Good 🎉
you explain each and everything in detail by watching your videos i learned easily can u please make videos on angular
thank you bhiaya
love you sir finally understood hooks
Thank you
Bhaiya Please Create a Playlist on TailwingCSS also..
respect sir
Thanks bhaiya
♥