10-Hour React Tutorial 2023 - Zero to Advanced | Learn React JS in Hindi

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

Комментарии • 1,2 тыс.

  • @coderdost
    @coderdost  Год назад +64

    🔥MasterClasses:
    - Redux [ 7 Hours ] - ruclips.net/video/1zCNdVhdvHE/видео.html
    - NodeJS / Express/ Mongoose [ 12 hours ] - ruclips.net/video/ChVE-JbtYbM/видео.html
    REACT COURSE PAGE : github.com/coderdost/full-stack-dev-2023
    How to Download this code: ruclips.net/video/6l8RWV8D-Yo/видео.html
    REACT MASTERCLASS Assignment Solutions:
    ruclips.net/video/u6zQ9yhIg4o/видео.html
    React JS Topics covered :
    1. Component, props, state, JSX, children props, lifting state up
    2. All hooks : useState, useEffect, useReducer, useRef, useMemo, useCallback, useContext, useDeferredValue, useTransistion, useLayoutEffect, useId, useImperativeHandle
    3. Context API Explained
    4. Memoization explained
    5. How to use Reducers for the state management
    6. Concurrency in React.
    7. Lazy loading and Suspense
    8. Reference forwarding : forwardRef

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

      Sir this is enough to Crack any react interview

    • @coderdost
      @coderdost  Год назад +3

      @@freeCoursescom Yes. it has all the concepts of React which can be asked.. but needs some practice to remember.. as too many concepts are explained...

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

      ​@@abhisheksahu3435 Because I made a simple CSS in react. simple CSS files are not limited to scope of that component. They are shared globally. Specially in case of parent its shared with all childs.
      best way to avoid it is to make "modular" css where you name file like "PlayButton.module.css". if all CSS is module based. This unwanted sharing will not happen.

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

      @@coderdostOh, that's why. I thought it was a loophole of react. Thank you very much for the clarification, sir.

    • @Suraj-if4rx
      @Suraj-if4rx Год назад +1

      thanks sir

  • @ShubhamBohra108
    @ShubhamBohra108 11 месяцев назад +44

    Review: I've just completed up to chapter 5 of this video and I just wanna say that he's an incredible tutor. I would be honest when I was starting this tutorial I was like "Yaar na to inke jyada subscribers hai na millions me views kahan acha padhate honge. koi na 10-15 minute dekhke band krdenge". But as I kept learning from this tutorial his way of teaching and in-depth knowledge of react really impressed me. Also, this tutorial contains assignments so that's also a plus point. He explain in a very beginner-friendly way and not like just typing and just reading what he's typing like in other tutorials. Apart from that, I started this video because it's based upon the latest React 18 version and most of the tutorials on RUclips aren't updated like this one so what else do you want. So I'm just saying if you're confused about whether to go with this tutorial or not trust me just give it a try for like 30 minutes or so at least and you'll definitely love his way of teaching.
    Thanks, sir for the wonderful tutorial I'll definitely move on to the the other series(node js, mern stack, react-redux) one by one once I finish this tutorial🙏.

  • @flutterdeveloper
    @flutterdeveloper Год назад +160

    Best react course on youtube. Even better than paid courses. Hats off to This Man. Thank you ❤

    • @coderdost
      @coderdost  Год назад +15

      Thanks 👍🏻

    • @abhishektiwari2643
      @abhishektiwari2643 Год назад +3

      ​@@coderdost amazing course I also learn HTML CSS JavaScript in advance level but do not learn react js
      But when I see this video i understand in react js
      Thanku sir

    • @comedy_ener..
      @comedy_ener.. Год назад

      ​@@abhishektiwari2643😊❤

    • @AmitSingh-yn1gh
      @AmitSingh-yn1gh Год назад

      ​@@abhishektiwari2643 hlo bhai tumne resume builder wale assignment kiye the pure

    • @user-qc7tx3bg7u
      @user-qc7tx3bg7u Год назад

      kitna time lga poori video dekhne m
      @@abhishektiwari2643

  • @mitaligaur5161
    @mitaligaur5161 Год назад +43

    You have an exceptional talent for teaching. All my concepts are clear now and my confusions and frustration with react has now turned to intrigue and excitement. Thanks for these videos. Really appreciate it :)

    • @coderdost
      @coderdost  Год назад +6

      Appreciate it. Thanks 👍🏻

  • @RadecX1
    @RadecX1 Год назад +211

    It almost feels illegal to watch this masterpiece for free.

  • @MrHimanshuji1729
    @MrHimanshuji1729 Год назад +12

    Today I have completed this wonderful structured course.. thank you once again ... 🙏🙏🙏🙏

  • @shahhussain5563
    @shahhussain5563 Год назад +30

    I love you content and the way you teach each concept. Please continue for MERN Stack. Next waiting for Node and Express master class. Thank you so much for your efforts sir. ❤

  • @4444-c4s
    @4444-c4s Год назад +10

    Everyone explain useState first and then other concepts like conditional rendering and so on..but you have explained in a very disciplined manner, just like a story...Brilliant...

    • @coderdost
      @coderdost  Год назад +5

      Actually I learnt frontend rendering before react came in 2014. So We used to learn always that way. Even in angular

  • @dinosouravtv3548
    @dinosouravtv3548 25 дней назад +1

    I think you are the best tutor for MERN Stack on youtube.No doubts

  • @Ankit_Maurya_12
    @Ankit_Maurya_12 11 месяцев назад +12

    Props Destructuring
    1:50:00 Ternary operator concept
    1:52:00 Short circuit concept
    1:56:00 Props higher order function
    2:16:00 Event Handler Function
    2:22:00 Children props
    2:23:00 custom event & props as a function
    #makingSelfNotes

  • @shivashankar9668
    @shivashankar9668 Год назад +11

    First of all for beginners I need to say something... The whole video is so concise and methodical but you will face some issues while understanding some concepts like useeffect, crud operations etc.., but don't panic just replay and study ... I don't know if others faced the same problem but I faced it several times... Just don't compare yourselves with other people in comment section
    Hit a like if you replayed a lot of times like me😊

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

      I am able to see Next.js on server page and different structure of folders as well. what to do? Have you also faced the same?

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

      i am beginner , is this worthfull to start this course?

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

      if absolute beginner, try simpler videos. this course is more important for people who have already started front-end development, but didnt understand what they are doing.

  • @iloveindia7912
    @iloveindia7912 Год назад +29

    Class base component mosh hamedani aur functional component me coder dost ka koi takkar nhi de sakta. Best react js Tutorial on RUclips. Sir kya class base component ko samjhna jaruri hai isse react js aur javascrit ke concept aur deeply samajh aa jata hai

    • @coderdost
      @coderdost  Год назад +16

      class in React will be dead soon. as React Team is killing it. but class in javascript may survive.

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

      @@coderdost But bhai class base components large apps ke liye best hai kyu ki class base components me hum apne code ko jyda organise rakh sakte hai.

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

      @@codewithpranoy But React team is not recommending it.. for future. These things only remain valid till they support it. Right now class components are out of future react.

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

      Class based component are not used nowadays but there are still many big MNCs who have write there code using class based components, so it's a must to learn it cuz it's asked many times in interviews

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

      @@anuragsuryawanshi3682 yes its something like a legacy maintainer job, till those company will be using that code. Not good a for a new developer though. Many companies maintaining Angular 1 code also.. but after that prject, developer has to learn new things again.

  • @shivamdubey2418
    @shivamdubey2418 Год назад +7

    Kudos to your hard work ....no one worked hard as much you did on react course...... everyone who teaches on you tube they just do something and thinks that we already know that concept .. But you explain every single doubt which may come.....Thanks

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

      Thanks a lot

    • @user-tw5jz5dv9t
      @user-tw5jz5dv9t 4 месяца назад

      ​@coderdost sir start next js series pls pls sir ❤

  • @EktaKamra-xt8db
    @EktaKamra-xt8db Год назад +13

    The exact concepts i was looking , finally found in this video .
    Thanks for your great efforts

  • @delusional_being
    @delusional_being 8 месяцев назад +4

    wow sir aapka channel kitna amazing apka content ethna best hai bus sir ethna acha channel kitna zyaada underrated hai sir bhagwan kare yeh channel jaldi sey grow kar jaaye

  • @masfooks35
    @masfooks35 Год назад +14

    One of the Best React Masterclass I have ever found. 100% Recommended. Even if you are a working developer must watch every concept explained very well. Keep it up..!!🙌❤

  • @Yesterday_i_ate_rat
    @Yesterday_i_ate_rat Год назад +37

    Your video on React JS has given me a strong foundation and increased my confidence in my ability to learn and work with this technology. The way you broke down the concepts and presented them in a clear and concise manner made it easy for me to understand. I appreciate the time and effort you put into creating this comprehensive guide and I am excited to continue learning and growing my skills through your teachings. I am now confident that with your guidance and the knowledge I have gained, I will be able to complete this video and move forward with my React journey. Thank you, sir, for being such a great teacher and inspiring me to keep learning

  • @vinaypatil8009
    @vinaypatil8009 Год назад +12

    OMG sir this is next level planning to teach us Full Stack Development in structured manner.
    OP sir 🔥🔥🔥 thank you so much for everything sir ☺️😊

    • @coderdost
      @coderdost  Год назад +12

      Thanks .This planning we did from last 5-6 years, but was doing offline or in companies 😊 but only came to youtube recently.

    • @vinaypatil8009
      @vinaypatil8009 Год назад +4

      @@coderdost wow 😳 sir , we are lucky for this kind of structural lectures so again thank you so much sir 💜😊.

  • @yashikaagrawal3681
    @yashikaagrawal3681 11 месяцев назад +2

    "This is the best react video I have seen on RUclips. Everything is explained briefly and easy to understand. Wish I had not wasted my money on expensive courses. Still, they are not of this level, like you have taught!

  • @vikaschhonkar7880
    @vikaschhonkar7880 10 месяцев назад +5

    PROGRESS:
    DATE: 10 November 2023
    Started at 7:45 AM
    Chapter 1 Completed: 8:23 AM
    Assignment 1 Completed: 8:35 AM
    Chapter 2 Completed: 9:32 AM

  • @Abubakar-tf6iw
    @Abubakar-tf6iw Год назад +5

    I love the way you teach and clear the concept. One of the Best React Masterclass I have ever found. 100% Recommended. Even is you are a working developer must watch every concept explained very well. Keep it up. Am from Pakistan but want meet you sir & Love you so much for your time and content

  • @vedanshpahariya2179
    @vedanshpahariya2179 Год назад +9

    I'm waiting for this and it covered many advance topic. Thanks bro..

  • @rajasekhar5135
    @rajasekhar5135 11 месяцев назад +2

    sir sir really i dont know who you are beacuse i dont no hindi but am fed up with soo many react tutorials and i lost so much amount for courses with out knowing hindi also am understanding your tutorial tq alot i cant say more than that am feeling soo sad why we dont have a great teacher in my own language

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

      were you able to complete the whole video?

  • @nikeshgupta1241
    @nikeshgupta1241 8 месяцев назад +2

    I am the one who knows every concept at very high level but still watching because he explains that how can you teach anyone in simple words

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

    Most humble developer on RUclips, coz he always reply on our doubt. I was asked him about my what I have learnt and what I have to learn, He replied ❤️❤️❤️❤️❤️❤️❤️❤️❤️🤩🤩

  • @Suraj-if4rx
    @Suraj-if4rx Год назад +6

    All the courses are better than udemy's top rated or bestsellers courses. understanding level of these courses are very high. Hats off to coder dost......A real Coder Dost

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

      👍 Thanks man

    • @Suraj-if4rx
      @Suraj-if4rx Год назад

      @@coderdost we want advance series of MERN so that we can learn more...

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

      @@Suraj-if4rx Next is a project which will be quite advanced and you can revise whole mern stack with that.

  • @sarthakdhoke7775
    @sarthakdhoke7775 Год назад +3

    I visited many react courses those are good but this one is extremely amazing for absolute beginner it is very easy and also deep learning to know all little concepts.

  • @savanghori9581
    @savanghori9581 Год назад +3

    Amazing content I watched all your javascript, HTML,CSS and Bootstrap and Web design playlist thanks 😊😊

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

    No one on RUclips provide this type of detailed valuable knowledge like your videos..
    Big Fan Sir 😇😇😇

  • @keyurpatel2472
    @keyurpatel2472 Год назад +5

    Till date best out of the best 👌🏻 course which you have done. With such a good theories + practical concepts. Even dam, good then paid course. 10/10 ⭐️.

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

      Appreciate your efforts 🙏🏻 and highly recommended, to watch without skipping any concepts which are covered in this video.

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

      Thanks a ton

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

    Amazing teaching skill, Har cheej sir aap inte ache se smjhate ki dimag me baith jata hai . Mai Paid cousre kar raha fir bhi yaha se padhta hu aur apki teaching paid cousre kaafi behtar hai. Thank you so much sir for helping us specialy jo begginers hai.

  • @MuhammadAwais-yk1hp
    @MuhammadAwais-yk1hp Год назад +5

    Excellent React Course!
    Really loved the way you teach and deliver the content!
    Thanks for your effort!

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

    1:58:00
    Taking 1st break
    2:52:34
    Taking 2nd break

  • @6.squash.936
    @6.squash.936 Год назад +4

    Hi sir, first of all thank you for the amazing videos, Your MERN stack series have changed lives of many 😊
    One of the Main Reason I like your videos is that you teach concepts so nicely that after your videos a student can just hop into some projects and Practice .
    I have bought many Udemy courses and the main problem with those courses is that those Videos are more of a Project based approach videos which may sound good but for a beginner it is very challenging to understand , since even if a student stumble upon one problem in the Video Tutorial which is a Project based one , we cant go forward since the new videos are interconnected so once you are lost in the code there is no coming Back, unless you rectify the problem or just copy the code without understanding and which makes the Udemy courses absolutely waste of money and Time because there is no learning happening ,and then the Person just ends up in Tutorial hell(which is video after video)
    But You Coder Dost you are GEM 💎 ,you just gave us 10hr long video covering all the Topics from the Official Docs and Assignments for Brain storming, I cant tell you how happy I am finding this Channel ,
    Please Never change your Approach of teaching you are a absolute beast on RUclips
    Once Again a Big Thank you😇

    • @coderdost
      @coderdost  Год назад +5

      Thanks for appreciating. Such a long note takes effort.. thanks.
      Coding is long journey, tutorials are just for guidance.
      You are the real player 👍🏻
      Give your best

  • @MuhammadRizwan-z2k5f
    @MuhammadRizwan-z2k5f 7 месяцев назад +1

    This Course was really helpful.
    Really elevated my React Skills.
    Lots of love from pakistan.

  • @terabappayush7908
    @terabappayush7908 Год назад +6

    completed react on 13-05-2023.
    Rating:-5/5, best points about the course:- teaching method was perfect for me, Examples were great showing the use of topic, was not wasting time by constantly reminding us in each chapter to like and subscribe ( I have done both already and you will too after you follow the course),Free course which only demands your time, alot of good assignment which will definitely be using the topics you learned from each chapter (resume builder etc).
    Verdict:-already have done one paid course from Udemy and by no means that course was bad but that teaching method was not appropriate for me even though I tired with my full focus and at one point also got afraid of react to the extent where I was not even sure if react is something that I can understand. After completing this course I can clearly say that the fear of react is no more and I have understood most of the topics clearly and will be able to use them. Thanks sir you are the best and I will soon start node js course after doing some projects in react to be 100% sure about it.
    Love you sir ❤ and thanks for removing my fear of react.

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

      Great to hear 👍
      Purpose of this course was to give React in-depth concepts to beginners. So it was for bridging this gap - to give them taste of senior level understanding in easy wordings.
      I found most tutorials are either
      1. Given by experts, but very hard to understand their perspective. As they are talking to a more senior audience
      2. Given by newbies, who have worked only for 2-3 years in React, they are good in React but lack in understanding of whole web development process. and sometime just provide the code without background - why this pattern was used.

  • @LoveIndia3
    @LoveIndia3 7 месяцев назад +1

    Basic React structure in simple way as per my understanding
    1) index.html (attach to index.js using root )

  • @modanwalpriti8769
    @modanwalpriti8769 Год назад +3

    I really appreciate you in everywhere you are a best teacher. In real world as i think you are a teacher who figured out the understanding power of student or fresher developer who want learn react..
    Seeing your video I got more confidence myself in react..
    I am looking your MERN video?👀
    Thankyou sir means alot..❤️

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

    I was afraid of react before this video tutorial but now I am getting confidence to get it so far.. thanks for such a good way to teaching..

  • @EktaKamra-xt8db
    @EktaKamra-xt8db Год назад +4

    sir ,please upload a full fledged video on NODE JS , EXPRESS with MONGODB. It would be really very gratefull for us .

    • @coderdost
      @coderdost  Год назад +4

      It’s here : ruclips.net/video/ChVE-JbtYbM/видео.html

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

    I learned more in this video than in 3 months in my course. Damn bro, this channel just blew me away. All this knowledge you are giving for free... you're just pure gold, man! We all thank you from the bottom of our hearts. 👊

  • @kiranbchitari
    @kiranbchitari Год назад +4

    Thank you, sir, for creating such informative and detailed videos. I have watched your React Master Class, Redux Master Class, and React Router videos. Now I am feeling confident enough to give interviews. Please let me know if there is anything else remaining in React.

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

      Thanks 👍 NextJS will come in sometime

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

    pehele q nhi mila aapka youtube channel
    really its very deep and basic, and learn so many things ,from ur vdo
    paid courses me bhi asia content nhi milta he
    really appreciated, plz make more vdo on react js and also nextjs 13 plz plz plz

  • @vrb199
    @vrb199 Год назад +7

    I love the way you teach, content and easily understandable in depth , please continue the MERN tutorials ❤️❤️

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

      Thanks..yes, our effort is going on.

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

    Always Love your Content...Even having 3 years of experiance React developer ..following this React tutorial

  • @kushalbansal4394
    @kushalbansal4394 Год назад +5

    Thank you for this masterpiece sir the same level as of the paid course ❤

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

    Wow !! what a wonderful way of explaining , you just make everything clearly placed in mind . I have a question that why Routes are not covered in this tutorial ??

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

    Thank you sir , this course is only required to learn whole react , no need to spend 3-4 months , only video + practice

  • @Ankit_Payal
    @Ankit_Payal Год назад +4

    loved your content and waiting for this react master class. thank you so much. by the way sir can you also provide a master class for Redux also that would be very helpful.
    once again thanks a lot☺☺

    • @coderdost
      @coderdost  Год назад +3

      Yes, soon

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

      @@coderdost Would be waiting eagerly, you made react interesting, want redux too

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

      ​@@coderdost redux thunk + redux saga ... Thankyou for this video

  • @AhmedSiddiqui-dz3up
    @AhmedSiddiqui-dz3up Год назад +1

    100% recommended for beginner and intermediate React Developers

  • @RAHULBURDAK-sp5zf
    @RAHULBURDAK-sp5zf 3 месяца назад +11

    Bhai kya padhata ha kuch samaj nhi ata beginner's ko to 🙏 comments me bina faltu hi hawa bana rakhi h

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

      such mai. bhut advance level hai phdanhe ki. bhut complicated way hai. time bhi bhut hai video ka.

    • @hahahahhahahahhahhhahahhha
      @hahahahhahahahhahhhahahhha 2 месяца назад +8

      Itna easy way me toh smjhaya bhai yeh bhi nhi smjh aa rha toh chhor do coding krna

    • @user-dx1op6gu4e
      @user-dx1op6gu4e 2 месяца назад

      Bro aapko ek do baar dekho agr beginner ho tho , coding is aur javascript karo accha se ,bahut accha padhya h sir ne

    • @RAHULBURDAK-sp5zf
      @RAHULBURDAK-sp5zf 2 месяца назад +1

      @@hahahahhahahahhahhhahahhha thik h bhai chhod di aj se

    • @RAHULBURDAK-sp5zf
      @RAHULBURDAK-sp5zf 2 месяца назад

      @@user-dx1op6gu4e thanku bro , but mene dusre channel code step by step se padhi badia padha rakhi h vaha

  • @ZahidHussain-hj2dk
    @ZahidHussain-hj2dk 11 месяцев назад +1

    To describe it in one word, i would say its amazing ...... thumbs up bro , hope complete nextjs series will be on the way

  • @MayankShrivastava-q5t
    @MayankShrivastava-q5t 10 месяцев назад +1

    You have explained it so well , If this is the full react course which covers everything in react so after watching this full 10 hour video, I am confident enough that, I can easily work in react 😍

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

      really ? not full i think..

  • @HIMANSHUSingh-sw9cv
    @HIMANSHUSingh-sw9cv Год назад +1

    Could you just share the slides like you have previously shared with javascript. Amazed by this content 👏 completed javascript course. Agar mujhe kabhi job milte hai future mein to uska sara shrey aapko jata hai.

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

      Slides are not made for this. will share in future.

  • @BK-19
    @BK-19 Год назад +1

    Wow... What an great explaination! I'm at 3hrs in video and fills like I learned some premium feature stuff.. Thanx.. exited to complete 10hrs So It will be helfull to me to crack an interview.

  • @user-qc7tx3bg7u
    @user-qc7tx3bg7u Год назад +1

    sir apka mock interview dekha tha maine ,tbse padh rha hu 2 chapter khtm krdiye h. explanation aapka ek number hai

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

    Hi Coder, this video really too good. Thanks. Kindly create video on fetching live stock data.

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

    Just seen the first chapter of video and now i am pretty sure this is gonna end best as well.
    please make projects on frontend using react. this is a grt video .

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

    Sir you are doing amazing work . Love your content . Sir please complete mern stack aur login authentication pe bhi videos ban do

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

      Already uploaded in Node Js masterclass

  • @user-ui3jx7md1u
    @user-ui3jx7md1u Год назад +1

    best best best react tutorial ever good job bro........

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

    Sir thank you ap ita sab free me pada rahe mai apka aabhari hun.

  • @MilanParmar.
    @MilanParmar. Год назад +2

    i would recommend to beginner for leaning react first five video of techgun react playlist, i think that would be better for this course.

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

    This video is far better than KG coding react tutorial as it is very clear in its concepts. Had watched kg one for like 6 hours but must say this is better for a beginner who doesn't want to get confused.

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

    Today, I have completed the course. Just want to say a big thank you, to you for the effort that you put it into making this course. Looking forward to other courses.

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

      Great to hear!

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

      Bro can you please tell me is this beginner friendly or it involves some mini projects for learning or not?

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

      @@striverop Yes brother it is beginer friendly and also follow the latest react documentation

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

      @@striverop Regarding projects, one mini project which involves CRUD operations is done in the tutorial and a big project as an assignment continues in each chapter. There are assignments as well at the end of each chapter.

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

      @@coderdost not able to understand about children prop

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

    Thank u so much for making this video sir you even didn't put any add on the whole video thank you

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

    4:43:09 it can be done by more simply..
    see
    const edit = (index)=>{
    console.log(vid[index])
    }

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

    i watch some of other yt vedios where creators use jargon words so that they can show of their knowledge because of this students lose their interest in programming. but you explain these concept in such an easy way with animation which help to understand properly and store long term memory of our brain . because some time mind not create image of how code run but your animation help a lot great work 👏👏❤

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

      Thanks Arpit. Keep learning

  • @4444-c4s
    @4444-c4s 9 месяцев назад +1

    Came again to see....What a Brilliant Explanation bhaiya...🥰😍🤩

  • @AsishKumar-ut1vw
    @AsishKumar-ut1vw Год назад +1

    Happy Teacher's day sir❤ this video is gem ❤❤

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

    Very Good Course

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

    I have been waiting for this tutorial.. for so long. Thank you so much for this video..

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

      Thanks. you share your doubts while doing the course.

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

    @2:28:05
    "Coding me kya hota hai ki...Code hota jata hai bada aur dimaag hota jata hai BAND "
    ~ Coder Dost 2023

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

    Best React Tutorial on youtube
    Thanks Sir

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

    Bhai sahab kya hai ye ismai sab hai har chapter mai assignment hai uss chapter ke according, mini projects bhi hai aur abhi mujhe sirf 2 hr hi hue per bohot kuch Naya sikha
    Thank you so much Bhaiya

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

    Your teaching is just like react is nothing but just a toy.
    Hats off to you.

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

    pta nahii q pr proud feel ho raha ap ko apni ankho k smny famous hota dekh k....

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

      👍🏻 thanks. Do the redux more content will come by that time.

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

    Best React Series on RUclips

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

    great

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

    Bhai Log !! Agar mera Sujjetion Mano Toh App Apni REACT Jurni Yahi Se Start Kar Sakte Ho Sir Ka Padhane Ka Tarika "GAJAB" Hai.🤑

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

    Amazing sir...................... Without paying any fees....... Aapka kaam bahut hi achha hai........... or aishe hee videos laate rahiye sir

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

    Completed 12 chapters .
    One question, is the useEffect same as LaunchedEffect in Android kotlin??

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

    Thanks For Making this ReactJs Course

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

    Great thanks for this work.
    Very nice and helpful video, it really helps to clear interviews with practical examples.
    Just one request - please don't zoom vs code editor too much.. in normal screen it feels more comfortable and understandable.
    aisse zoom krne me ye video der tk padhne me kaafi uncomfortable ho rhi thi.
    or else content is great.!
    Subscribed!

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

    much underrated teacher

  • @intakhabalam.3328
    @intakhabalam.3328 9 месяцев назад +1

    I have installed nodejs in drive c/program files but when I create new react app and run the command in cmd to create react app then it shows an error message

  • @priyaanshhuu
    @priyaanshhuu 13 дней назад +1

    Thank you coderdost ❤

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

    A great way to teach , so much helpful for a beginner react developer. Thanks sir for this amazing tutorial.😊

  • @Dinesh-my9us
    @Dinesh-my9us Год назад

    Sir aap React Full Course ya React Tutorial esa Title me likh dijiye....
    "React Masterclass" koi nahi search karega..
    Aur isiliye aapka itna acha video bahot niche dikha raha hai...

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

    By making Fun way this tutotial is finally done.Who are new & want to learn react ,you are right place just watch it.
    Because teaching react concept with such project which implement all hooks so give better understanding in single project .
    👍👍👍👍 so lets do & watch it

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

      Is it? I am so confused

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

      Should i follow this?

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

      @@byeeee3738 you will gain much confidence after watching and implementing things in video

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

    Thank you So much 🙏🙏

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

    Sir kindly make a video on
    React Jwt Token with Full Explanation
    Thanks 😊

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

      JWT token is in 2 other videos.. Node JS full course and MERN ecommerce project

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

    Sir please create nextjs with typescript and tailwind indepth video course on this channel 🙏🏻

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

    Agr mai pura dekh lu to ho jayega job layak prepration ki redux ,virtual Dom, life cycle ye sb missing h ki sb kuch h plz plz reply bhaiyaa

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

      redux concepts are already there.. but redux toolkit will come in separate series. it has all the hooks and interviewer's favorite questions...
      If you need 100% of old class methods like lifecycle react course and interview series also in description, which has virtual DOM etc everything..

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

    omg his way of speaking and delivering..no one could do it like him..i understood react from him more than harry

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

    This guy is actual CODER DOST
    Love from pakistan best place for begginer
    Plz make complete chat app video with web socket

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

    just started sounds interesting :)

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

    This is one of the best tutorials. In many video lessons they try to teach you by building a project but what they do is more focus on finishing the project than teaching necessary react things.
    This is perfect .
    watch it if you are confused

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

      Glad you enjoyed it!

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

      Forever greateful for you sir. I will visit this video again and again until I fully understant react. @@coderdost

  • @AbhishekKumar-gi6eg
    @AbhishekKumar-gi6eg 8 месяцев назад

    Sir, I am watching this master course and it has been 2 days I am really enjoying it and get clear the doubts I am facing
    Sir if you can make a video on how to apply in the company as a fresher and the genuine links through which we can apply it will be great help

  • @ali_sher_nadeem
    @ali_sher_nadeem 4 месяца назад

    Best video i have seen so far for beginners on react👌👌✔✔ keep it up

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

    First of all i would like to say this is the best react course for anyone with basic concept of JavaScript. The way it was explained was superb. I just want to know do you have any plans for react routers?