#30: Hooks in React JS in Hindi | useState in Hook in React JS in Hindi in 2020

preview_player
Показать описание
Welcome, what is Hooks in React JS in Hindi? We will see the useState hook in react js in Hindi. Hooks are functions that let you “hook into” React state and lifecycle features from function components. Hooks don’t work inside classes — they let you use React without classes. React provides a few built-in Hooks like useState. The useState hook allows us to make our function components stateful.

When called, useState returns an array of two items. The first being our state value and the second being a function for setting or updating that value. The useState hook takes a single argument, the initial value for the associated piece of state, which can be of any Javascript data type.

************* Must Watch Videos For Web Development *************

➡️ #23: Array in React JS in Hindi | React JS Project Netflix App #2 in Hindi in 2020



*********** CLICK HERE TO WATCH *************

***************** MUST WATCH VIDEOS ******************

Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi

Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.

Don't Forget to Follow me on all Social Network,

Рекомендации по теме
Комментарии
Автор

Guys, this is the most important topic in ReactJS✅ tho end tak dekhna n kuch doubt ho tho jarror comment krna.. me aane walo video me clear krta hu🙏

ThapaTechnical
Автор

Brilliant.. Thapa ji aap kya samjhate ho.. really standing ovation to you.

BlueOnmoon
Автор

You have provide all the basic information about useState that every begginner needs first. Than U Sir. May Allah Bless U

rahehaq
Автор

million times better teaching style than code with harry

Hamidsahi-po
Автор

Thanks bro jo concept kahi pr clear nahi ho ra tha wo apke channel pr aake clear ho jata hai, keep making videos and keep helping students

funadda
Автор

Bhai tumhari dialogue delivery khatarnaak hai . Awesome ...
Jisko react nahi bhi padhne ka man hai, wo bhi tukud-tukud dekhta rahega tumhari video ko.
Badhiya kaam kar rahe ho .
Mujhe ye youtube recommendation me aya tha video. maine bas yu hi start kiya, lekin poora dekh gya. 🤣🤣🤣🤣🤣🤣


All the best bro .. Well Done

DeepakKumar-whbv
Автор

Sir aapse padh kr aatma tript ho jaata hai one of the best explanation about react hooks thanku sir

priyabratpriyanshu
Автор

for starting at 10 and decrement upto 0 the code is

const App=()=>{

const state=useState();
const[count, setcount]=useState(10);


const IncNum=()=>{
if(count>0){
setcount(count-1);
}
}

defaulttuber
Автор

I was just thinking to watch another video on hooks due to lack of my own understanding and then bonus section began and now my concepts are fully cleared, Way to go Thapa Bro, you are a genius 🔥

Shahzaib-ungl
Автор

from few previous days I was practicing usestate hook but was unable to understand cycle of how it actually works you are just a blessing for learner cant say thanks in words you are amazing yar you are amazing...Thanks alot men

sanazainubbukhari
Автор

meny ap sy bht kuch sikha hy React Js ka....or ye topic isi video sy smj aya aj
shukrya brother
Love from Pak ❤️❤️❤️

awaishussain
Автор

Aap ye jo fat arrow function ke peeche pade hain bahut sahi hai qki ye ab yaad ho gaya hai. Thank you

mr__atiur
Автор

CSS : Responsive
*{
box-sizing: border-box;
margin: 0px;
padding: 0px;
background-color: #d2dbdd;
}

h1{
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 50%;
left: 50%;
font-size: 46px;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
button{
font-family: Arial, Helvetica, sans-serif;
position: absolute;
font-size: 15px;
text-transform: uppercase;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 60px;
border-radius: 4px;
font-weight: 600;
background-color: rgb(243, 103, 243);
color: white;
border-style: none;
cursor: pointer;
width: 150px;
height: 50px;
}
button:active{
color:wheat;
}
button:hover{
font-size: 20px;
background-color: rgb(255, 60, 255);
}

akshatvyas
Автор

To increase by 10 just setCount(count+10);
To decrease setCount(count-1)
thank you for explaining!

CHSPlays
Автор

the best thing is he explains anything in a way, a beginner can understand easily.

himankverma
Автор

Honestly speaking, you are my motivation while learning Reactjs

AnkitKumar-qlgh
Автор

Sir, make a complete project in which use react as a front end and php as a back end, because from that beginners got the idea that how actually react is work and they get job as a beginners.

letsshowdesigns
Автор

He can change a donkey to a coder....
After watching hundreds of videos of code with harry and techgun on reactjs i love your content...
Your one video tells many thing compared to others hundreds of videos....
Edit:love you broo....

kartikbhardwaj
Автор

This was the most challenging video in this series

arunsharma
Автор

Thapa Your Teaching style is very nice here in Pakistan IT our IT students Listen and learn you, So Thanks From Pakistan .

HuzaifaUsman