🎯 React Tutorial in Hindi for Beginners | Complete React JS Tutorial with Project | 2023 Best Course

  Рет қаралды 634,491

Tech Gun

Tech Gun

Күн бұрын

Hosting Link and coupon code
-----------------------------------------------------
Hosting link: www.hostinger.in/techgun
Coupon code: TECHGUN
-----------------------------------------------------
React Project Link: github.com/TechGun/React-Expe...
#React #Tutorial #Hindi
Welcome to React Tutorial. This course will teach you all you need to know to work with React.
React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces or UI components. React can be used as a base in the development of single-page or mobile applications or multi page website.
Learn modern React from scratch, and practice in an intuitive environment.
React Tutorial is suitable for developers with JavaScript experience. Not comfortable with JavaScript? Check out My JavaScript Videos.
ReactJs Complete Course: In this complete react tutorial for beginners in Hindi Tutorial, We will learn why we use react and how React js can be used to build amazing Single page applications and multiple page website with react.
Complete React JS Tutorial for Beginners In Hindi. Learn Complete React with Projects from Basic to Advanced in Hindi. Best ReactJS Tutorial on KZbin.
------------- Timeline ---------------
TABLE OF CONTENT
00:00:00 Introduction to React js
00:18:15 ES6 Refresher
01:21:45 Components in React
01:33:21 How to install React
01:54:10 React File Structure
02:34:48 How to create component in react
03:12:30 React Project Start
03:24:45 Passing data via “props” in React
03:50:24 Multiple Component in React
03:57:55 Nested Components in React
04:31:01 State in React
04:50:55 Handle Input in React
05:10:32 Adding Form in React
05:24:26 Multiple States in React
05:35:00 Two-way Binding in React
05:45:09 Send Data to Parent Component
06:05:39 Rendering List in React
06:16:54 How to get data from API in react
06:32:07 API GET Request in react
06:42:52 React Use Effect Hook
06:54:05 API POST Data in React js
07:07:13 How To Host/Deploy React JS Website to Shared Hosting
07:33:28 How to use Bootstrap in react website
07:54:40 React Router (Multi page React website in React)
------------------------------------------------------------------------
Important Tutorial Links
HTML Tutorial: • HTML Tutorial in Hindi...
CSS Tutorial: • CSS Tutorial in Hindi ...
Tips for Developer: • 🎯Tips and Tools for Fr...
HTML and CSS Project: • How to make a website ...
Hosting Website: • 🎯[ 2023 ]Hosting Tutor...
JavaScript Tutorial: • 🎯 Complete JavaScript ...
Bootstrap Tutorial: • Bootstrap Tutorial in ...
jQuery Tutorial: • 🎯jQuery Tutorial For B...
WordPress Tutorial: • Video
Photoshop Tutorial: • Video
Please subscribe to watch more videos like this: / @techgun

