#22: Props in React Js in Hindi | React JS Project Netflix App Part #1 in Hindi in 2020

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ค. 2020
  • Welcome, React Props (aka react js properties). What is Props in React JS in Hindi? Components need to communicate (send data to each other) and the way to pass data between components is by using props. “Props” is a special keyword in React, which stands for properties and is being used for passing data from one component to another.
    ************ Must Watch Videos For Web Development ************
    ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: • React JS Tutorial in H...
    ➡️ Install VS Code for ReactJS LINK: www.thapatechnical.com/2020/0...
    ➡️ Check Complete Reactjs in One video here 👇 • ReactJS For Beginners ...
    ➡️ HTML in One Video: • Learn HTML in One Vide...
    ➡️ CSS in One video: • Learn Complete CSS In ...
    ➡️ CSS FlexBox in 30 Minutes: • CSS FlexBox in 30 Minu...
    ➡️ JavaScript in One video: • JavaScript in One Vide...
    ➡️ ECMAScript 6 in One Video: • ES5 & ES6 | ECMAScript...
    ➡️ HTML5 in one video: • HTML5 Tutorial in One ...
    ➡️ CSS3 in one video: • Learn Complete CSS3 In...
    ➡️ Bootstrap4 in One video: • Bootstrap 4 in One Vid...
    ➡️ Jquery in One video: • jQuery in One Video in...
    ➡️ JSON in one video: • JSON in One Video in H...
    ➡️ ReactJS in one video: • ReactJS For Beginners ...
    ➡️ PHP in One Video: • PHP TUTORIAL IN ONE VI...
    ➡️ NodeJS in one video: / ipnwakoibt
    ➡️ MySQL in one video: • Complete SQL & MySQL i...
    ********** CLICK HERE TO WATCH ************
    ➡️ Fetch API in JavaScript: • Fetch API in JavaScrip...
    ➡️ AJAX tutorial for beginners in Hindi: • AJAX tutorial for begi...
    ➡️ Template literals (Template strings) in ES6 in JavaScript in Hindi: • ES6 Tutorial #3: Templ...
    ➡️ Async Await in JavaScript in Hindi: • Async Await in JavaScr...
    ➡️ Promises in JavaScript in Hindi: • Master The Promises in...
    ➡️ Callback Hell in JavaScript: • Callback Hell in JavaS...
    ➡️ Advanced JavaScript in Hindi Playlist: • Advanced JavaScript Tu...
    ➡️ ECMAScript Tutorial in Hindi 2020: • Modern JavaScript ES6 ...
    ➡️ ES5 & ES6 | ECMAScript 6 in One Video in Hindi: • ES5 & ES6 | ECMAScript...
    ➡️ JavaScript Game Development Series in 2020: • JavaScript Game Develo...
    ➡️ Source Code Link: www.thapatechnical.com/2019/1...
    ➡️ Top 5 Programming Languages in 2020: • Top 5 Programming Lang...
    ➡️ Ludo Game JavaScript Link: • JavaScript Game in Hin...
    ➡️Plz show some love to My Siter TH-cam Channel and Plz Subscribe Link: / @mayabeautyvlogs878
    **************** MUST WATCH VIDEOS *****************
    ➡️ How to become a Full Stack Developer 2020: • How to become a Full S...
    ➡️ How To Become a Web Developer 2020: • How To Become a Web De...
    ➡️ How JavaScript Works: • How JavaScript Works i...
    ➡️ Follow me on Instagram: / vinodthapa55
    Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi
    ➡️ Link: • Make Website Responsiv...
    DONATION FOR SUPPORT: PhonePay = vinodbahadur@ybl GooglePay: vbthapa55@oksbi
    Believe me, all this money will be used to make more quality videos and to make my channel grow. So that I can always provide you awesome free videos :)
    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,
    Website Link: www.thapatechnical.com
    Instagram Link: / vinodthapa55
    Facebook Link: / vinodthapa55
    Twitter Link: / vb55thapa
    Facebook ThapaTechnical Page Link: vinodbahadur...

