1. Props are basically used at the run time. 2. Dynamic values we can send to the Child component in the parent component like normal attribute type in the component tag. 3. Once these are defined we can get those values in the component using parameters based on the functional component. So directly we can display those values in components using props. parameter name. 4. In class components directly we can get through the constructor or use this. props. parameter name, but constructors are not mandatory. 5. Here props are not mandatory to name in the component we can give them as per our wish. 6. As per our wish we can call the component in the parent component. 7. Props are immutable we can't override the existing values in the component. Note: When we use the constructor keyword in the class component compulsory we have to include the super() keyword inside the constructor function. This is as per the ES6 rule, but in this video, this point is missing. I tried but I got the error. That's why I mentioned this point. This will help other developers. Nice explanation.
I started watching these telugu tutorials and every thing is going straight into brain ( permanent memory) 🙂. Thanks to the tutors detail knowledge, awsome !
Excellent mam, you have great clarity and knowledge on the concepts. Chala chala baga cheptunaru. I wish you succeed and do more and more vedios. Chala thanks mee efforts ki and patience ki.
For the people who are not able to render the content while using Class Based Component use class User extends React.Component rather but in video we can find it as class User extends React.component ............ we should use capital C for component then only it works
Hi, In props concept using class function. I am facing issue for constructor declaration in console.log. If anyone facing issue please use below code "super". example: - class User extends React.Component{ constructor(props){ super(props); } render(){ return(
user Name: {this.props.name} Age: {this.props.age} Location: {this.props.place}
mam meeru oka project (amazon) chestara using react?............ inka how to delete an item in the cart using functional components oka trick cheppagalara veelaitey.................
1. Props are basically used at the run time.
2. Dynamic values we can send to the Child component in the parent component like normal attribute type in the component tag.
3. Once these are defined we can get those values in the component using parameters based on the functional component. So directly we can display those values in components using props. parameter name.
4. In class components directly we can get through the constructor or use this. props. parameter name, but constructors are not mandatory.
5. Here props are not mandatory to name in the component we can give them as per our wish.
6. As per our wish we can call the component in the parent component.
7. Props are immutable we can't override the existing values in the component.
Note: When we use the constructor keyword in the class component compulsory we have to include the super() keyword inside the constructor function. This is as per the ES6 rule, but in this video, this point is missing. I tried but I got the error. That's why I mentioned this point. This will help other developers. Nice explanation.
Good
Thank you!! It will be clear for everyone to let them summarize what they have learnt.....
Nicely explained
Bro,is 6th point is valid can u explain please
చిన్నపిల్లలకి explain చేసినట్టు చేస్తున్నారు.
తెలుగు లో కోడింగ్ ఇంత బాగా చెప్పటం చాలా గ్రేట్.
చాలా థాంక్స్ మేడం
Thank you so much
నువ్వు దేవత వి తల్లి ......🙏🙏🙏🙏
Thank you so much
Nizam madam chala Baga explain chesthunaruu❤
avunu naku okkokkasari alane anipisthadi
I started watching these telugu tutorials and every thing is going straight into brain ( permanent memory) 🙂. Thanks to the tutors detail knowledge, awsome !
Thanks for watching, keep learning
Excellent mam, you have great clarity and knowledge on the concepts. Chala chala baga cheptunaru. I wish you succeed and do more and more vedios. Chala thanks mee efforts ki and patience ki.
Thanks,keep watching
You are truly awesome, very detailed explanation step-by-step. Even absolute beginner will also understand very easily
Thank you so much
Chala thanks Andi Mee videos chala bhagunai , Mee explaination clear explanation chestaru , please continue don't stop
Thank you ,sure I do
Entha fast ga reply estaru ani anukoledhu ani
😀
the best explanation in telugu forever
Thank you
The way of teaching is awesome mam❤
Thank you
Super explanation mam..❤
Thank you
1)00:00:00 function component
2)00:15:55 class component
Thanks
For the people who are not able to render the content while using Class Based Component use class User extends React.Component rather but in video we can find it as class User extends React.component ............ we should use capital C for component then only it works
Good
Awesome.... Please cover the concept of how to debug code step by step in vs code when the button clicks in the browser.
Thank you,I will try
Clear Explanation 👍
Thank You
21:40 note point of access object in class components with help of this key word
Thanks please try to add all time stamps in single comment
Thank you swathi garu
Welcome
@@csworldtelugu Madam React gani Javascript gani emina paid courses unnaya medaggara?
@@nskiriti2884 as of now Javascript available,check below link
csworldtelugu.graphy.com/courses/Advanced-Javascript-Tutorial-6440da26e4b0a2ca8937a9c3
@21:10 to @21:40 not working ... showing error..give name only "props",otherwise giving other name resulting errors
Great explanation mam, can you pls share me the notes on react
Thank you, send email to csworlddoubts@gmail.com
Tq❤Akka🤗
Welcome
in the same view i want to export one form in components page when i click on a button that form will appear otherwise it wont show how to do this?
Hi,
In props concept using class function. I am facing issue for constructor declaration in console.log. If anyone facing issue please use below code "super".
example: -
class User extends React.Component{
constructor(props){
super(props);
}
render(){
return(
user Name: {this.props.name}
Age: {this.props.age}
Location: {this.props.place}
)
}
}
What is the error showing?
what is super(props)?
React... React..... Chudu entha mudduga undhi chudataniki.... Like like like ...dark theem ... Danyavadamulu
😄
Superb Explanation..!! R u covering React with Redux?
Thank you,I will try to cover
Ok Thankyou!! ❤️ From Kurnool
@@mehaboobqureshi8396 good
props ani kakunda verey name ichinaa functional component lo work avthundi,...but in class component it is not working .we must give "props"only
Thank you mam
👍
THANK YOU
Welcome
Very well explained 🤍
Thank you
mam meeru oka project (amazon) chestara using react?............ inka how to delete an item in the cart using functional components oka trick cheppagalara veelaitey.................
Yes I can do but for explaining it will take more time & If possible I will do a paid course on one such application ,but will take more than 1 month
Hi madam, how maby ways we can send data chaild to prent and explain that process madam
You can use
1. callback function
2.Context API
3.Global state management like redux
I got how to callback function madam,but how to redux and context api can u pls make one video for this madam .I got this question in interview
mam key board nunchi values thisukunte appud m rayali?
ruclips.net/video/IMCBfbH2DLs/видео.html
Watch this video
Bind input field to state variable & pass
Mam please do videos on mongodb and reactjs connection
React js front end part you can't connect with database directly ,you have to send request to server to store data in database
@@csworldtelugu then provide full mern stack course
It will take lot of time.I am uploading one by one
Thankuu
Welcome
Local host full details one vadio please
Ok I will
nice explanation sister. can know yours place
Thank you ,From east godavari
@@csworldtelugu me to east godavari
Good
Madam, react with typescript cheppochuga☺️☺️
Not now
@@csworldtelugu okay but react ni oka realtime project oriented ga cheppandi pls
Class compnent lo nenu constructor add chesthunte error vasthundhi mam
What error getting?
madem root.render use chyakunda ela print chesaru
It is in main.jsx file already
hi bsis react search bar using api oka video chestara axios or fetch
Yes next week
Mam can you explain vue js please
Not now
Waiting for Vue.Js concepts
Don't want ,it will take some time
Koncham ppts kuda add cheyyara
Send email to csworlddoubts@gmail.com
@@csworldtelugu ok
mam can you share the notes please
Send email to csworlddoubts@gmail.com
Address pettu first nuvvu adress pettu
😀