best baat ye h short video m jada knowledge milti h great 👌👌
@codingssprint73623 жыл бұрын
sahi bat hai
@UdayPawarUdi2 жыл бұрын
Yes
@KhanEditz9292 ай бұрын
React components use props to communicate with each other. Every parent component can pass some information to its child components by giving them props. Props might remind you of HTML attributes, but you can pass any JavaScript value through them, including objects, arrays, and functions.
@umeshtandon459 Жыл бұрын
No.1 Tutorial of React on the KZbin Ever
@abhishekkashyap57975 ай бұрын
Thank you sir, I watched your Videos on regular basis, your presentation is so good easy to understand👍
@VishnuYadav-lv7zd3 ай бұрын
best teacher in youtube
@trieudien19902 жыл бұрын
you're great at teaching the component function and also teaching the component class
@UmarFarooq-jy4bz Жыл бұрын
I have watched so many videos for props understanding but this was very useful for me... Very clean and easy method of teaching... Thanks 👍👍👍 and keep it up.
@apurvtewari3779 Жыл бұрын
Cut to SHORT you are a LEGEND man.
@mithileshpatel43982 жыл бұрын
Sir along with your content your interview questions are also great. They help a lot in understanding the inner concepts
@amanmujawar9176 Жыл бұрын
Thank you Sir ❤ It was really helpful.
@bharatpuri38123 жыл бұрын
Thank you for the react series. your way of presentation is very nice. i can easily understand it. awesome videos
@RajSingh-cr7uk2 ай бұрын
thnx bro... easy to understand
@real_amityadav722 жыл бұрын
thnaks for this serise and i have learn to lot of this course
@travel2react5672 жыл бұрын
Best tutorial on React.js
@alltoall2 жыл бұрын
Amazing Tutorial
@nikhilflautist3 жыл бұрын
Anil Sir, why at 8:10, you write name and other prop value in a {" "} but you didnt write email prop value in a { }???
@relaxmindzone65783 жыл бұрын
I am glad I found your videos, they are in detailed and Awesome for a beginner as me. Sir can you just any book to revise this concepts again and again.
@UdayPawarUdi3 жыл бұрын
yes can u provide link to revise the concepts because we have to load the videos again and again
@watch_me1 Жыл бұрын
Sir ham jab name ko pass as props pass kar rhe hai tab uski Curly braces m kar rhe h and email ko without Curly braces toh sir aap bta skte hai kab hmko Curly braces use krna hai and kab nhi while passing props
@just_casually6242 Жыл бұрын
other me double curly breses kyu lagaye hai ?
@crazetalks6854 Жыл бұрын
yes we can send function as a props in props from one component to another component
@BhagyaShree-us2ye8 ай бұрын
can u explain difference between props and state when to use when
@yogeshlandge7832 Жыл бұрын
Thanks ..a lot sir...😊
@siyammaahmud499610 ай бұрын
Object showing two print in the console at a time......is this a problem or any error....?
@vishalsutar97999 ай бұрын
Yes we can pass functions by via props
@sagarkumarmishra8593 Жыл бұрын
Sir
@ashurajput357 Жыл бұрын
No in app.js
@umairali23602 жыл бұрын
good one
@coder-cc4pd9 ай бұрын
yes you can send function using props
@BALRAMKUMAR-yr7xw2 жыл бұрын
in aap.js me name ko {} k under likha h but email ko q nhi plz explain sir
@ZahiidKhan2623 жыл бұрын
Jaise isme props ke help se data pass krte h waise css ko bhi pass kr skte h kya??
@alltoall2 жыл бұрын
Yes Inline Styling Kar Sakte han
@SHAHEDUCATION-re1bb5 ай бұрын
Sir, but aapne ye nhi btaya kyu nhi kr skte?? Please, answer the why part also.
@sunnytiwari14852 жыл бұрын
yes we can pass the function as a property.
@dharmikm826210 ай бұрын
Hello Anil Your Video is amazing bro ... But still I confused Can I Pass the date child to Parent Using Props ?
@RajnishKumar-oj3vr2 жыл бұрын
Yes we can pass function as prop to child component
@divyanshsinghbhati6026 Жыл бұрын
yes you can a pass a fn as a props.
@tausifshaikh75443 жыл бұрын
Yes, we can pass function as a property.
@Ch-Usman Жыл бұрын
Q. I have set a props like name={Muhammad Usman} But output show only first word Muhammad, why?
@ashurajput357 Жыл бұрын
Put them without space
@shydcuk Жыл бұрын
@@ashurajput357 pass them as a string in " "
@Rehan_Official121 Жыл бұрын
Sir aapne file name and functions and classes name same kyu rakhe bahut confusion kar diya
@Hope_for_life Жыл бұрын
thanks anil
@uzmauzzi44592 жыл бұрын
yes we can pass function in useState update function
@sujitranjanbarik81969 ай бұрын
When i pass the props to component it render twice. Why ?
@Neerajvlogs-pn9eo2 жыл бұрын
Bhai mere me blank screen show ho rhi h output me Esa kyu
@darpansingh32710 ай бұрын
multiple value kese use kare const [name,setName] = useState("rohit")and again using const [email,setEmail]=useState , onclick call back fuction on button ....how to suddenly change both value of setName and setEMAIL.
@jyotichabba14872 жыл бұрын
Sir name="Anil" and component function me name pass v kr skte ha and jaha call krna ho waha direct {name} pass kr skte ha
@ashurajput357 Жыл бұрын
Yes
@abhay_d_bhadouria3 жыл бұрын
Sir i think you should make a folder in src for components and then use rfc in it. That will be much better for an organised project that's what I think 😅😅 maybe I'm wrong but i thought I should ask you this.
@codestepbystep3 жыл бұрын
we make this way also, but I am trying to make the tutorial as simple as possible so that anyone can understand, if we use rfc , we never learn how to make a component manually,
@abhay_d_bhadouria3 жыл бұрын
@@codestepbystep ok sir
@vikasphulriya1841 Жыл бұрын
@@codestepbystep great step nowadays most youtubers use boilerplate due to which when asked in viva or interview we are unable to write the basic component
@janvikashyap34303 жыл бұрын
Q-Why we can't use use state in the class components?
@jagdishjena90582 жыл бұрын
Listen there is a rule- class component ke ander we use setSate, to change the value but in functional component we use useState. Clear?
@ayushsrivastava918 Жыл бұрын
because useState is a hook and Hook are not implement in class component.
@syedateeq16023 жыл бұрын
Function k andar parameters nahi arguments pass krte haii*