Пікірлер: 878
@prisinha
@prisinha 2 жыл бұрын
Please add following to description of this video (or please highlight this comment): - Priyanka S created Quick Reference Guide: - 24:24 var has variable declaration scope within function and let has variable declaration scope within block. So, a variable declared with var is defined globally across the program, while not when using let. 35:53 does install of Node Js provide functionality of live server? 37:57 renaming of import variable 39:54 import using * 40:27 importing something from default export 41:11 renaming of import variable after default export 51:51 console output does not have buy function but, 52:10 console output has a buy function 57:22 rest operator 52:52 spread operator 1:02:42 Array Destructuring 1:05:00 Object Destructuring 1:06:00 primitive type variables vs reference type variables 1:11:21 What is best correct way to make changes into (or update) a copy (or clone) of any Object? 1:14:20 map function 1:15:00 conversion into arrow function 1:18:00 filter function 1:24:24 definition of component 1:33:00 how to make react based website 2:07:14 noscript tag 2:08:08 div with id root 2:09:19 Ctrl+U = Source Code of Browser 2:12:02 src folder 2:19:00 ReactDOM 3:12:30 React Project Start 3:18:38 single div tag 3:21:41 className (in camel case) 3:27:00 Passing data via “props” in React 3:37:37 toISOString function used with date object 3:41:35 toLocaleString function used with date object 3:43:23 reusability of component by passing different values of props using an Array containing Objects (keys and its values) 3:48:48 every component "return" something 3:57:37 correction of css entry 4:01:46 pass entire Object as Prop 4:04:24 use of nested components 4:10:04 example of small component created using a function and something to return 4:12:12 error handling in nested components 4:14:14 props dot children 4:16:00 props dot className 4:22:02 would multiple imports increase processing load on processor significantly? 4:27:27 conversion into arrow function 4:41:11 useState hook 4:44:55 de-structuring of array for useState hook 4:54:44 default value of useState 5:00:15 additional event handler onChange required with input tag, in order to update value within useState hook 5:02:02 event target value 5:02:45 three steps 5:24:00 Form created 5:31:49 function to change value within useState 5:37:00 stop page refresh 5:39:39 convert string format of date into object format 5:44:00 set value by useState to blank 5:48:30 send data from child to parent using props 5:57:37 send data from child to parent using props (summary) 1 create a function in parent component and receiver_param_as_object 2 In return from Parent Component, we pass aforesaid function as props_value in JSX in child component 3 in child component we use props_key as function and pass sender_param_as_object 4 sender_param_as_object from child component is received by receiver_param_as_object in parent component 6:10:50 conversion of Array into Map function 6:15:00 wherever three dots as prefix to second element of array are used, it means that second element is appended after first element 6:18:11 backend language 6:33:00 fetch 6:44:11 why useEffect is used? 6:48:18 how useEffect is used? 6:52:25 conversion of date string into date object 6:54:24 Each child in a list should have unique "key" prop 6:57:37 how to post data via api 7:04:00 auto refresh after post 7:40:00 add bootstrap 7:59:09 BrowserRouter 8:05:20 Routes
@mdimtajsk29
@mdimtajsk29 2 жыл бұрын
Is this a beginner to advanced course
@khushalsinghsaini805
@khushalsinghsaini805 2 жыл бұрын
thanks
@prisinha
@prisinha 2 жыл бұрын
7:43:23 select same keywords in VS Code using Ctrl D
@prisinha
@prisinha 2 жыл бұрын
7:35:25 npx create-react-app latest project-name --use-npm
@prisinha
@prisinha 2 жыл бұрын
7:39:39 bootstrap has both css and js and both included into index html file
@Abhishek_Sawant
@Abhishek_Sawant 2 жыл бұрын
I've fallen in love with your way of teaching.❤️ I hated CSS before watching your amazing 9hr CSS tutorial. We truly appreciate your sincere efforts to simplify complex topics. Keep up the great content. 🙂👍
@RohanSingh-wg4mh
@RohanSingh-wg4mh 2 жыл бұрын
Vishwajeet I'm preferring your video courses FIRST instead of UDEMY! Your course has desi feeling. NodeJS ka course bhi agar aap bana dete toh jaata toh maza aa jata! Seedhe FULL STACK DEVELOPER COURSE! Thank YOU!!
@kumarkrishlay1472
@kumarkrishlay1472 2 жыл бұрын
Shi baat bhai.. Node.js pure youtube per kahi acche se explain nahi h..please sir bana do ek
@adilnaseem7246
@adilnaseem7246 2 жыл бұрын
@@kumarkrishlay1472 d
@harshsingh6451
@harshsingh6451 2 жыл бұрын
@@kumarkrishlay1472 Reach++
@khatariinsaan5284
@khatariinsaan5284 2 жыл бұрын
@@kumarkrishlay1472 Watch Thapa technical Node js It might be the best Node js couse in hindi on KZbin I have personally completed You will never Regret !
@callmeghostgamer
@callmeghostgamer 2 жыл бұрын
@@khatariinsaan5284 Haan @thapatechnical video v ache hain 👌
@vertex_gaming
@vertex_gaming 2 жыл бұрын
Let's not skip adds for this video guys. 8Hrs video is not an easy job. Thanks for doing this bro :).
@jobhikarbefikarrr7351
@jobhikarbefikarrr7351 Жыл бұрын
definatelly going to watch adds so that we may contribute some
@ahadweb3
@ahadweb3 Жыл бұрын
click on ads, it gives him ad revenue.
@akashkumarsingh8369
@akashkumarsingh8369 11 ай бұрын
But I am using ad blocker ._.
@cricketanalyst8999
@cricketanalyst8999 Жыл бұрын
i am shocked how honest you are ....... the way you are explaining koi paise deke bhi nhi seekh skta aisa na koi sikhata aise .. for me you are lord ..
@Abuzardawar4444
@Abuzardawar4444 2 жыл бұрын
Didn't get bored even for a second with this lengthy video! Credit goes to: - Good presentation - Conceptual understanding - Step by step approach /* Happy coding */
@devshelke1545
@devshelke1545 Жыл бұрын
Has he uploaded complete web dev videos?
@yahyamohsin6550
@yahyamohsin6550 2 жыл бұрын
I cannot explain how much clear way he has used to explain such a problematic language react for me. Many things were just out of mind before watching this video. I really appreciate and pray for this bro. He has proved himself an amazing and best mentor. Thank you 💓💓
@Vishal08
@Vishal08 2 жыл бұрын
Tech Gun is really very underrated channel.. we need to make him famous. Really the way he teaches is crystal clear. Thank you sir!
@animeshrose
@animeshrose Жыл бұрын
I saw so many videos. They started from react but they went to states the next minute. No one explained the basics as you did and you actually put more stress on the concept building and bird's eye view of the React library. Thank you so much for your efforts. Currently at 3:12:50 and going ahead. Also this is the most interesting course I have seen. Kudos and more power to you man. bole to puri desi waali feeling aagyi!
@shubhamshortss
@shubhamshortss 2 жыл бұрын
completed 3 hours in a single sitting , best videos so far in youtube ||| Durga sir for Java and u for React best teachers.
@innermeditationmusic7887
@innermeditationmusic7887 2 жыл бұрын
Yr ye kia kmal bnda h boht acha smjata h mjy react ki kahyn se b smj ni a ri thi us bndy ny SB A to Z clear kr dia 😘😘😘😘😍😍😍😍
@sonuprabhakar2357
@sonuprabhakar2357 2 жыл бұрын
Your react tutorial is awesome. I have completed your 8hrs tutorial without having any trouble. you have simplified react like child's play..wow...I am watching your javascript and css tutorial. Great work bro...keep doing and creating tutorials. i am expecting some best projects on reacts from you. Thanks
@priyabansal9911
@priyabansal9911 2 жыл бұрын
Best video on internet learned ES6 in much faster way and easiest way. I have watched so many videos but not able to understand ES6 and react this good. Respect 👍🏻
@K.I.N
@K.I.N 2 жыл бұрын
. Aap chaa gye.. 😻😻😻😻😻😻😻... Premium lekr dekh liya... Sb bekar h..apke.. Course ke samne.. Hats off.. Apko. Keep creating.. These..courses.. Feel toa aesa aaraha jaise koi apna bara bhai padha raha ho..!!
@tenc6491
@tenc6491 Жыл бұрын
Honestly, this is one of the best React JS tutorial out there. I wish I had discovered this tutorial earlier. Wouldn't have wasted few months jumping here and there. Thanks a lot brother
@softmedun6794
@softmedun6794 Ай бұрын
Wow sir kya gajab samjhate ho sir ,aap student ke language me hi samjhate ho, so thank u so much sir , and sir please part 2 please please sir 🙏🏻
@singhm4709
@singhm4709 2 жыл бұрын
oh boy ! it was a really a great n well informed and instrcuted tute! Please take full advantage of this video! You will be very happy how much you will learn! I know I have learnt my fundamentals from this video! Thanks a lot ! It is really helpful .
@saurabhchandel4131
@saurabhchandel4131 2 жыл бұрын
I have learned alot of things from you , kindly make videos on Node, Express and Mongodb Big request for this sir 💯💯
@prisinha
@prisinha 2 жыл бұрын
5:00:15 additional event handler onChange required with input tag, in order to update value within useState hook
@shashanksingh4968
@shashanksingh4968 2 жыл бұрын
Was very afraid of React, this video gave me lot of clarity on basic concepts and confidence enough to go and learn React projects.
@anurag9106
@anurag9106 2 жыл бұрын
Hello sir
@avijitpaul8800
@avijitpaul8800 2 жыл бұрын
The best video on youtube for beginners who have a very basic knowledg on html,css,js. After watching almost all the videos on youtube I had found this channel. Thank you so much sir for your valuable content.🙏
@TheAnonymous69
@TheAnonymous69 2 жыл бұрын
I would highly recoomend to watch this react tutorial till the end. Never seen any better explanantion than that. Thanks a lot!
@aftabahmed4125
@aftabahmed4125 2 жыл бұрын
Bhai. Allah aapko aur tarraki de. U made everything so easy. I was just scrolling but I saw 10 mins then half of the video I saw without skipping anything
@vikrambais5330
@vikrambais5330 Жыл бұрын
Earlier i used to add all the css in index.css,, and this also worked for me in most of the cases... mujhe yeh malum nahi tha ki har component ke liye alag css file banana chahiye ,, but now i understood .. thank you..
@satyanand8156
@satyanand8156 2 жыл бұрын
great teaching sir, i have visited your channel first time and now become your fan . because you you are teaching in that way which student/fresher can learn, this is the beauty of your teaching . love you and god bless you sir .
@prisinha
@prisinha 2 жыл бұрын
3:43:23 reusability of component by passing different values of props using an Array containing Objects (keys and its values)
@Jai-xq5hi
@Jai-xq5hi 2 жыл бұрын
Hello sir, this is my first video from your channel aur aapne Itna smooth aur bahut hi badiya tarah se beginner ka course banaya hai , Dil se thanks a lot . Aisa lag raha tha ki koi dost padha raha hai pura dimag me chap gaya
@cruxent99
@cruxent99 2 жыл бұрын
Best Tutorial I've Ever Watched. Finally Understood React. Thanks a lot Techgun. ❤️
@FarhanAli-to3ku
@FarhanAli-to3ku Жыл бұрын
I watch 8 hours and 9 minutes and 30 seconds, I learn basics with great guidance on each concept. Thank u very Much Sir G! from Pakistan
@kepscodefun
@kepscodefun 2 жыл бұрын
Thank you so much sir, the way you teach is awesome. I just reach the middle of the video but I'm feeling like, on completion of this video I'm able to do coding with react, thanks for enhancing my confidence level for learning react.🤟🤟👌
@Only-Gaming775
@Only-Gaming775 11 ай бұрын
Really great sir, mene course purchase kr rkha hai lakin fir bhe pdna aapke video se he pd rha hai
@Vithal_Nivargi
@Vithal_Nivargi 2 жыл бұрын
Actually I am in first time in in front end , I knew very few basic concepts html,css,js but now I am following this video it make me sense!!! I am fully enjoying this course, Hey viswajit your teaching way is awesome !!!! due to that ES6 refresher right now I am confident to learn ReactJs I'am sure I'll complete this course complete and this will help me defnitely because of you sir THANK-YOU so much, SUCH WONDERFULL VIDEO MAKING IN Free of cost!!!!!
@budgetarena1984
@budgetarena1984 Жыл бұрын
You are an Amazing Teacher Mr. Vishvajit. What a passion to teach such types of tutorials in an easy way. Thank you very much.
@FarmanOfficial777
@FarmanOfficial777 2 жыл бұрын
Kal Eid he mere abbu g ne mujhe 100 rupe eidi di to mene vishwajeet sir ko transfer kar diye amount bohot hi kam he lekin jab meri placement lag jayegi me sir ko support karunga ye hamare asli teacher he ❤️❤️❤️ love you sir.... love from Delhi Itne dedicated teacher badi mushkil se milte he hats of sir...
@IndraTags
@IndraTags 2 жыл бұрын
This was really too good, I've never watched anyone else taking care of Little things that everyone ignores
@Thetellerone
@Thetellerone 21 күн бұрын
Pure gold hai guys loot lo ❤
@talibhusain3335
@talibhusain3335 Жыл бұрын
One of the best teacher in KZbin. I am learning your tutorial still now and i will.... Great Thanks 💫
@akshayn7687
@akshayn7687 2 жыл бұрын
Unbelievable teaching sir..... Any Non IT student will be easily learn from this video.... I appreciate your efforts.... And I have suggested this react course to my friends... Thank you so much ... Keep doing!!! 🤩🤩🤩
@deepakrathi3176
@deepakrathi3176 Жыл бұрын
Thanks bro. This video tutorial is very helpful for me. I had to quickly switch on React and your way of demonstration is awesome. I just watched your only one video and I created react application. Many many thanks.👍🤝
@sahilkhalani174
@sahilkhalani174 18 күн бұрын
This is super vedio for react tutoriyal easy way to leaaning very very usefull vedio thank you tech gun
@vaibhav.v6403
@vaibhav.v6403 2 жыл бұрын
,thank you sir 🙏 recently i completed javascript and now I can easily go for react
@vinaykumar9688
@vinaykumar9688 Жыл бұрын
One of the best video on KZbin for react tutorial ,must watch guys 🎉
@snehasarkar5284
@snehasarkar5284 Ай бұрын
Itna accha content...Bina comment kiye rha nhi gya...... Thank youu sirrrrrr
@prisinha
@prisinha 2 жыл бұрын
5:57:37 send data from child to parent using props (summary) 1 create a function in parent component and receiver_param_as_object 2 In return from Parent Component, we pass aforesaid function as props_value in JSX in child component 3 in child component we use props_key as function and pass sender_param_as_object 4 sender_param_as_object from child component is received by receiver_param_as_object in parent component
@shivamgupta5085
@shivamgupta5085 2 жыл бұрын
After applying card children ,it lost class Name of expensed_item.. I have seen but I am not fetching any problem
@FarmanOfficial777
@FarmanOfficial777 Жыл бұрын
is course ke liye jitni tarif ki jaye kam he har ek conept par dilse dua nikal rahi he vishwajeet sir me apse milna chahta hun milkar thanks kehna chahta hun love you sir apka shukar ada karne ke liye words kam pad jayenge...
@nazrulhassan6310
@nazrulhassan6310 Жыл бұрын
just fabulous i bought this same course from udemy and had a hard time comprehending child to parent data transfer concept but watching your video helped the topic sink in .
@atharAkru
@atharAkru 2 жыл бұрын
sir ap jo padhate hai, aur samjhate hai short and deeply, lajawaab !!!! acha channel se samjh nh aaya ab tak.
@komalsethi3295
@komalsethi3295 2 жыл бұрын
Sir aapne bht To the point or well explained video bnaya h. Thankyou so much and hope ur channel get million subs soon🙏🙏.
@viraltrivedi3693
@viraltrivedi3693 Жыл бұрын
Thank you!! One of the best tutorials on the internet.🤩 I would recommend your videos before any paid course for react js
@mohmadaffanzangejo6441
@mohmadaffanzangejo6441 2 жыл бұрын
Haven't seen such engaging tutorial on KZbin as yet. Amazing.
@codeved
@codeved Жыл бұрын
I am completed your html,css,javascript
@roshnirp9696
@roshnirp9696 Жыл бұрын
Hello sir... Bhot achha samjhaya aapne sab kuch bhot achhe se samajh aya ...ek bar me hi sare doubts clear ho gye jo abi tak or kisi lacture se etne achhe se huye nhi the ..... Aapki teaching teachnique awsome he.... Jese aap react ka lacture banaya same wese hi node js express mongodb par bhi le aaiye plsss..... Or ek full MERN Stack ka project bhi karwa dijiye ..... Plsss
@anuppratap208
@anuppratap208 Жыл бұрын
Bahut achha lgta hai sir aapke course me .. mera favourite hai aapki simple language teaching..
@harsimranjitsingh591
@harsimranjitsingh591 Жыл бұрын
I have seen many REACT JS Course but this one TOPS the all. Best course ever on KZbin. Hats Off your effort for creating the course for us. I enjoyed it so much and did not want it to finish. Honestly, I do not think I need to watch any other REACT JS course now. May God Bless you for teaching us.🤗🤗 SUBSCRIBED TOO 🙂
@Marvel_Fun86
@Marvel_Fun86 Жыл бұрын
Is it better than code with Harry master react ? Pls reply
@michaelharris1305
@michaelharris1305 11 ай бұрын
the best react tutorial so far, apne akdam a6ese basics samjhaya thank u
@ruchitjoshi612
@ruchitjoshi612 2 жыл бұрын
bhai jo ho aap ho mene itne channel visit kiye react k liya lakin jo aap ne samjaya ..thanku its totally insane ...itna kese ker lete ho bhai ..lakin tum awesome ho yarr ish sai jyda kya he bolu plz bhai asa he late rho yarrr cources .....mai ne jaa ra ab ish channel sai ab khi
@rajansharma9066
@rajansharma9066 2 жыл бұрын
I watched many tutorial of react-js on youtube , but your one is best i can say "one of the best React-js tutorial in India on youtube." thanks a lot buddy for this tutorial.
@prisinha
@prisinha 2 жыл бұрын
24:24 var has variable declaration scope within function and let has variable declaration scope within block. So, a variable declared with var is defined globally across the program, while not when using let.
@codeera95
@codeera95 2 жыл бұрын
Yes
@roberttramy9776
@roberttramy9776 2 жыл бұрын
This is basic of javascript everybody should know who done javascript once
@prisinha
@prisinha 2 жыл бұрын
@@roberttramy9776 That is timestamp and software is built on logic
@prerakpatel3165
@prerakpatel3165 2 жыл бұрын
This series is Maximilian in Hindi 😂. Please add redux tutorials when you can. I was having a hard time with JavaScript until I watched your series. Now learning react seems easier. Please keep the good work going and extend react series with redux🙏🏻.
@vivekanand5900
@vivekanand5900 2 жыл бұрын
Yes bro...😁
@letstry2854
@letstry2854 2 жыл бұрын
Wao... eagerly waiting for this video!! Thank you sir 💕
@mohammadarslan8817
@mohammadarslan8817 2 жыл бұрын
i have watched so many tutorials but your way of teaching...lovely..good teacher
@deepakmishra96
@deepakmishra96 9 ай бұрын
Just finished my ES6 revision. This is how you build a strong foundation for students and then delve deep into the topic to ensure they never lose motivation. One of the best videos I've found so far for beginners learning React.
@pkj685
@pkj685 7 ай бұрын
Hello... Bhai yrr ek bat puchni thi aap se
@mohitrajwar970
@mohitrajwar970 2 жыл бұрын
Esa samjhane ka tarika maine aaj tak nahi dekha Thanku so much sir aapse bahut help mili h mujhe thank you again sir ji.
@barbarian5962
@barbarian5962 2 жыл бұрын
Your channel is very underrated, I just found ur channel yesterday and I love your teaching style very simple and effective and most important your voice is so energetic. You deserve more subs
@AkshayBhosale8055
@AkshayBhosale8055 2 жыл бұрын
Thank you very much for this course. Very well explained. 👍🏻
@mudassirimam1006
@mudassirimam1006 Жыл бұрын
Wa Ustad wa ............. bhut friendly Teach karte hain.........👍👍
@bhavnabhoir2268
@bhavnabhoir2268 9 ай бұрын
Watched many videos for beginners but this video is best
@khetsinghyogi
@khetsinghyogi Жыл бұрын
I have seen many courses on react but your course was amazing. After watching this course I don't have any doubt.
@sandysingh5986
@sandysingh5986 Жыл бұрын
i have cleared my lots of doubt.
@mr_sandy021
@mr_sandy021 Жыл бұрын
Bhaiya apke padane ka tarika acha lga. Complex chijo ko app bahut hi simple way me samja deta hai
@Astro-Coder
@Astro-Coder 7 ай бұрын
This is the Best Video for ABSOLUTE BEGINNERS you revised all my Javascript concepts
@user-pg6bn5sg4f
@user-pg6bn5sg4f Жыл бұрын
I just don't wanna take much time but just want to say Vishwajeet.. "You are a Magic". Wish if I could meet you in person!!! Great course buddy ❤
@moaviahassan721
@moaviahassan721 2 жыл бұрын
Thank You So Much, Best Tutorial On KZbin so far..❤❤❤
@csengineer8819
@csengineer8819 4 ай бұрын
i try 2 days to understand only intro of react but i can not understand it ,i see more than 10+ videos and read multiple articles . when i come here then i understand everything thank u sir ❤❤
@amanmaurya5652
@amanmaurya5652 2 жыл бұрын
Thank you so much sir..... I was not able to install the react app I was trying from last two days... Watched many videos..... But after watching this I have install the app in first go...... Again thanks sir
@AbdulRehman-ui3nj
@AbdulRehman-ui3nj 2 жыл бұрын
yar me udemy ka course dekh rha tha maximilan schaweler ka, mujhe uski smjh ni arhi thi 3 ghnte bad or wo bhi yehi same project krrha tha , ab mene youtube pe aa ke kaha tech gun ke pas chalo or ab idr dekh rha hun ke same to same wohi project same interface k sath ap krwa rhe hen thanks bro tech gun god bless you
@rohitbagadi3058
@rohitbagadi3058 2 жыл бұрын
The same thing happened with me 😅
@mukulkumar6940
@mukulkumar6940 2 жыл бұрын
greate explianation man i have some confusion with props but after your content I have good understanding Thanks man!
@satishk1770
@satishk1770 2 жыл бұрын
Super boss 🙌 👌👌👌 Kaya explain Kiya he pese dekar bhi itna accha samj ni aya ...maja aa gya ....boss ...yrr apki voice Kamal ki he ap to filmo me dubbing bhi kar sakte ho south actor ki 👌👌👌👌👌..
@usmanirfan8707
@usmanirfan8707 2 жыл бұрын
One thing I have to say you are an Outstanding teacher... Please also make Lectures on Redux in Reactjs
@aakashprasadshah202
@aakashprasadshah202 Жыл бұрын
This course is completely beginners friendly and the best one in KZbin community The only thing where I faced problem was 6:32 the api url didn't work.
@amitmishra1303
@amitmishra1303 2 жыл бұрын
Hi tech gun, initial you taught us very depth concept in CSS but from javascript series to react series all videos are beginner level only. We need more depth concept video like promise, closure and redux, context api, HOC, optimization. Please request you to make video because your teaching help us to get confidence.
@foolm6714
@foolm6714 Жыл бұрын
@Amit Mishra ,abhi kitne topics react ke aise hai joh techgun sir ne nahi padhaye,aapne video dekha hai toh aap jarur help kar sakte hai. Konse konse topics techgun sir ne half cover ya thoda sa bhi touch nahi kara iss react video mai?please help Thank you
@ArjunSingh-es2iw
@ArjunSingh-es2iw 2 жыл бұрын
Great videos, I see lots of channels but this is no. 1
@rahulkande4582
@rahulkande4582 2 жыл бұрын
Thank you , I'll help other people same as you helping us, really appreciate your efforts and your work
@rajukumar-yq3qf
@rajukumar-yq3qf 2 жыл бұрын
🙏🙏🙏🙏 please sir aise hi continue rahiye bada achha lagta hai aapke sound me bahut dam aur jaddu hai and nice explanation sir.
@goldentime4910
@goldentime4910 11 ай бұрын
Handle input it's hard to got it but finally I repeat it 3 times now available to understand your effort such make me to do hardwork seriously I'm watching it 3 A.M what a peice I felt it to understand Thanks to make easy ❤❤❤
@niteshprajapat7918
@niteshprajapat7918 2 жыл бұрын
This is so Conceptual and easily understandable 😍 Thank you, Sir ❤🙌
@nikzadbehnam1027
@nikzadbehnam1027 2 жыл бұрын
It is wonderful training since I start web programming thank you for all our efforts. Can you provide Node.JS training too?
@drfurqan6239
@drfurqan6239 2 жыл бұрын
Much awaited video, really appreciate your efforts 👌 💪 🙂
@abhapandey5281
@abhapandey5281 2 жыл бұрын
This is the first video I completed and till the end interest was content. Hoping for the second part.
@codingwitharkajit758
@codingwitharkajit758 2 жыл бұрын
Fantastic tutorial....I learned react through very easy way.👍👌
@piyushraj8701
@piyushraj8701 Жыл бұрын
was struggling for learning react from 3 days and landed here, I must say this was best among all react tutorials available on youtube(to start atleast with basics). Thanks Vishwa!
@Ankitraj-uv8bb
@Ankitraj-uv8bb Жыл бұрын
bro api link is not working.can you please let me know how did you do it?
@youcube291
@youcube291 Жыл бұрын
Super Course .and EASY explaination
@jaykumar-jt9fp
@jaykumar-jt9fp 2 жыл бұрын
Thnku so much you really have big favor on me i've learnt Java as i am gonna finish react.js I'll keep participating through your video may i am also gonna be developer thnku so much
@thejourney750
@thejourney750 2 жыл бұрын
You are a best teacher i have ever seen on youtube.
@morsheddld
@morsheddld 2 жыл бұрын
Great video tutorial and KZbin also trending this video. Excellent Job done by techgun thanks a lot.
@RahulGupta-wb4ss
@RahulGupta-wb4ss Жыл бұрын
Thank you so much sir sab samaj aa raha h , means a lot sir very appreciated your teaching skill.
@to_serveMyNation
@to_serveMyNation Жыл бұрын
Apki bhasha bahut sundar aur saaf hai jisse samjhne mei bahut aasani hoti hai 😊
@kshamamishra38
@kshamamishra38 2 жыл бұрын
Best explanation ever. Thankyou so much.
@garvkapoor457
@garvkapoor457 Жыл бұрын
You r great sir aap bilkul deep m sikhate ho har chiz .
@nishantsethi6625
@nishantsethi6625 2 жыл бұрын
thanks for the easy video and i saw you started somewhat in sept and finished in dec. I can see that you used almost the same tutorial from max from udemy but its too much helpful.
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 26 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
Sigma girl and soap bubbles by Secret Vlog
00:37
Secret Vlog
Рет қаралды 15 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 26 МЛН