Thanks for this video. Only yesterday I had this issue while doing my react assignment that whenever I was clicking on the button the data had to be displayed on screen (same page) but instead the page was refreshing and data wasn't displayed. Then I removed the button tag from form tag and the issue resolved.. but I didn't really understand why it was happening but now my confusion is clear. So basically the form tag has this property to refresh the page on button click.
Awesome Videos Vinod, just have a small confusion... Why do we need 4 state here. We can use one for first name n second for last name to change H1 state. Instead of other two, we can use global variables to store values and update in state function. Hope u understand my question...
thanks thapa bhai but ek query hai 3 useState se work ho sakta tha wo jo lastName hai usi ko me daal dete baat ban jati maine karke dekha submit ho gaya tha
Thapa sir .... Data structures in one video bnaiye plz.... Its a request...sir ... Jisme (stack,queue,linked list) sb ho.... And thanks for your awesome videos ...😇😇
brother main bahut kosis kar liii TAILWIND CSS koo REACTJS se integration karne ki lekin hoo nahi paa rha hai too aap video banaye uss par aur integration kare yaaa phir mujhe kuch bata dijiye jisse kii TAILWIND CSS integrate hoo jaye main official website bhi dekhi hai lekin kuch problem hoo rha hai isliye aap kare yaamujhe kuch aisa bata de jisse mere liye asasni hoo jaye umid hai aap comment padhege...and you are doing well brother...i really enjoy your video and lots of learning from you....
just want to know, you created input field with onChange event, so it means, i have bigger form there is lots of fields so you accordingly, we'll create multiple events with variables as well. is it correct way?
Hi bro, I have to make a login page using reactJS but I have to also use validation like I have to manually store username: admin and password: admin and need to match at the login time that username and password are matching or not. Can you please tell me, How can I do.
(UserType1, userType2) Login ke baad page redirect karna hai. agar userType1 h to different dashboard par or type 2 ho to different dashboard pr redirect ho jaye??? plz btao any video
We can do it on another way Like this: const onSubmit = (event) =>{ event.preventDefault(); const showFullName = name + " " + lastName; setFullName(showFullName); } So, we don't have to use another useState();
exactly , but you can also use string template inside the setFullName() like setFullName(`${firstName} ${lastName}`) by this ,anothe variable is not requierd to store the fullName
sir video asusual bht achi thi. pr sir dimad m na kichadi ban gai .. kuki apne last video k propective se theoritical bataya.. agr ap ek likh batate to thoda jyda clear hota concept.
i have i5 with 4 GB RAM 320 ROM can i install React on my machine with this specification safely please guide me please guide me i am watching your course from Pakistan please reply me i will wait for your response sir thanks
Sorry aj late hogaya upload krne me :) ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: ruclips.net/p/PLwGdqUZWnOp3aROg4wypcRhZqJG3ajZWJ
;)
we can do one thing.
we can do setFullName(`${firstName} ${lastName}`). No need to create another useState() function
Learning after 3yr🥺🥺🥺 you're so good teacher.
I'm just waiting for your new video, Thank you :)
Sir aapka video hamisha wait Kate hain, concept clear ho raha hai,love u sir...
waiting for the backend part
Your teaching is awesome bro , Thanks for making REACT so easy ....
sir ajj app sy pehly mene ye khud bana liya thank you sir apki wajah sy
very simple and enjoying and helpfull video thaukyou sir
Thanks for this video. Only yesterday I had this issue while doing my react assignment that whenever I was clicking on the button the data had to be displayed on screen (same page) but instead the page was refreshing and data wasn't displayed. Then I removed the button tag from form tag and the issue resolved.. but I didn't really understand why it was happening but now my confusion is clear. So basically the form tag has this property to refresh the page on button click.
Playlist of react is really fantastic 👏👏
Bhaiya one more thing plz tell about "Tachyons" how to install in VScode ??
best tutorial of react on intrernet still relevent in 2024
*_Awesome_* video as always ✌🏻💯
keep it up
wow aj itni jaldi reply mast yar
@@ThapaTechnical wait kr rhe the
@@DEEPANSHU_NAG :) so sweet
Bohot sahi Sir, keep doing it. Learnt a lot🤍🤍🤍🤍🤍
Hello sir,
Make video on checkout with coupons code and adding COD OPTION FORM
Thanks bro. Bro make one project live
04:20 - It's not a bug, it's a feature.
Awesome Videos Vinod, just have a small confusion... Why do we need 4 state here. We can use one for first name n second for last name to change H1 state. Instead of other two, we can use global variables to store values and update in state function. Hope u understand my question...
Same doubt
Yes I had the same question. Just use 2 variables to store the value during onchange and then assign them using set function
Superb... Perfect
hello vinod sir, hum input field ma value attribute k bina bhi apna ye wala kam kr skty hain... please guide me
Amazing explanation keep it up and spread up your knowledge bro
thanks thapa bhai but ek query hai 3 useState se work ho sakta tha wo jo lastName hai usi ko me daal dete baat ban jati maine karke dekha submit ho gaya tha
thank you, brother, for your awesome video. God bless you so much.....
Onchange event 9:33 and suddenly move next
Thapa sir .... Data structures in one video bnaiye plz.... Its a request...sir ...
Jisme (stack,queue,linked list) sb ho....
And thanks for your awesome videos ...😇😇
okkk banaunga
kya hum full name me he dono ko concat kar saktey ha . button ko click karney par? like..... setFullName(name + lname)
And bro please also teach us state management tools like redux and context api... plzzzz u can skip redux... Love from Nepal 🇳🇵 from 15yr boy
wow 15 Years Old.... Gr8
@@EWorldHub Thank You.
waah yaar! 15 ki umar mei, itna sabh knowledge kaise, aur apne channel pe Backend Node ke tutorials bhi hai, waah g, boht khooob, lekin kaise aapne kiya itna sabh 😃
@@thecoderraj3777 just passionate about tech and programming stuffs😁
brother main bahut kosis kar liii TAILWIND CSS koo REACTJS se integration karne ki lekin hoo nahi paa rha hai too aap video banaye uss par aur integration kare yaaa phir mujhe kuch bata dijiye jisse kii TAILWIND CSS integrate hoo jaye main official website bhi dekhi hai lekin kuch problem hoo rha hai isliye aap kare yaamujhe kuch aisa bata de jisse mere liye asasni hoo jaye umid hai aap comment padhege...and you are doing well brother...i really enjoy your video and lots of learning from you....
Vinod bhaiyaa...aapke paas full Backend ke playlist hai kya??
bro please show video connecting mongodb and react js in django
just want to know, you created input field with onChange event, so it means, i have bigger form there is lots of fields so you accordingly, we'll create multiple events with variables as well. is it correct way?
I too have same doubt.
@Thapa Technical How can we apply form validation using Hook up concept?
Can we use let keyword instead of const while declaring usestate hook
Hi bro, I have to make a login page using reactJS but I have to also use validation like I have to manually store username: admin and password: admin and need to match at the login time that username and password are matching or not. Can you please tell me, How can I do.
Bhai tussi great ho
sir video me jo coding karte ho use last me ek saath dikhaya kara coding ko
(UserType1, userType2)
Login ke baad page redirect karna hai. agar userType1 h to different dashboard par or type 2 ho to different dashboard pr redirect ho jaye??? plz btao any video
Thanks bro, can u make employee evaluation system project, plzzz...
I can develop it
This video ate all my mind :(
sir good working
sir ager ap multi user login pi videos banaiy to mahrabani hogi
thanks sir
We can do it on another way
Like this:
const onSubmit = (event) =>{
event.preventDefault();
const showFullName = name + " " + lastName;
setFullName(showFullName);
}
So, we don't have to use another useState();
exactly , but you can also use string template inside the setFullName() like setFullName(`${firstName} ${lastName}`)
by this ,anothe variable is not requierd to store the fullName
Maza aa geya bhai
do u want to complete the playlist together?
@@ayushthakur2896 yeah sure.. why not
Awesome!
How to use bootstrap jq code in react? Like menu collapse
Awesome 🔥🔥🔥
sir agar apne ko login data store karma ho to kese aur kaha karenge
Thank you so much ☺️
How to clear file input after form submit along with other input fields in React Form...
please help me...
Thanks in advance :)
setName('') add this inside the click or submit function
Waiting for Redux part
sir video asusual bht achi thi. pr sir dimad m na kichadi ban gai .. kuki apne last video k propective se theoritical bataya.. agr ap ek likh batate to thoda jyda clear hota concept.
can you make .net core joints with react.. something ???
i have i5 with 4 GB RAM 320 ROM can i install React on my machine with this specification safely please guide me please guide me i am watching your course from Pakistan please reply me i will wait for your response sir thanks
yes, no problem you can do this. it's not a heavy software, initial installation may be its take time but before that its all fine.
Bhai im a first in your channel can you please send css
agar form mei 10 field honge tou 10 bar use state use karna hoga?
Nai
Finally understand
sir yeh bahut complex tha
sir plz eske baad Angular and MEAN Stack karvana
awesome
Bht s log Typescript ko use krna ka bolty. Us k bary m kea kahein gy ap?
Ur awesome
Thank you bro
sir apne zoom karke nhi bataya read karne mai diffculty oraehe hai bhauth
so complex to understand for a person like me 😥
bro.. Facebook may kese apse connect koru.?
very nice
Sab samaj mai aa raha hai
Please provide source code of login page.
2 baar dekhne ke baad samjha
Thanku sir
osm
hook part in these video not understand
10:22
import React, { useState } from 'react';
function App() {
const [name, setName] = useState('');
const [lname, setlname] = useState('');
const handleSubmit = (e) => {
e.preventDefault();
setName(e.target.name.value);
setlname(e.target.lname.value);
}
return (
Hello {name} {lname}
Submit 👍
);
}
export default App;
shortest method
const [name, setName] = useState("Nadir");
const [password, setPassword] = useState("L-N");
const [buttonState, setButtonState] = useState();
const onChangeEventName = (event) => {
return setName(event.target.value);
};
const onChangeEventPass = (event) => {
return setPassword(event.target.value);
};
const onClickEvent = (event) => {
event.preventDefault();
return setButtonState(`${name} ${password}`);
};
sir hum is tarah bhi karsakte hain agar 4th state na banaen.
39 and 40 is the same video
Mera 3 useState me ho gya ...
💕❤️❤️💕
this was so confusing.....
but was good
;)
In this whole series this is your worst part
bar bar yekhi bat mat hola kro bhai
In this video u waste lost of time....
event.preventDefault(); is not working
Sir Please Check this onSubmit Code:
const submit=(event)=>{
event.preventDefault();
setUNamePass(uName+uPass);
}
thank you so much sir