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

  Рет қаралды 373,383

Thapa Technical

Thapa Technical

4 жыл бұрын

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 KZbin 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...

Пікірлер: 451
@ThapaTechnical
@ThapaTechnical 4 жыл бұрын
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: kzbin.info/aero/PLwGdqUZWnOp3aROg4wypcRhZqJG3ajZWJ
@sushantpende
@sushantpende 4 жыл бұрын
Please, make a website using neumorphic design
@PunchLoverFF
@PunchLoverFF 4 жыл бұрын
Bro please tell me my error is addevent listner is not function in JavaScript game day2
@2xswaroopff71
@2xswaroopff71 4 жыл бұрын
👍
@LabhamJain
@LabhamJain 4 жыл бұрын
Sir Sacred Games Ko Daalna Tha na 😂😂😂
@codeella2947
@codeella2947 4 жыл бұрын
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 Жыл бұрын
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.
@abhishekkanoujia9332
@abhishekkanoujia9332 Жыл бұрын
*{ 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; }
@deepaksharma69
@deepaksharma69 Жыл бұрын
Thx bro
@melodieswithmoon2475
@melodieswithmoon2475 Жыл бұрын
thx
@sigmaprideu
@sigmaprideu Жыл бұрын
Thanks Gentleman ❤❤
@AnkitKumar-ol7vc
@AnkitKumar-ol7vc Жыл бұрын
ye .heading_style kis element ka classname h??
@ayushisingh384
@ayushisingh384 Жыл бұрын
thnkss😇😇
@adarshjadhav8877
@adarshjadhav8877 3 жыл бұрын
16:40 bhai this is making you different from other teachers... U actually knw what student tends to forget or just ignore
@user-vc6ts9ob6c
@user-vc6ts9ob6c 3 жыл бұрын
वाह भाई मज़ा आ गया आप बहुत अच्छे तरीके से समझाते हो। आप मानोगे नहीं मैंने आपको वीडियो आज ही देखि और ८ घंटे में २२ वीडियो देख भी ली और सिख भी ली इन्टॉल से लेकर component , इम्पोर्ट एक्सपोर्ट सुब चीजे। और २२ वीडियो पर आकर कमेंट कर रहा और बाकि की वीडियो भी देखूगा। वैसे में WordPress developer हु। पर आप बहुत अछि तरीके से गाइड करते है मैंने बहुत कुछ सिख लिया इन 8 hr में। बहुत बहुत थैंक्स विनोद थापा जी। ऐसे ही लगे रहे
@ncertSummary
@ncertSummary 3 жыл бұрын
Hats of Man.. Best Teacher on KZbin regarding Web Development 🙌🙌🙌 Thank you Thapa Ji ✌️
@radhe_krishna_0911
@radhe_krishna_0911 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
@codewithkaran8860
@codewithkaran8860 Жыл бұрын
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; }
@GauravKumar-zx9ft
@GauravKumar-zx9ft Жыл бұрын
thanks buddy
@bikashjyotibhagawati2868
@bikashjyotibhagawati2868 Жыл бұрын
Thank you bro
@theyashgaur3236
@theyashgaur3236 Жыл бұрын
tu to dev manus nikla re ....
@akshayshinde4129
@akshayshinde4129 Жыл бұрын
thank u brother
@gjtechnical3179
@gjtechnical3179 Жыл бұрын
Thanks Brother this is very useful✔✔✔✔
@tasneemkhan1405
@tasneemkhan1405 4 жыл бұрын
Finally I understand props property 😍 Thanks... Sir
@santoshgupta604
@santoshgupta604 2 жыл бұрын
One of the best and fabulous lecture ever I watched on the KZbin about Props in React Js. You have cleared all my doubt, question and everything. Thank you so much Thapa Bhai.
@sarvagyachaudhary6993
@sarvagyachaudhary6993 2 жыл бұрын
i found your video randomly ,but now i think it is the best project to understand props concept
@jawadshah8043
@jawadshah8043 2 жыл бұрын
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
@agile149
@agile149 2 жыл бұрын
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
@sameerdevil8875
@sameerdevil8875 2 ай бұрын
I'm very thankful to you! Only because of you I learnt complex topics in a simple you. LOVE YOU SIR ❤❤!
@sonalimangrinda8107
@sonalimangrinda8107 3 жыл бұрын
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
@dev20114
@dev20114 Жыл бұрын
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! 😇
@bhakuninavneet3906
@bhakuninavneet3906 4 жыл бұрын
Thnku sir for teaching these advance topics with so smoothly and from scratch.
@hammadraza7064
@hammadraza7064 Жыл бұрын
the way u explain is literally everyone's beyond teaching skills
@VishalKumar-qo8qk
@VishalKumar-qo8qk 3 жыл бұрын
aapki videos bhut easy aur acha hai smjhne mein shuru se ant tak ....Grt Work @thapa Technical
@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
@atharvajoshi2903
@atharvajoshi2903 3 жыл бұрын
What an awesome teaching sirr!!! Koi bhi confusion nahi huaa! It was all just perfect!! Props is all clearr noww!
@bhushanpawar6245
@bhushanpawar6245 3 жыл бұрын
you have amazing teaching skill !!! bless you and thank you Vinod !!
@talhazulfiqar571
@talhazulfiqar571 3 жыл бұрын
Best channel and best teacher ever you know what students forget and whats problems they are facing love from pakistan
@medipakpagare
@medipakpagare 3 жыл бұрын
I love this whole series of react js
@MohammadAli-yc8yi
@MohammadAli-yc8yi Жыл бұрын
Best explanation in Hindi on props ! 🔥 Thanks alot 😊 For such a wonderful video free of cost 🙌🙌
@abuhuraira5569
@abuhuraira5569 2 жыл бұрын
Nice. finally i understanded the concept of props. Thank you very much💞 From Pakistan
@tasneemkhan1405
@tasneemkhan1405 4 жыл бұрын
Awesome sirji 😍 finally *props* in js. Thanks a billion sir 🙏..keep sharing god bless you
@tasneemahmad7858
@tasneemahmad7858 Жыл бұрын
@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
@umaironlinepro
@umaironlinepro 3 жыл бұрын
Awesome Vinod Bhai love u finally prop clear hogaya
@devalchawda7342
@devalchawda7342 3 жыл бұрын
Keep it up Vinod ! thanks for such an easy explanation! god bless you
@curiouscosmos786
@curiouscosmos786 2 жыл бұрын
Bro tutorial pause karke, i am watching DARK you made me so excited :)
@dhansbisht9433
@dhansbisht9433 3 жыл бұрын
I'm glad I found this channel thanks for making good content I'm looking forward to learn more from this channel
@siambinkhurshid544
@siambinkhurshid544 3 жыл бұрын
Excellent! Take love from Bangladesh 🇧🇩
@sourabhthorat9550
@sourabhthorat9550 3 жыл бұрын
Bhai you are a legend, hats off to you 🙏🙏👌👌👌👌
@ehelper8099
@ehelper8099 3 жыл бұрын
Thapa bhai..what a video!! I really appreciate your effort❤️🤗
@shivamojha7999
@shivamojha7999 4 жыл бұрын
It is far better than coursera courses!! Thapa bhai! keep uploading videos
@akshayshinde4129
@akshayshinde4129 Жыл бұрын
bhai thank you so much .. You literally cleared All my Douts in each and every video , and am very thankful bro
@whats_up_winnie
@whats_up_winnie 3 жыл бұрын
You made my day yr 😭❤️❤️❤️❤️
@rahulsharma-sq5zh
@rahulsharma-sq5zh 4 жыл бұрын
Nice Explanation, Thank you for making a video in Hindi.
@kalaakaaram
@kalaakaaram 2 жыл бұрын
Boom guy you are amazing, loving your videos.. explanation is superb
@vinodonweb
@vinodonweb 2 жыл бұрын
thanks, a buddy for giving valuable content. keep doing this 👍👍
@syedmaaz9156
@syedmaaz9156 Жыл бұрын
Dude Hats Off 🔥🔥 The Way you Teach
@arch7328
@arch7328 3 жыл бұрын
Thankyou for making this helpful playlist...
@kushalsinghdodiya6287
@kushalsinghdodiya6287 3 жыл бұрын
I am in love with react after props !!😍
@ThapaTechnical
@ThapaTechnical 3 жыл бұрын
Ya it's awesome
@kushalsinghdodiya6287
@kushalsinghdodiya6287 3 жыл бұрын
@@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. ❤️
@glenfernandes2345
@glenfernandes2345 11 ай бұрын
Your'e the best teacher vinod bhai .
@ujjwalgupta9988
@ujjwalgupta9988 3 жыл бұрын
"Kya dikhana h , kahan dikhana h"; 🔥🔥🔥🔥🔥
@DEEPANSHU_NAG
@DEEPANSHU_NAG 4 жыл бұрын
Awesome video awesome thumbnail 💯👏🏻✌🏻😮
@samrathsingh4032
@samrathsingh4032 3 жыл бұрын
Omg thapa bro kya samjhaya h ❤️❤️
@harshrajmalviya2799
@harshrajmalviya2799 3 жыл бұрын
Thank you so much sir Muje aaj props ache se clear hua hai
@JohnDoe-ej6vm
@JohnDoe-ej6vm 3 жыл бұрын
Waoww. Concept clear now, thanks
@themassventures2060
@themassventures2060 3 жыл бұрын
Guys... samajh ni aaraha ki aaplog dislike q karteho... literally amazing instruction sir...💜
@accoustic_junction
@accoustic_junction 3 жыл бұрын
Bhai ye paida hi dislike karne k lie hote h... Choro inko
@ganraj_21
@ganraj_21 Жыл бұрын
Excellent video on props Thanks Bhaiya 😍❤
@divyanshchaudhary7063
@divyanshchaudhary7063 3 жыл бұрын
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 8 ай бұрын
from where u learnt backend i am facing very difficulties to learn
@Dinesh_paswn
@Dinesh_paswn Жыл бұрын
Thank you thapa sir it's really helpful
@JitenderKumar-gq2fw
@JitenderKumar-gq2fw 3 ай бұрын
Awesome video Thapa bhai
@thecoderraj3777
@thecoderraj3777 3 жыл бұрын
Thanks you so much sir, very very Helpful Video 😊🙏
@knowledgeseed2940
@knowledgeseed2940 Жыл бұрын
Nice videos.. Thanks Vinod Sir!
@akshaybhoyate74
@akshaybhoyate74 4 жыл бұрын
Thapa bhai you always help me learn new technology. your tutorial is very good.please make complete project with db connection In React JS
@rashmiprajapati9764
@rashmiprajapati9764 Жыл бұрын
You video are really helpfull. Awesum!!
@rajat-s-kale1771
@rajat-s-kale1771 Жыл бұрын
Your React playlist is awesome
@pikachu3686
@pikachu3686 Жыл бұрын
or yae bahut hi pyaari tarike sae hamne props sikhaa good
@lyricalshouse
@lyricalshouse Жыл бұрын
Thapa Bro Awesome... Keep it up...!
@sahilshah623
@sahilshah623 4 жыл бұрын
Sir I love your content. Lockdown complete honese pehle complete ho shake toh complete karo.
@utkarshgupta4074
@utkarshgupta4074 2 жыл бұрын
Thank You Sir!! (BOOM🔥)
@pratyushvlog6453
@pratyushvlog6453 4 ай бұрын
Thank you so much sir Big fan of you
@alimurtaza7092
@alimurtaza7092 3 жыл бұрын
Yar bhai very vvery awesome video abouut prop. Love it sir ji
@kishandave722
@kishandave722 4 жыл бұрын
Awesome tutorial thanks full react js tutorial upload
@pharmasample8388
@pharmasample8388 3 жыл бұрын
Majaaa aaa gayaaa bhut easy smjhaaa diyaa apne to ❤❤❤❤
@veereshswammy8229
@veereshswammy8229 11 ай бұрын
Bro you have great teaching and technical skills
@adarshdwivedi5395
@adarshdwivedi5395 4 жыл бұрын
Tons of thanks bro... Make vedio on web scrapping using reactjs..
@2xswaroopff71
@2xswaroopff71 4 жыл бұрын
Wow binod dai nice video. I love it
@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.
@amanvarshney6791
@amanvarshney6791 3 жыл бұрын
Thapa Bhai Really You Are A good Boy Good Coder Good Teacher And Good good
@techsquad2112
@techsquad2112 Жыл бұрын
Brother! You are doing Boom💥💥
@youtubewallah543
@youtubewallah543 3 жыл бұрын
superbbbb bro you are a genius man.
@zehrxsyed
@zehrxsyed 3 жыл бұрын
kya kamal ka samjhate h sir aap.
@susmitasagar3097
@susmitasagar3097 Жыл бұрын
very helpful, loved it
@ramsidh2218
@ramsidh2218 Жыл бұрын
bhai, great teacher hoo,,
@honeysengar2627
@honeysengar2627 2 жыл бұрын
"vinod bahadur thapa" , the name will be remebered man hats-off to your hardwork
@willturner3440
@willturner3440 3 жыл бұрын
Finally Done with props
@youtubewallah543
@youtubewallah543 3 жыл бұрын
wowwww its awesome
@jaiswalgaurav957
@jaiswalgaurav957 2 жыл бұрын
Badiya🔥🔥
@manasvirunwal5634
@manasvirunwal5634 3 жыл бұрын
Amazing video on props.. Awesome... God bless you.. Everything is going absolutely fine.. But pls share CSS file...
@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 ❤️
@musixon3054
@musixon3054 Жыл бұрын
U are the best 🔥🔥👌
@vibhusharma5374
@vibhusharma5374 3 жыл бұрын
This series is best
@Harshgupta-pg6ev
@Harshgupta-pg6ev 3 жыл бұрын
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 жыл бұрын
@@kashmirtechtv2948 It so easy to understand that after seeing his videos, I can go and learn on my own.😊
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
@@programmerharsh501 means you are still not ready working on freelance projects?
@programmerharsh501
@programmerharsh501 3 жыл бұрын
@@kashmirtechtv2948 thapa technical react series is not for freelance projects, if you want to make freelance projects then go for codevolution.
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
@@programmerharsh501 ahn!! You have watched full series?
@pharmasample8388
@pharmasample8388 3 жыл бұрын
Bhaiiiiii msttttt
@Shahzaib-un5gl
@Shahzaib-un5gl Жыл бұрын
fan since 2020
@hrithiksarmah5273
@hrithiksarmah5273 3 жыл бұрын
Your videos are very helpful
@pawangodi3119
@pawangodi3119 2 жыл бұрын
love uh bro .......thank uh....
@souravbhagat9979
@souravbhagat9979 4 жыл бұрын
Thanks for this vidoes sir oease upload maximum vidoes of React series And Please upload the complete series of the Angular
@gaminginn6072
@gaminginn6072 3 жыл бұрын
thank you sir, learning from pak
@CodeFusion
@CodeFusion 3 жыл бұрын
awesome easy to understand
@dickcassidy2895
@dickcassidy2895 4 жыл бұрын
So very helpful video.
@BlackHawkDown2
@BlackHawkDown2 Жыл бұрын
Very nice Thapa Bhai. Thanks a ton!
@parthnarang6913
@parthnarang6913 3 жыл бұрын
its original bro , btw awesome series.
@uday-ts9wb
@uday-ts9wb 2 жыл бұрын
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; }
@sayanmaitra11
@sayanmaitra11 2 жыл бұрын
thanks man :)
@palakbatraaaa
@palakbatraaaa Жыл бұрын
thanks !!
@mohammadhassaan9696
@mohammadhassaan9696 2 жыл бұрын
Awesome Tutorial..
@horror4097
@horror4097 3 жыл бұрын
bhai gajab bro
JavaScript Tutorial in Hindi #12: Array in JavaScript in Hindi
8:39
Thapa Technical
Рет қаралды 166 М.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 23 МЛН
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 3,3 МЛН
Learn how to use Props in React in 19 minutes (for beginners)
19:12
Sonny Sangha
Рет қаралды 144 М.
Context API in React JS in Hindi in 2020 #51
25:10
Thapa Technical
Рет қаралды 247 М.
React Router Tutorial in Hindi | React Router Dom in Hindi in 2020 #56
25:23
Understanding Props in ReactJS
19:53
Piyush Garg
Рет қаралды 10 М.
ES6 Modules Import Export in React JS in Hindi #20
19:10
Thapa Technical
Рет қаралды 206 М.
Project 1 - Brand Page | 10 React Projects for Beginners
1:00:20
Do Some Coding
Рет қаралды 228 М.