ความคิดเห็น • 454

  • @ThapaTechnical
    @ThapaTechnical  4 ปีที่แล้ว +66

    Guys, Asha krta hu video pasand aaya hoga n bahoot kuch naya sikhne mila hoga. Check out complete playlist here ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: th-cam.com/play/PLwGdqUZWnOp3aROg4wypcRhZqJG3ajZWJ.html

    • @sushantpende
      @sushantpende 4 ปีที่แล้ว

      Please, make a website using neumorphic design

    • @PunchLoverFF
      @PunchLoverFF 4 ปีที่แล้ว +1

      Bro please tell me my error is addevent listner is not function in JavaScript game day2

    • @2xswaroopff71
      @2xswaroopff71 4 ปีที่แล้ว +1

      👍

    • @LabhamJain
      @LabhamJain 4 ปีที่แล้ว +1

      Sir Sacred Games Ko Daalna Tha na 😂😂😂

    • @codeella2947
      @codeella2947 4 ปีที่แล้ว +1

      bro apney btaya hi ni hai k is course mein hm keya keya chezein dekhein gey like components props template literal wgaira ya is sey agey jo jo methods hm dekhein gey aik playlist start krney sey pehley pehli video mein btadiya kro yr mein ney notes bnaney hotey hein

  • @ramsidh2218
    @ramsidh2218 ปีที่แล้ว +19

    you can learn these things, on any other education websites, but you have to pay around 10k to 20k, but thapa is providing without any cost. hats off thapa.

  • @adarshjadhav8877
    @adarshjadhav8877 3 ปีที่แล้ว +32

    16:40 bhai this is making you different from other teachers... U actually knw what student tends to forget or just ignore

  • @abhishekkanoujia9332
    @abhishekkanoujia9332 ปีที่แล้ว +19

    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    .heading_style{
    padding: 30px 0;
    text-align: center;
    font-family: "cursive";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 30px;
    background-color: white;
    color: black;
    }
    /* .cards{
    width: 100%;
    height: auto;
    }
    .heading{
    color: aqua;
    } */
    .card{
    margin: 6%;
    transition: all 0.4s cubic-bezier(0.175,0.885,0,1);
    background-color: white;
    width: 21.25;
    border-radius: 13px;
    box-shadow: 0px 14px 10px -7px rgba(0,0,0,0.1);
    float: left;
    }
    .card__img{
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    background-color: white;
    }
    .card__info{
    background-color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    }
    .card__category{
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: gray;
    background-color: white;
    }
    .card__title{
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "cursive";
    background-color: white;
    text-transform: capitalize;
    }
    button{
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 3px solid black;
    background-color: white;
    color: #868686;
    cursor: pointer;
    }
    *{
    margin: 0px;
    padding: 0px;
    background-color: white;

    }
    .heading_style{
    margin-top: 0;
    padding: 20px 20px;
    background-color: darkgray;
    color: darkcyan;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
    font-family: 'Montserrat', sans-serif;
    }

    .cards{
    margin:30px 80px;
    display:inline-block;
    align-items: center;
    justify-content: center;
    }
    .card{
    margin: 10px;
    width: 100%;
    height:100%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(43, 44, 44);
    }
    .card:hover{
    transition: .5s all ease-in-out;
    transform: scale(.8);
    }
    img{
    width:100%;
    height:20vh;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    }
    .card_info{
    font-size: 20px;
    font-style: italic;
    text-align: center;

    }
    h3{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    }
    button{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    }
    button:hover{
    background-color: black;
    color: white;
    transition: 0.5s;
    }

  • @user-vc6ts9ob6c
    @user-vc6ts9ob6c 3 ปีที่แล้ว +4

    वाह भाई मज़ा आ गया आप बहुत अच्छे तरीके से समझाते हो। आप मानोगे नहीं मैंने आपको वीडियो आज ही देखि और ८ घंटे में २२ वीडियो देख भी ली और सिख भी ली इन्टॉल से लेकर component , इम्पोर्ट एक्सपोर्ट सुब चीजे। और २२ वीडियो पर आकर कमेंट कर रहा और बाकि की वीडियो भी देखूगा। वैसे में WordPress developer हु। पर आप बहुत अछि तरीके से गाइड करते है मैंने बहुत कुछ सिख लिया इन 8 hr में। बहुत बहुत थैंक्स विनोद थापा जी। ऐसे ही लगे रहे

  • @radhe_krishna_0911
    @radhe_krishna_0911 4 หลายเดือนก่อน +3

    Really you are a good teacher because you already have ki bachcho ko doubt kaha or kya aa sakta hai thank you so much sir Maine apki react ki full playlist 10 days mai khatam kar di and indore mai job karta hu

  • @ncertSummary
    @ncertSummary 3 ปีที่แล้ว +15

    Hats of Man.. Best Teacher on TH-cam regarding Web Development 🙌🙌🙌
    Thank you Thapa Ji ✌️

  • @codewithkaran8860
    @codewithkaran8860 ปีที่แล้ว +56

    I hope it will helpful
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    .heading_style{
    padding: 30px 0;
    text-align: center;
    font-family: "cursive";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 30px;
    background-color: white;
    color: black;
    }
    .cards{
    width: 100%;
    height: auto;
    }
    .heading{
    color: aqua;
    }
    .card{
    margin: 6%;
    transition: all 0.4s cubic-bezier(0.175,0.885,0,1);
    background-color: white;
    width: 21.25;
    border-radius: 13px;
    box-shadow: 0px 14px 10px -7px rgba(0,0,0,0.1);
    float: left;
    }
    .card_img{
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    background-color: white;
    }
    .card_info{
    background-color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    }
    .card_category{
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: gray;
    background-color: white;
    }
    .card_title{
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "cursive";
    background-color: white;
    text-transform: capitalize;
    }
    button{
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 3px solid black;
    background-color: white;
    color: #868686;
    cursor: pointer;
    }

  • @santoshgupta604
    @santoshgupta604 2 ปีที่แล้ว +3

    One of the best and fabulous lecture ever I watched on the TH-cam about Props in React Js. You have cleared all my doubt, question and everything. Thank you so much Thapa Bhai.

  • @sameerdevil8875
    @sameerdevil8875 3 หลายเดือนก่อน +1

    I'm very thankful to you! Only because of you I learnt complex topics in a simple you. LOVE YOU SIR ❤❤!

  • @jawadshah8043
    @jawadshah8043 3 ปีที่แล้ว +12

    Hello Sir! I am from Pakistan. You are a great teacher. All the things you are teaching, are very easy to understand. Because your way of teaching and Conveying the concept is excellent. Love from Pakistan.
    May God bless you with all his blessings

  • @sarvagyachaudhary6993
    @sarvagyachaudhary6993 2 ปีที่แล้ว +1

    i found your video randomly ,but now i think it is the best project to understand props concept

  • @dev20114
    @dev20114 ปีที่แล้ว +4

    Thapa Sir, you are amazing. You have made explanation of Props really easy for novice guys like me. Hats off to you Sir!!! God Bless! 😇

  • @agile149
    @agile149 2 ปีที่แล้ว +7

    Thank you
    you are a very good teacher BOOM
    we need more and more tutorials/lectures
    -very interactive
    -very detailed
    - your Challenges make the learning process very smooth

  • @tasneemkhan1405
    @tasneemkhan1405 4 ปีที่แล้ว +8

    Finally I understand props property 😍 Thanks... Sir

  • @variyapradip3563
    @variyapradip3563 4 ปีที่แล้ว

    Sir aaap jis tareh se samjate ho. Sab kuch ache se samaj aa jata he thank you so much sir..
    Badi bat to ye he ki me ek ec engineer hu mere liye samajna mushkil ho sakta tha lekin aap jese samjate he man na padega sir 🤗🤗🙏🙏🙏🙏.
    Thanks sir you are great

  • @sonalimangrinda8107
    @sonalimangrinda8107 3 ปีที่แล้ว +4

    sir your videos are just awesome no words for it how easily you teach everything. before that video prop is just a nightmare for me but now it is my friend all thanks to you sir........keep it up

  • @VishalKumar-qo8qk
    @VishalKumar-qo8qk 4 ปีที่แล้ว

    aapki videos bhut easy aur acha hai smjhne mein shuru se ant tak ....Grt Work @thapa Technical

  • @jhs003
    @jhs003 ปีที่แล้ว

    Props kya hota hai or kyu use kate hai sirf aapke jariye samajh gaya....aapke samjhaneka tarika bohot easy hai......love u sir

  • @atharvajoshi2903
    @atharvajoshi2903 3 ปีที่แล้ว +1

    What an awesome teaching sirr!!! Koi bhi confusion nahi huaa! It was all just perfect!! Props is all clearr noww!

  • @bhakuninavneet3906
    @bhakuninavneet3906 4 ปีที่แล้ว +1

    Thnku sir for teaching these advance topics with so smoothly and from scratch.

  • @MohammadAli-yc8yi
    @MohammadAli-yc8yi ปีที่แล้ว

    Best explanation in Hindi on props ! 🔥
    Thanks alot 😊
    For such a wonderful video free of cost 🙌🙌

  • @talhazulfiqar571
    @talhazulfiqar571 3 ปีที่แล้ว

    Best channel and best teacher ever you know what students forget and whats problems they are facing love from pakistan

  • @dhansbisht9433
    @dhansbisht9433 3 ปีที่แล้ว +2

    I'm glad I found this channel
    thanks for making good content I'm looking forward to learn more from this channel

  • @abuhuraira5569
    @abuhuraira5569 2 ปีที่แล้ว +2

    Nice. finally i understanded the concept of props. Thank you very much💞
    From Pakistan

  • @akshayshinde4129
    @akshayshinde4129 ปีที่แล้ว +1

    bhai thank you so much ..
    You literally cleared All my Douts in each and every video , and am very thankful bro

  • @hammadraza7064
    @hammadraza7064 ปีที่แล้ว

    the way u explain is literally everyone's beyond teaching skills

  • @curiouscosmos786
    @curiouscosmos786 2 ปีที่แล้ว +1

    Bro tutorial pause karke, i am watching DARK you made me so excited :)

  • @devalchawda7342
    @devalchawda7342 3 ปีที่แล้ว

    Keep it up Vinod ! thanks for such an easy explanation! god bless you

  • @tasneemkhan1405
    @tasneemkhan1405 4 ปีที่แล้ว +4

    Awesome sirji 😍 finally *props* in js. Thanks a billion sir 🙏..keep sharing god bless you

  • @bhushanpawar6245
    @bhushanpawar6245 3 ปีที่แล้ว +1

    you have amazing teaching skill !!! bless you and thank you Vinod !!

  • @medipakpagare
    @medipakpagare 3 ปีที่แล้ว +2

    I love this whole series of react js

  • @themassventures2060
    @themassventures2060 3 ปีที่แล้ว +5

    Guys... samajh ni aaraha ki aaplog dislike q karteho... literally amazing instruction sir...💜

    • @accoustic_junction
      @accoustic_junction 3 ปีที่แล้ว +1

      Bhai ye paida hi dislike karne k lie hote h... Choro inko

  • @shivamojha7999
    @shivamojha7999 4 ปีที่แล้ว +1

    It is far better than coursera courses!! Thapa bhai! keep uploading videos

  • @umaironlinepro
    @umaironlinepro 3 ปีที่แล้ว

    Awesome Vinod Bhai love u finally prop clear hogaya

  • @ehelper8099
    @ehelper8099 3 ปีที่แล้ว

    Thapa bhai..what a video!! I really appreciate your effort❤️🤗

  • @kalaakaaram
    @kalaakaaram 2 ปีที่แล้ว +1

    Boom guy you are amazing, loving your videos.. explanation is superb

  • @sourabhthorat9550
    @sourabhthorat9550 3 ปีที่แล้ว +1

    Bhai you are a legend, hats off to you 🙏🙏👌👌👌👌

  • @siambinkhurshid544
    @siambinkhurshid544 3 ปีที่แล้ว +1

    Excellent!
    Take love from Bangladesh 🇧🇩

  • @vinodonweb
    @vinodonweb 2 ปีที่แล้ว +1

    thanks, a buddy for giving valuable content. keep doing this 👍👍

  • @uday-ts9wb
    @uday-ts9wb 2 ปีที่แล้ว +9

    Hi Vinod, I just Tried learning from your technical series, and below is the result of it. I have just tried CSS part of it though its not the same but quite near to the result.
    *{
    margin: 0px;
    padding: 0px;
    background-color: white;

    }
    .heading_style{
    margin-top: 0;
    padding: 20px 20px;
    background-color: darkgray;
    color: darkcyan;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
    font-family: 'Montserrat', sans-serif;
    }

    .cards{
    margin:30px 80px;
    display:inline-block;
    align-items: center;
    justify-content: center;
    }
    .card{
    margin: 10px;
    width: 100%;
    height:100%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(43, 44, 44);
    }
    .card:hover{
    transition: .5s all ease-in-out;
    transform: scale(.8);
    }
    img{
    width:100%;
    height:20vh;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    }
    .card_info{
    font-size: 20px;
    font-style: italic;
    text-align: center;

    }
    h3{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    }
    button{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    }
    button:hover{
    background-color: black;
    color: white;
    transition: 0.5s;
    }

  • @harshrajmalviya2799
    @harshrajmalviya2799 3 ปีที่แล้ว

    Thank you so much sir
    Muje aaj props ache se clear hua hai

  • @syedmaaz9156
    @syedmaaz9156 2 ปีที่แล้ว +2

    Dude Hats Off 🔥🔥 The Way you Teach

  • @whats_up_winnie
    @whats_up_winnie 3 ปีที่แล้ว +4

    You made my day yr 😭❤️❤️❤️❤️

  • @SachinKumar-dc4yb
    @SachinKumar-dc4yb 3 ปีที่แล้ว

    Sorry to say but sir ni bolna chaunga coz aap brother ki tarah pdhate ho....so brother i really enjoy ur lectures......i rarely comments but this time m giving my reaction for ur teaching, have learnt soo much from very beginning of my career in web development everything css bootstrap your 16 h javascript and now react....🙏 Thanks brother for the great initiative u have taken for us.... I'll be looking forward for ur reply ❤️

  • @rahulsharma-sq5zh
    @rahulsharma-sq5zh 4 ปีที่แล้ว +1

    Nice Explanation, Thank you for making a video in Hindi.

  • @pharmasample8388
    @pharmasample8388 3 ปีที่แล้ว

    Majaaa aaa gayaaa bhut easy smjhaaa diyaa apne to ❤❤❤❤

  • @akshaybhoyate74
    @akshaybhoyate74 4 ปีที่แล้ว +1

    Thapa bhai you always help me learn new technology. your tutorial is very good.please make complete project with db connection In React JS

  • @pikachu3686
    @pikachu3686 2 ปีที่แล้ว

    or yae bahut hi pyaari tarike sae hamne props sikhaa good

  • @abdullashafi580
    @abdullashafi580 3 ปีที่แล้ว

    first of all, I clicked the like. Cuz he is not using Bootstrap in this tutorial
    second, it's an easy way to make understand.

  • @JohnDoe-ej6vm
    @JohnDoe-ej6vm 3 ปีที่แล้ว

    Waoww. Concept clear now, thanks

  • @ujjwalgupta9988
    @ujjwalgupta9988 3 ปีที่แล้ว +3

    "Kya dikhana h , kahan dikhana h"; 🔥🔥🔥🔥🔥

  • @samrathsingh4032
    @samrathsingh4032 3 ปีที่แล้ว

    Omg thapa bro kya samjhaya h ❤️❤️

  • @arch7328
    @arch7328 3 ปีที่แล้ว

    Thankyou for making this helpful playlist...

  • @kushalsinghdodiya6287
    @kushalsinghdodiya6287 4 ปีที่แล้ว +8

    I am in love with react after props !!😍

    • @ThapaTechnical
      @ThapaTechnical  4 ปีที่แล้ว +2

      Ya it's awesome

    • @kushalsinghdodiya6287
      @kushalsinghdodiya6287 4 ปีที่แล้ว

      @@ThapaTechnical i appreciate a lot bro ...the way u teach ...damn !!!❣❣

    • @ap9188
      @ap9188 3 ปีที่แล้ว

      @@ThapaTechnical sir please tell me if I'm using django as my backend framework then i can do the same thimg using loops .. so when we use djando with react , how is it going to help ?

    • @ehelper8099
      @ehelper8099 3 ปีที่แล้ว

      @@ThapaTechnical Exactly. Your channel really deserve millions of subscribers. ❤️

  • @sahilshah623
    @sahilshah623 4 ปีที่แล้ว +1

    Sir I love your content. Lockdown complete honese pehle complete ho shake toh complete karo.

  • @divyanshchaudhary7063
    @divyanshchaudhary7063 3 ปีที่แล้ว +20

    The problem with us (Backend devs) that we don't know how to designs things (UI) and use CSS, other than that you really explained all the concept quits well.

    • @MohammadAli-yc8yi
      @MohammadAli-yc8yi ปีที่แล้ว

      felt that 😢
      let's keep practicing 😊

    • @user-yr8bx3du4z
      @user-yr8bx3du4z ปีที่แล้ว

      what we have to do become backend developer

    • @abc-ym4zs
      @abc-ym4zs 10 หลายเดือนก่อน

      from where u learnt backend i am facing very difficulties to learn

  • @ganraj_21
    @ganraj_21 2 ปีที่แล้ว +1

    Excellent video on props Thanks Bhaiya 😍❤

  • @glenfernandes2345
    @glenfernandes2345 ปีที่แล้ว

    Your'e the best teacher vinod bhai .

  • @DEEPANSHU_NAG
    @DEEPANSHU_NAG 4 ปีที่แล้ว

    Awesome video awesome thumbnail 💯👏🏻✌🏻😮

  • @amanvarshney6791
    @amanvarshney6791 3 ปีที่แล้ว

    Thapa Bhai Really You Are A good Boy Good Coder Good Teacher And Good good

  • @rajat-s-kale1771
    @rajat-s-kale1771 ปีที่แล้ว +1

    Your React playlist is awesome

  • @alimurtaza7092
    @alimurtaza7092 3 ปีที่แล้ว

    Yar bhai very vvery awesome video abouut prop. Love it sir ji

  • @2xswaroopff71
    @2xswaroopff71 4 ปีที่แล้ว +1

    Wow binod dai nice video. I love it

  • @knowledgeseed2940
    @knowledgeseed2940 ปีที่แล้ว

    Nice videos.. Thanks Vinod Sir!

  • @youtubewallah543
    @youtubewallah543 4 ปีที่แล้ว

    wowwww its awesome

  • @Dinesh_paswn
    @Dinesh_paswn ปีที่แล้ว

    Thank you thapa sir it's really helpful

  • @rashmiprajapati9764
    @rashmiprajapati9764 ปีที่แล้ว

    You video are really helpfull. Awesum!!

  • @JitenderKumar-gq2fw
    @JitenderKumar-gq2fw 4 หลายเดือนก่อน

    Awesome video Thapa bhai

  • @thecoderraj3777
    @thecoderraj3777 3 ปีที่แล้ว

    Thanks you so much sir, very very Helpful Video 😊🙏

  • @susmitasagar3097
    @susmitasagar3097 ปีที่แล้ว

    very helpful, loved it

  • @lyricalshouse
    @lyricalshouse ปีที่แล้ว

    Thapa Bro Awesome... Keep it up...!

  • @manasvirunwal5634
    @manasvirunwal5634 3 ปีที่แล้ว +4

    Amazing video on props.. Awesome... God bless you.. Everything is going absolutely fine.. But pls share CSS file...

  • @techsquad2112
    @techsquad2112 ปีที่แล้ว

    Brother! You are doing Boom💥💥

  • @pratyushvlog6453
    @pratyushvlog6453 5 หลายเดือนก่อน

    Thank you so much sir
    Big fan of you

  • @zehrxsyed
    @zehrxsyed 3 ปีที่แล้ว

    kya kamal ka samjhate h sir aap.

  • @utkarshgupta4074
    @utkarshgupta4074 2 ปีที่แล้ว

    Thank You Sir!! (BOOM🔥)

  • @jaiswalgaurav957
    @jaiswalgaurav957 2 ปีที่แล้ว

    Badiya🔥🔥

  • @veereshswammy8229
    @veereshswammy8229 ปีที่แล้ว

    Bro you have great teaching and technical skills

  • @youtubewallah543
    @youtubewallah543 4 ปีที่แล้ว

    superbbbb bro you are a genius man.

  • @MrSwapnil123
    @MrSwapnil123 4 ปีที่แล้ว +3

    Thanks for sharing the knowledge with mango peoples language. Can you tell me the handling of responsiveness in a index.css file, as you added it directly to the application?

  • @musixon3054
    @musixon3054 ปีที่แล้ว

    U are the best 🔥🔥👌

  • @honeysengar2627
    @honeysengar2627 2 ปีที่แล้ว

    "vinod bahadur thapa" , the name will be remebered man
    hats-off to your hardwork

  • @Harshgupta-pg6ev
    @Harshgupta-pg6ev 3 ปีที่แล้ว +12

    I have completed this react series and learned a lot. Plz make series on advance react like redux and all.👌👌👌

    • @kashmirtechtv2948
      @kashmirtechtv2948 3 ปีที่แล้ว

      Has it helped you in making freelance projects or job?

    • @programmerharsh501
      @programmerharsh501 3 ปีที่แล้ว +1

      @@kashmirtechtv2948 It so easy to understand that after seeing his videos, I can go and learn on my own.😊

    • @kashmirtechtv2948
      @kashmirtechtv2948 3 ปีที่แล้ว +1

      @@programmerharsh501 means you are still not ready working on freelance projects?

    • @programmerharsh501
      @programmerharsh501 3 ปีที่แล้ว +1

      @@kashmirtechtv2948 thapa technical react series is not for freelance projects, if you want to make freelance projects then go for codevolution.

    • @kashmirtechtv2948
      @kashmirtechtv2948 3 ปีที่แล้ว +1

      @@programmerharsh501 ahn!! You have watched full series?

  • @pharmasample8388
    @pharmasample8388 3 ปีที่แล้ว

    Bhaiiiiii msttttt

  • @willturner3440
    @willturner3440 3 ปีที่แล้ว

    Finally Done with props

  • @ramsidh2218
    @ramsidh2218 ปีที่แล้ว

    bhai, great teacher hoo,,

  • @pawangodi3119
    @pawangodi3119 2 ปีที่แล้ว

    love uh bro .......thank uh....

  • @kishandave722
    @kishandave722 4 ปีที่แล้ว

    Awesome tutorial thanks full react js tutorial upload

  • @vibhusharma5374
    @vibhusharma5374 3 ปีที่แล้ว +1

    This series is best

  • @parthnarang6913
    @parthnarang6913 3 ปีที่แล้ว

    its original bro , btw awesome series.

  • @CodeFusion
    @CodeFusion 3 ปีที่แล้ว

    awesome easy to understand

  • @whats_up_winnie
    @whats_up_winnie 3 ปีที่แล้ว

    Haayyy I Genuinely Love You! ❤️❤️ Bolo mai apki kya help krskti hu kbi bhi... as a Thankyou Gift ❤️
    ThankYou Soooo soo Much!!!! 🙃🤗🤗❤️❤️❤️❤️
    issey acha video kuch hw hi nai skta for real!

  • @horror4097
    @horror4097 3 ปีที่แล้ว

    bhai gajab bro

  • @akashamin3954
    @akashamin3954 3 ปีที่แล้ว +1

    Bhai e Netflix k naam sunkar phir se series dekhne k man go raha hai🤧

  • @BlackHawkDown2
    @BlackHawkDown2 ปีที่แล้ว

    Very nice Thapa Bhai. Thanks a ton!

  • @Karankapoor999
    @Karankapoor999 2 ปีที่แล้ว

    bro you are really awesome

  • @mohammadhassaan9696
    @mohammadhassaan9696 2 ปีที่แล้ว

    Awesome Tutorial..

  • @souravbhagat9979
    @souravbhagat9979 4 ปีที่แล้ว

    Thanks for this vidoes sir oease upload maximum vidoes of React series And Please upload the complete series of the Angular

  • @chizuru1999
    @chizuru1999 4 ปีที่แล้ว +2

    Bro I don't know if you haven't made a video on State vs props! Please do if not. 🤩👌🏻