Props in react JS |React js tutorials in Telugu| Props in react JS in telugu | React js

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 102

  • @dileepnadukuru4493
    @dileepnadukuru4493 Год назад +13

    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.

  • @rajug3104
    @rajug3104 Год назад +8

    చిన్నపిల్లలకి explain చేసినట్టు చేస్తున్నారు.
    తెలుగు లో కోడింగ్ ఇంత బాగా చెప్పటం చాలా గ్రేట్.
    చాలా థాంక్స్ మేడం

  • @parresuresh9422
    @parresuresh9422 2 года назад +10

    నువ్వు దేవత వి తల్లి ......🙏🙏🙏🙏

  • @muralidharmoka
    @muralidharmoka 5 месяцев назад +1

    I started watching these telugu tutorials and every thing is going straight into brain ( permanent memory) 🙂. Thanks to the tutors detail knowledge, awsome !

    • @csworldtelugu
      @csworldtelugu  5 месяцев назад

      Thanks for watching, keep learning

  • @gangadharreddy4606
    @gangadharreddy4606 5 месяцев назад +1

    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.

  • @ramireddypanditi6823
    @ramireddypanditi6823 2 года назад +5

    You are truly awesome, very detailed explanation step-by-step. Even absolute beginner will also understand very easily

  • @professionalprasanth1246
    @professionalprasanth1246 Год назад +1

    Chala thanks Andi Mee videos chala bhagunai , Mee explaination clear explanation chestaru , please continue don't stop

  • @rajeshdy172
    @rajeshdy172 8 месяцев назад +1

    the best explanation in telugu forever

  • @aparanjiavula6547
    @aparanjiavula6547 10 месяцев назад +1

    The way of teaching is awesome mam❤

  • @PravallikaMadhyahnapu
    @PravallikaMadhyahnapu Месяц назад +1

    Super explanation mam..❤

  • @jeginilokesh
    @jeginilokesh Год назад +1

    1)00:00:00 function component
    2)00:15:55 class component

  • @mrdevtelugu
    @mrdevtelugu 10 месяцев назад +2

    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

  • @vdingding
    @vdingding 2 года назад +3

    Awesome.... Please cover the concept of how to debug code step by step in vs code when the button clicks in the browser.

  • @madhavianneboina4162
    @madhavianneboina4162 2 года назад +1

    Clear Explanation 👍

  • @jeginilokesh
    @jeginilokesh Год назад +1

    21:40 note point of access object in class components with help of this key word

    • @csworldtelugu
      @csworldtelugu  Год назад

      Thanks please try to add all time stamps in single comment

  • @nskiriti2884
    @nskiriti2884 4 месяца назад +1

    Thank you swathi garu

    • @csworldtelugu
      @csworldtelugu  4 месяца назад +1

      Welcome

    • @nskiriti2884
      @nskiriti2884 2 месяца назад +1

      @@csworldtelugu Madam React gani Javascript gani emina paid courses unnaya medaggara?

    • @csworldtelugu
      @csworldtelugu  2 месяца назад

      @@nskiriti2884 as of now Javascript available,check below link
      csworldtelugu.graphy.com/courses/Advanced-Javascript-Tutorial-6440da26e4b0a2ca8937a9c3

  • @SaisudhakarVilla
    @SaisudhakarVilla 12 дней назад

    @21:10 to @21:40 not working ... showing error..give name only "props",otherwise giving other name resulting errors

  • @suryaprakashkodali3284
    @suryaprakashkodali3284 Год назад +2

    Great explanation mam, can you pls share me the notes on react

    • @csworldtelugu
      @csworldtelugu  Год назад

      Thank you, send email to csworlddoubts@gmail.com

  • @shaikanwar5827
    @shaikanwar5827 4 месяца назад +1

    Tq❤Akka🤗

  • @GongatiVenkateswarlu
    @GongatiVenkateswarlu Год назад

    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?

  • @hemagopi3226
    @hemagopi3226 5 месяцев назад +1

    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}

    )
    }
    }

  • @nagendrakarnareddy5668
    @nagendrakarnareddy5668 2 года назад +1

    React... React..... Chudu entha mudduga undhi chudataniki.... Like like like ...dark theem ... Danyavadamulu

  • @mehaboobqureshi8396
    @mehaboobqureshi8396 2 года назад +1

    Superb Explanation..!! R u covering React with Redux?

  • @SaisudhakarVilla
    @SaisudhakarVilla 12 дней назад

    props ani kakunda verey name ichinaa functional component lo work avthundi,...but in class component it is not working .we must give "props"only

  • @mr_weird3680
    @mr_weird3680 5 месяцев назад +1

    Thank you mam

  • @devipavanlankalapalli7587
    @devipavanlankalapalli7587 8 месяцев назад +1

    THANK YOU

  • @manojreddy1831
    @manojreddy1831 Год назад +1

    Very well explained 🤍

  • @ChandujobsApplications
    @ChandujobsApplications Год назад +1

    mam meeru oka project (amazon) chestara using react?............ inka how to delete an item in the cart using functional components oka trick cheppagalara veelaitey.................

    • @csworldtelugu
      @csworldtelugu  Год назад

      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

  • @venkia
    @venkia 10 месяцев назад +1

    Hi madam, how maby ways we can send data chaild to prent and explain that process madam

    • @csworldtelugu
      @csworldtelugu  10 месяцев назад

      You can use
      1. callback function
      2.Context API
      3.Global state management like redux

    • @venkia
      @venkia 9 месяцев назад

      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

  • @adithya7975
    @adithya7975 Год назад +1

    mam key board nunchi values thisukunte appud m rayali?

    • @csworldtelugu
      @csworldtelugu  Год назад

      ruclips.net/video/IMCBfbH2DLs/видео.html
      Watch this video
      Bind input field to state variable & pass

  • @Dhdhdhrvdhdejrvvdve
    @Dhdhdhrvdhdejrvvdve Год назад +1

    Mam please do videos on mongodb and reactjs connection

    • @csworldtelugu
      @csworldtelugu  Год назад +1

      React js front end part you can't connect with database directly ,you have to send request to server to store data in database

    • @Dhdhdhrvdhdejrvvdve
      @Dhdhdhrvdhdejrvvdve Год назад +1

      @@csworldtelugu then provide full mern stack course

    • @csworldtelugu
      @csworldtelugu  Год назад

      It will take lot of time.I am uploading one by one

  • @anilkumar-nx1bq
    @anilkumar-nx1bq 2 года назад +1

    Thankuu

  • @gopinadhmaddala4369
    @gopinadhmaddala4369 2 года назад +2

    Local host full details one vadio please

  • @NeelopharMandapati
    @NeelopharMandapati Год назад +1

    nice explanation sister. can know yours place

  • @ViJay1431
    @ViJay1431 2 года назад +1

    Madam, react with typescript cheppochuga☺️☺️

    • @csworldtelugu
      @csworldtelugu  2 года назад

      Not now

    • @ViJay1431
      @ViJay1431 2 года назад

      @@csworldtelugu okay but react ni oka realtime project oriented ga cheppandi pls

  • @tejaswilogissu4181
    @tejaswilogissu4181 Год назад +1

    Class compnent lo nenu constructor add chesthunte error vasthundhi mam

  • @Rockstar-hq9jg
    @Rockstar-hq9jg Год назад +1

    madem root.render use chyakunda ela print chesaru

  • @srikanthGajjela
    @srikanthGajjela 2 года назад +1

    hi bsis react search bar using api oka video chestara axios or fetch

  • @a_chaitanya
    @a_chaitanya Год назад +1

    Mam can you explain vue js please

  • @kailashyandrapu851
    @kailashyandrapu851 3 месяца назад +1

    Koncham ppts kuda add cheyyara

  • @puliudaykiran9153
    @puliudaykiran9153 6 месяцев назад +1

    mam can you share the notes please

    • @csworldtelugu
      @csworldtelugu  6 месяцев назад

      Send email to csworlddoubts@gmail.com

  • @BalakrishnaTammela
    @BalakrishnaTammela 9 месяцев назад +1

    Address pettu first nuvvu adress pettu