React JS for beginners: Tutorial 1 - Introduction to React

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Learn how to create your first React app, along with all the development tools you'll need.
    #React #LearnReact #ReactTutorialForBeginners
    Follow me on social media:
    Twitter: @QuentinWatt
    Facebook: @quentinwatt
    Instagram: @quentinwatt
    Looking for a job? Try one of these referral links.
    -----
    Europe: (London, Germany, The Netherlands, Barcelona & more)
    app.honeypot.io...
    South Africa: (Cape Town, Johannesburg & Pretoria)
    www.offerzen.c...
    ---
    Subscribe:
    / quentinwatt
    I also make videos here:
    / quentin
    Donate with Paypal:
    www.paypal.com...
    #100DaysOfCode #FreeCodeCourse #ReactJS #ReactJSForBeginners

Комментарии • 37

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

    Hello sir make full react js course video please 🙏🏼🙏🏼

  • @hemanthkumarallam3894
    @hemanthkumarallam3894 4 года назад +6

    thank you for stating React tutorial

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      It's a pleasure. Stay tuned, more are coming.

  • @rampatrunisunilkumar3358
    @rampatrunisunilkumar3358 4 года назад

    is this tutorials are enough or should i learn more tutorials

    • @QuentinWatt
      @QuentinWatt  4 года назад

      If you want to be a developer, you should always learn more. Everyday.

  • @shirishlakhe6998
    @shirishlakhe6998 4 года назад +1

    Thanks for starting this tutorial...I am waiting for your react tutorial

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Thanks for watching. Come back tomorrow for more.

  • @santhoshm1847
    @santhoshm1847 4 года назад +1

    Eyyy...finally react tutorial by Quentin....lovely :)...#stayAtHome #learnReactFromQuentin

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Thank you. I hope you’re well

  • @BertieBrink1
    @BertieBrink1 4 года назад +1

    Aweh bru! Lekker keep the videos coming! :)

  • @prabu2778
    @prabu2778 4 года назад +1

    I am your fan for very long time .
    I am very worried about covid virus

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      :) Don't worry. This will pass eventually. Follow the instructions and wait it out.

    • @XolaDossantos01
      @XolaDossantos01 4 года назад

      @@QuentinWatt Great advice

  • @cengizhanbozkurt47
    @cengizhanbozkurt47 4 года назад +1

    thank you teaching react free course :)

  • @soltiscd
    @soltiscd 4 года назад +1

    Looking forward to this!

  • @XolaDossantos01
    @XolaDossantos01 4 года назад

    Awe ma se kind. Die tutorial is lekka soos a krekker

  • @Omerko
    @Omerko 4 года назад

    Looking forward for this playlist! Thanks!

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Bookmark it. I'm busy recording and uploading another 2 as we speak. :)

  • @thetech3624
    @thetech3624 3 года назад

    Thank you so much for this React course, you're very easy to understand. But I'm just wondering, why is it only 12 videos? Are you planning to create more videos?

    • @QuentinWatt
      @QuentinWatt  2 года назад

      :) Maybe. I kind of lost hope in RUclips for a while.

    • @thetech3624
      @thetech3624 2 года назад

      @@QuentinWatt Oh no pressure Quentin. Do what you like to do. Don't worry about it if you actually don't want to.

  • @akashteotia6245
    @akashteotia6245 4 года назад

    i have been following you for 4 years your content is always best

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Thank you Akash. :)
      If you don't mind my asking, since you are a long time follower. What members only content would you like to see that would encourage you to "join" my channel memberships? :)
      What would be worth $2 a month in your opinion? Asking because I would like to provide extra value :)

  • @janros4383
    @janros4383 4 года назад

    I don't know coding, can i learn react? Any advice! I'd like to learn it

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      You need to learn JavaScript, and the command line first. I cover that in the first 1 minute of the video.

  • @倍速視聴ガチ勢
    @倍速視聴ガチ勢 4 года назад

    Thanks!!
    u nice video!

  • @Rick-sf2cz
    @Rick-sf2cz 4 года назад

    Thanks for the series! Just starting to go through now and it looks great

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Thanks Rick. I hope you'll like it. :)

  • @NathanBudd
    @NathanBudd 4 года назад

    Nice! I've been looking at learning react, but most of the tutorials are class based and include redux.

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Do you find class based code intimidating?
      If I'm honest I quite like the class based syntax. Especially when we get around to using hooks for state. The class based syntax is way less cryptic. :D

    • @NathanBudd
      @NathanBudd 4 года назад

      @@QuentinWatt Nope, not intimidating as I'm coming from a PHP background.
      It's just that every dev I speak to says "React is so great now with Hooks and Context", and I'm speaking to people who are actually recaftoring their existing codebase to hooks.
      I've done a bit of react with class based components etc, but it was before I started with Vue.
      Just want to get into good habits, and not engrain stuff like this.set.state into muscle memory, only to undo it.

    • @QuentinWatt
      @QuentinWatt  4 года назад

      From what I have read, they aren’t removing class based React.
      But class based react is closer to Vue, so I almost prefer it.
      I definitely think Vue is far superior in terms of readability and syntax. As well as features. More stuff is managed 1st party by the Vue core team than React