React Crash Course 2024

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 645

  • @bushigi5913
    @bushigi5913 Před 5 měsíci +473

    Even though I don't need this, it's still unbelievable that someone would ever create such useful, lengthy videos FOR FREE. Thank you!

    • @ailtonjosue6817
      @ailtonjosue6817 Před 4 měsíci +4

      hell yes ,-,

    • @luisbrazilva
      @luisbrazilva Před 3 měsíci +8

      CZcams is monetized.

    • @deitunegold4593
      @deitunegold4593 Před 2 měsíci +1

      I downloaded the Course document from Github but i noticed the jobs.jason files aren’t showing up when i load the website on chrome (also nothing is showing under Recent jobs). Any help?

    • @conaxlearn8566
      @conaxlearn8566 Před 2 měsíci

      @@deitunegold4593 I just followed through the video and was able to replicate everything the video show. But at times a slight typo can crash the page. Try using Chrome developer tool to check what error message it gives you.

    • @simrandangol8865
      @simrandangol8865 Před 2 měsíci

      @@deitunegold4593 hi. I got a problem in jason file. Can u help me

  • @zdream720
    @zdream720 Před měsícem +22

    For anyone stuck on the Router section: react-router-dom was updated and some functions were removed, so now the initial Router setup looks like this (~@1:23:36):
    import { Route, RouterProvider } from "react-router-dom";
    import { createBrowserRouter } from "react-router-dom";
    const router = createBrowserRouter([{ path: "/", element: }]);
    const App = () => {
    return ;
    };

  • @husseinkizz
    @husseinkizz Před 5 měsíci +106

    Thanks Brad, always one of the best teachers on internet, you taught me react 4 years ago, I now make react libraries and stuff, thanks man, can't appreciate your works enough!

  • @marshax
    @marshax Před 5 měsíci +157

    "It's JavaScript. You're always going to be confused." Well said.

  • @On7D7
    @On7D7 Před 4 měsíci +56

    let me tell you something Brad, you're like my Big brother and tech mentor. even though i graduated in software engineering with 3.93GPA from the top technology University in my country; i didn't have much real world experiences. 3 years ago while i was in the University i start learning MERN Stack from you and JavaScript mastery Chanel. then i got a job and work for Ethiopian Military. while i was working for the Military i also got a chance to work for the biggest security agency in my country. right now i am working for a big private enterprise and 19 banks.
    on top of that a year ago i started a software development company and i own 50% of the company.
    i learn a lot from you than my university courses combined.
    All i can say is thank you and God bless you!

    • @agnesmuchuki7200
      @agnesmuchuki7200 Před 3 měsíci

      Kindly, offer me an apprenticeship at the company. I will appreciate.

    • @redhotchillidazer2013
      @redhotchillidazer2013 Před 3 měsíci

      bs

    • @takeuchi5760
      @takeuchi5760 Před měsícem

      ​@@agnesmuchuki7200 Why would anyone accept such a stupid offer? You might get lucky with someone but most people will ignore you if you're just gonna beg for it without saying why or your credentials.

    • @bhaviksharma4854
      @bhaviksharma4854 Před měsícem

      @@redhotchillidazer2013 LOL

    • @jagadeshvarmasvpkh7860
      @jagadeshvarmasvpkh7860 Před 18 dny

      Me too offer the job front end react js

  • @naelcodes
    @naelcodes Před 5 měsíci +64

    The timing is insane, needed a refresher. Thanks Brad

  • @codeJourneyGuides
    @codeJourneyGuides Před 5 měsíci +32

    Omg i was searching for new react courses to learn and i just found the best one 😁 Hoping to complete this... thanks brad 👍

    • @hideperson7310
      @hideperson7310 Před 5 měsíci

      Same I am also searching thank you Bard...........

  • @sameerasw
    @sameerasw Před 25 dny +3

    I love the fact that you directly copy pasted the html snippet and then modified it for React. Makes so much sense and easy to learn from my point!

    • @svenbjorn9700
      @svenbjorn9700 Před 22 dny +1

      This is the way.

    • @sameerasw
      @sameerasw Před 22 dny

      @@svenbjorn9700 I used this method for a couple days, now I'm happy that whatever I do is functional rather than getting constant errors.... So easy to convert and learn a couple new things I could have done b4

  • @JessieTraslavina
    @JessieTraslavina Před měsícem +4

    I like the way you teach. You are very clear and bright. Not Salesy, like everyone else on yt. Thank you

  • @leimengdeK
    @leimengdeK Před 2 měsíci +3

    Finished it! took me 2 days to follow along but I did it! The journey of a thousand miles begins with the a single step.

  • @rapyxbt
    @rapyxbt Před 5 dny +1

    This is amazing, simple as that, did it in 3 days and learned a lot, thanks

  • @adriande_leon
    @adriande_leon Před 5 měsíci +8

    Thank you so much Brad for posting this, I haven't touched React in a couple years and this is a good refresher!

  • @webdevluc
    @webdevluc Před 5 měsíci +22

    Amazing work with the updated React crash course. It's rare to find such high quality learning resource offered for free

    • @chivicks_hazard
      @chivicks_hazard Před 5 měsíci +1

      Honestly speaking

    • @emmang2010
      @emmang2010 Před 5 měsíci

      I only skimmed the section names but are contexts and providers not covered?

    • @dmn177
      @dmn177 Před měsícem

      ​@@emmang2010 Did you watch it?

  • @centralcoding
    @centralcoding Před 5 měsíci +9

    i remember, Ive learned html and css from your youtube channel, then im know teaching many people.
    and you came at the right time when i just started learning REACT.
    I have commented before watching the tutorial. I hope i will grab some important basics of react.
    thank you!

  • @alexostrovsky3711
    @alexostrovsky3711 Před 3 měsíci +2

    I actually never heard of a "crash course" concept until this one. And it is exactly what I needed. Thanks a lot! Great work.

    • @firluk
      @firluk Před 3 měsíci +3

      "it's JavaScript - you are always going to be confused"
      At least this Crash Course is helping

  • @Ndunda_Kelvin
    @Ndunda_Kelvin Před měsícem +1

    I don't know if it's me who is getting better in react, or you just have good teaching skills that make everything simple and easy to understand. Thank you for this.

  • @hiliousscanner-nr8id
    @hiliousscanner-nr8id Před 2 měsíci +1

    After 7-10 hours of coding & learning from Brad, I now declare, that I know some React to take more challenging projects ahead. Thanks a ton Brad! :) Been an follower now for past 4 years. Any tutorial related to web, you are my first goto guy. Thanks for being there for us! :)

  • @topherreynolds3999
    @topherreynolds3999 Před 4 měsíci +1

    Thank you! Been studying React for about 3 weeks now. Your video does an excellent job of explaining things in a way I understand. Some other videos I have found just have you follow along without telling you why you are doing the current task. Appreciate this! 🙂

    • @bencipherx
      @bencipherx Před 4 měsíci

      Can we be accountability partners, I am on my way to full stack but my achilles heel tbh is styling lol

  • @davidemmanuel5057
    @davidemmanuel5057 Před 3 měsíci +4

    just finished the entire 3 hours and have my code in my github for future reference, pretty good tutorial as the others from this channel, concise, explanatory, direct and practical. The json server mockup just amazed me, I didn't know you can support an entire crud with a json file, cool. I came from vue and there are some things I don't like yet from react, mostly the syntaxis is prone to errors and a bit tangled, but I remember I complained a lot when started with vue a couple of years ago. Still thinking vue is more refined (better in short) than react but react and angular are way more popular, so for job offers I'm learning this one. Thx

    • @adarshtiwari7395
      @adarshtiwari7395 Před 3 měsíci +1

      This is exactly my situation haha. Worked with Vue till now but most openings in the market are for React. How are you preparing for a react position?

    • @deitunegold4593
      @deitunegold4593 Před 2 měsíci

      I downloaded the Course document from Github but i noticed the jobs.jason files aren’t showing up when i load the website on chrome (also nothing is showing under Recent jobs). Any help?

    • @davidemmanuel5057
      @davidemmanuel5057 Před 2 měsíci

      @@deitunegold4593 bro i think u have copied same from the github folder remove the jobs and flower brackets and then try it u will not get error
      like this
      {
      "jobs":[
      all data.......
      ]
      }

  • @EatDrinkPoopPeeSleep
    @EatDrinkPoopPeeSleep Před 3 měsíci +3

    THX Brad, learned everything from you, it gives me a very peaceful vibe just listening to your voice, so I still watch/listen your every video.

  • @christopherlopez2491
    @christopherlopez2491 Před 3 měsíci +1

    I started watching you and your html intro video in 2019. Im still here… still learning and still building thank you so much for these videos

  • @yessirski7868
    @yessirski7868 Před 4 dny

    thank you so much for this brad! been watching your videos since I started college and you have been a great help for the last 3 years! I would love to run into you one day. I am born and raised in Boston

  • @shahbazjavedqureshi
    @shahbazjavedqureshi Před 5 měsíci +2

    Couldn't have come at a better time. Looking forward to the 19's official release and your update. You have no idea how much this helps, thank you!

  • @nirajchandrajoshi
    @nirajchandrajoshi Před 2 měsíci +1

    This is a valuable resource and I learned a lot from this. I m first time learner and I will say such kind of tutorial is not available in CZcams. Thank you

  • @devine_noise
    @devine_noise Před 4 měsíci +1

    Hey Brad. Your speech pacing is a perfect speed for me to learn. I find a lot of tutorials want to rush through things. Thanks for the refresher on React. I’ve been building mainly Shopify sites for work and needed to brush up on React for our companies Next JS blog.

  • @sirkaal
    @sirkaal Před 12 dny

    Did I just watch 3 hours react course? Didn't need it, but the narration was so good it felt like watching a movie. Great job...

  • @aholicstudy7720
    @aholicstudy7720 Před 5 měsíci +3

    Thank you so much, Brad. I've studying your 2021 React Crash Course, this video comes just at the right time. Many many thanks

  • @orangeCountries
    @orangeCountries Před 21 dnem

    Thanks, dude. I am thankful to you. you just include my 2 months of learning in 3 hours 4 minutes only. thanks a ton.

  • @conaxlearn8566
    @conaxlearn8566 Před 2 měsíci +1

    Love this one. Thank you very much.
    I did however catch at 2:55:55, the salary wasn't initialized correctly simply because in the JSON data file, salary strings are different from the select options. E.g.
    In JSON file: "$90K - $100K"
    In EditJobPage: "$90K - 100K" (The $ is missing from 100K)

    • @danny65769
      @danny65769 Před 2 měsíci +1

      Thank you. I was trying to debug that too.

  • @Ryukiii_
    @Ryukiii_ Před měsícem

    Awesome tutorial!
    Very straight explaining the concepts and not loosing too much time on the teory!
    Really awesome seeing the code part explained step by step and showing all steps and not giving them for sure!
    I was really confused when I started learning this framework alone, but watching this video is helping me a lot and all the essential parts that for me were a little unsure, now are not, and now I can be sure about writing and developing an 'up to date' react app in 2024, regarding the code, libraries, tecnologies and other standards!
    The best part, is that I can study and use this tutorial as a base start for every SPA react app in 2024!
    thanks a lot for you effort and help! ❤❤🙏🙏
    Thanks Brad!

  • @zawtunit
    @zawtunit Před 14 dny

    Thanks for excellent tutorial. I stuck with old tutorials and this come in right time. And your explanations are just perfect!!!

  • @HimalayanFishing
    @HimalayanFishing Před 4 měsíci +1

    Hats off to you for crafting these incredibly beneficial and extensive videos out of sheer generosity. Your efforts are truly appreciated!

  • @ryl0p3z
    @ryl0p3z Před 4 dny

    Super helpful, up to date course. Very clearly described and all for free ! Amazing and thank you.
    Additionally if you want to auto import a component opposed to writing it out for example at 1:07 in. You can just just write out the component "

  • @colonelvector
    @colonelvector Před 2 měsíci

    Excellent tutorial, perfect balance of spending just enough time on each concept while still being thorough enough

  • @sukanyasenthilnathan7737
    @sukanyasenthilnathan7737 Před měsícem

    Thanks much Brad, Finishing the module along with you levels up my confidence. As your other courses, this course is also to the point . Very professional and highly contributing. Thanks again Brad

  • @chivicks_hazard
    @chivicks_hazard Před 5 měsíci +9

    Thank you Brad 😊
    I was considering watching the old tutorial with respect to React 19 but I'm so much relieved now.
    You're the best 👍💯

  • @affanmustafa2606
    @affanmustafa2606 Před 5 měsíci +1

    Doing some revisions and Brad comes in with an updated React course. You're absolutely insane Brad, thank you for all that you do!

  • @CodeWithClinton
    @CodeWithClinton Před 4 měsíci +1

    Thank you so much Brad, for this course. I am a Backend Engineer who wants to have a taste of the frontend. Thanks again Brad Traversy.

  • @braveitor
    @braveitor Před 5 měsíci +2

    Fantastic tutorial. This is for me, the best way to learn and get used to a real project structure. Excellent job. You're an amazing teacher. Thank you.

  • @Steliosgiannatos
    @Steliosgiannatos Před 4 měsíci +2

    Amazing video, bundles everything you need to make an entire project. Keep up the amazing work!

  • @Genius_Insights_with_zubair

    Absolutely amazing. Covered all the necessary things in a very short time. Thanks

  • @Peywan
    @Peywan Před 4 měsíci

    1 hour and 8 minutes into the video, and you catch me late and give me an AHA moment for react. thanks a lot Brad. Very appreciated that you do videos consistently and keep up to date with what we need to learn and give this information for free. thanks!!

  • @DxYPINS
    @DxYPINS Před 26 dny +1

    Thank You, if Any anyone still to doubting wether this tutorial is worth it or not, i'd say, absolutely, I learned a lot.

  • @astianmuchui
    @astianmuchui Před 5 měsíci +3

    This is just what I needed. Now All I have to do is look for 6 hours to watch this

  • @barani7821
    @barani7821 Před měsícem

    Best react crash course in youtube, Brad way of Organizing the course is impressive. Thank you so much!

  • @ivanperez4878
    @ivanperez4878 Před 5 měsíci +5

    Awesome course, right on time! Thank you for helping us all.

  • @zrotrasukha8733
    @zrotrasukha8733 Před měsícem

    Hello there sir, I have recently enrolled myself into a web3 course for which react and node js basics are required and I learned react in past but it was like 5-6 months ago and since then I started investing my time in data structures, I was afraid if I will be able to cover this much info in one video, I really appreciate your work, I really do, huge respect to you for making an awesome tutorial like this!!!! Now, react is done, time for node!

  • @MarjorieIvy-p6n
    @MarjorieIvy-p6n Před 15 dny

    Brad, Thank you for this tutorial! I had been following your channel for a while, specially the javascript series! My only regret is that I wasn't consistent with personal projects, and now that I am laid off of work, I can finally have that time to learn and this tutorial made me realize what a waste of time I have done in the past! I should have really continued and consistent and I may have been a Full Stack dev now :D Thanks again!!

  • @fromagetriste
    @fromagetriste Před 5 měsíci +6

    super happy about the video, thank you so much

  • @OniLgnd
    @OniLgnd Před 4 měsíci

    I had previously commented about the edit page not displaying the correct salary amount, but I have now figured out the issue for anyone curious. The original 6 jobs all have a salary amount that is not actually an option in the drop down menu. For one, the amount is not an option. And the others is because the higher amount in the salary does not have a $.
    You can fix the issue by simply updating the salary for each job on the edit job page. After that, the edit job page will display the correct salary.
    Again, thank you so much for the video, I learned a ton!

    • @simrandangol8865
      @simrandangol8865 Před 2 měsíci

      i am having problem while loading json file can u help me

  • @DeveloperRustam
    @DeveloperRustam Před 4 měsíci

    thank you sir, it's unbelievable amazing. I'm learning React for long time (6 months) , but now starting understand how may learn easier. Your teaching is awesome. Sparing time for a free course , I can't find any word how to describe.Thank you , again...

  • @tong5364
    @tong5364 Před měsícem

    This is my first react tutorial, I realy learn a lot. Thankyou brad

  • @christopherhiggins9155
    @christopherhiggins9155 Před 4 měsíci

    Great course! I've been trying to dig into React, Vue, etc., by tinkering on my own but couldn't quite grasp it. This is the first resource that finally made sense to the point that I'm convinced I can start using it in projects. Thanks for the walk-through and excellent explanations!

  • @exploreinsixtyseconds
    @exploreinsixtyseconds Před 3 měsíci +1

    This is more than a crash course ! after finishing this course anyone can free to learn MERN stuff ! brad you are man of the year !

    • @deitunegold4593
      @deitunegold4593 Před 2 měsíci

      I downloaded the Course document from Github but i noticed the jobs.jason files aren’t showing up when i load the website on chrome (also nothing is showing under Recent jobs). Any help?

  • @jesf570
    @jesf570 Před 3 měsíci

    Truly the dev goatof CZcams, from 0 to hero, you're the best on the tube.

  • @ukpechukwu1415
    @ukpechukwu1415 Před 10 dny

    Thank u for this video sir. Even though I’m still struggling with the basics of JavaScript and reacts, your page has been of great help so far. ❤

  • @michelesherokee567
    @michelesherokee567 Před 2 měsíci

    Thanks Brandon! I learned a significant amount of things in this video. Many things that we covered in my BootCamp were and then some! You're super easy to follow. Best!

  • @TannerBarcelos
    @TannerBarcelos Před 4 měsíci

    Been a few months since writing UI at work (been doing a lot of backend stuff lately). I was a UI Engineer entering my current company but now I feel rusty. This was perfect to ramp back up for a project.

  • @zahraBatenin
    @zahraBatenin Před měsícem

    My God this tutorial was awesome thanks a million for your clear explanation!

  • @ashutosh_tiwari
    @ashutosh_tiwari Před 4 měsíci +1

    One of the Best Crash Course on React in 2024!!
    Thankyou very much Brad❤.

  • @fnrr2k3
    @fnrr2k3 Před měsícem

    I'm learning React, and this has been incredibly helpful. Thank you so much!

  • @aliciaromano6335
    @aliciaromano6335 Před 3 měsíci

    This was incredibly helpful. I am blown away by the time and effort you put in to making this tutorial. Thank you so much!

  • @lingaun8286
    @lingaun8286 Před 4 měsíci

    I was able to complete this tutorial in just three days, dedicating about an hour each day. Given my background as a Vue developer, I found it relatively straightforward. Additionally, the tutorial avoids reliance on external plugins or complex integrations, keeping everything refreshingly simple and straightforward. For those looking to delve into React, I would humbly recommend this video tutorial, as it offers a very beginner-friendly approach although a modest understanding or beginner-level knowledge of JavaScript is sufficient to follow along. Wishing all fellow developers the best of luck on your learning journey!

  • @PhilipIssa
    @PhilipIssa Před 2 měsíci +1

    Fantastic video. Very well presented and organized. Thank you so much!

  • @luisbrazilva
    @luisbrazilva Před 3 měsíci

    I have been a React developer for about 10 yrs or so and I still do these crash courses just to stay on top of new practices. Liek you said React 19 and so on. And your channel have been mu go to all these years

  • @irfansaeedkhan7242
    @irfansaeedkhan7242 Před měsícem +1

    not a single production grade code i have seen which call apis inside useeffect but still I see CZcamsrs teaching it that way, why we don't have practical mentors on youtube

  • @ImFantin
    @ImFantin Před 4 měsíci

    Such an amazing tutorial man. I can confidently say I can start a react project with no problems after watching this. I really appreciate your videos!

  • @FllrOfSonOfRageNLove
    @FllrOfSonOfRageNLove Před 3 měsíci

    Excellent Tutorial!!!! I did not know anything about React JS, but with this video I learnt the basic CRUD project using React JS. It was a lot of fun. I cannot thank you enough for your great effort.

  • @SirPorkWellington
    @SirPorkWellington Před 3 měsíci

    Thanks Brad. Got recently laid off and transitioning to Frontend development. This tutorial is a godsend

  • @BMRG14
    @BMRG14 Před 5 měsíci +7

    Right on time! Thank you very much.

  • @GilAguilar
    @GilAguilar Před 4 měsíci

    Thanks Brad this was a great refresher, thanks for putting this together for us.
    Love seeing your journey from the beginning to now and you are still that truly an amazing soul.
    You were a big part of why I was able to break into development.
    Keep shining the light bright for all of us cheers.

  • @Sammy102093
    @Sammy102093 Před 4 měsíci

    As someone who has been spending the last few months on Python, YAML, and Ansible, I needed this as a refresher.

  • @HHJoshHH
    @HHJoshHH Před 4 měsíci

    This was awesome Brad! Thank you man!!!!! The only thing I had to fix was the email text box on the jobs page was overflowing which I fixed with break-words and whitespace-pre-wrap properties. But that was it. I had such a good time following along. 🔥

  • @prasadhonrao
    @prasadhonrao Před 5 měsíci

    Many thanks Brad. Took me full 8 hrs to code it while watching, but it was all worth the effort. Now I will go back to your React course on Traversy Media and add remaining features like backend API and authentication.

  • @nimira43
    @nimira43 Před 5 měsíci

    Even before starting this course you know it's going to be quality from the best coding instructor. Would of gladly paided for this. Thanks always Brad.

  • @ichiroutakashima4503
    @ichiroutakashima4503 Před 5 měsíci

    Hey, Brad. I just want to say thanks to your contents. Even though docs exists, I'm more of a visual learner. I had a hard time understanding the latest concepts of React Router and this video has simplified it.

  • @NBGdeki
    @NBGdeki Před 5 měsíci +2

    Hi, Brad! Are you maybe thinking to renew your old React course? That would be really cool 😎

  • @akshattheintrovert3153
    @akshattheintrovert3153 Před 2 měsíci

    This course helps me alot in understanding react. Thanks brad for making this course.

  • @enzo.n.aguiar
    @enzo.n.aguiar Před 4 měsíci

    Thank you Brad. I was looking foward to get up to date on React after coming back on coding. As always your content is and will always be very helpfull.

  • @jayjenous7601
    @jayjenous7601 Před 2 měsíci

    men, I finished the whole course, this helped me a lot to understand react

  • @tigana
    @tigana Před 2 měsíci

    Honestly this is really helpful for just staying on top of new updates to React. I didn’t even know CRA isn’t recommended anymore. Wild. 2 years ago I took one of your other React courses after my boss sent it to me to help me learn. Thank you for everything you’ve been doing.

  • @CynthiaAmaji-zd1ip
    @CynthiaAmaji-zd1ip Před 5 měsíci +1

    The is truly beginner friendly. One of the best react tutorials. Thanks for the video.

  • @Sanju-gp4ch
    @Sanju-gp4ch Před 2 měsíci +1

    Thanks for teaching React. And focusing on React not in Html or Tailwind Css. 🌠

  • @mikeo.3567
    @mikeo.3567 Před 29 dny

    Everything works :) Good job! I loved listening to you. Thanks!!! Best regards, Mike

  • @whatscooking104
    @whatscooking104 Před 4 měsíci +17

    Please team up with some folks and do a professional E-commerce course where you put everything together. Planning, Figma, UI/UX, frontend, backend, database, microservices, version control, CI/CD etc etc etc etc. Pay attention to everything

    • @andiuptown1711
      @andiuptown1711 Před 3 měsíci +3

      …Learn to read documentation

    • @hungeron2650
      @hungeron2650 Před 2 měsíci

      Just buy his damn course instead of asking everything for free.

    • @JordannGeorge
      @JordannGeorge Před 2 měsíci

      @@hungeron2650 sounds like maybe they want a course from him they're pay for where he teams up with other people who are well versed in a specific area as opposed to him being only semi versed in these areas as a whole.

    • @Whiz-lc5kc
      @Whiz-lc5kc Před 6 dny

      @@andiuptown1711😂

    • @Whiz-lc5kc
      @Whiz-lc5kc Před 6 dny

      @@hungeron2650😂

  • @gaurabrimal6395
    @gaurabrimal6395 Před 3 měsíci

    Thankyou for the course. I completed it today and enjoyed it thoroughly.

  • @scherzer6428
    @scherzer6428 Před 2 měsíci +1

    Thank you so much brother

  • @DrVkEn1
    @DrVkEn1 Před 3 měsíci

    I finished your course and thank you very much I feel capable of developing real frontend applications thanks to you thank you very much

  • @GaBoyInKy
    @GaBoyInKy Před 5 měsíci

    I have to admit I have fun learning from you. I get more off your project based courses than most that are teaching the same subject.

  • @1306dk
    @1306dk Před 5 měsíci +3

    Would be great if you could do an updated course on Angular as well, since there has been quite some changes :)

    • @theetawee
      @theetawee Před 5 měsíci +1

      I couldn't find any useful resources about angular on CZcams 😭🥺

  • @foodCraft24
    @foodCraft24 Před 2 měsíci

    Thank you so much! I have learned a lot, I take my time and focus on every basic stuff.

  • @derricksmith1498
    @derricksmith1498 Před měsícem

    Awesome course! Thank you for sharing!
    New sub 👍🏾

  • @maycoral1224
    @maycoral1224 Před 3 měsíci

    The first channel that I have subscribed to. Thanks for these helpful videos.

  • @IainEmslie
    @IainEmslie Před 5 měsíci

    This is such a good tutorial. It's so concise, useful and straight to the point. Awesome.

  • @muhammedyaseen1404
    @muhammedyaseen1404 Před měsícem

    Helped me a lot to get the basics, thanks man

  • @jawaderfani8743
    @jawaderfani8743 Před 5 měsíci +8

    thanks brad you are doing great 👍👍

  • @shafayyzzz4978
    @shafayyzzz4978 Před 22 dny

    Brad you're a legend! thanks for this course

  • @shafnisha1171
    @shafnisha1171 Před 2 dny +1

    Brad if you can give us the link to download the starter folder of this job section without react would be better!

  • @ClooverDevs
    @ClooverDevs Před 5 měsíci

    This video perfectly timed, i was just getting into react and this was exactly what i needed right now. Best timing, and best explanation ever. W guy thanks yo

  • @planetethiopia399
    @planetethiopia399 Před 6 dny

    thanks alot brad, now i am one step headed.☺