Is React Better than Angular?

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 26

  • @CodingAbroad
    @CodingAbroad 2 місяці тому +2

    Best part about Angular - the form builder just itself is far better than any of the form libraries associated with React or Vue

    • @GavinLon
      @GavinLon  2 місяці тому

      Thanks for sharing your insight :)

  • @christianmead8160
    @christianmead8160 11 місяців тому

    Amazing video - You answered all my questions through the end of the video. Definitely glad I watched the whole thing ! I learned a lot!

    • @GavinLon
      @GavinLon  11 місяців тому

      Thanks so much for your kind comment. I appreciated it! :) I'm really glad you enjoyed this video!

  • @unhandledexception1948
    @unhandledexception1948 8 місяців тому +2

    is the usage of hooks really a simple concept ? what is so hard about angular ? I never understood the arguement that react is simpler to learn..... perhaps for small to do list apps, but not in a real world app

    • @GavinLon
      @GavinLon  8 місяців тому

      I personally don't find Angular all that difficult but I believe it is generally acknowledged that React is easier to learn than Angular. I would recommend learning React first and then progressing to Angular but there is nothing wrong with starting with Angular - I don't think its that difficult to learn but perhaps React is a little bit easier to learn. :)

  • @foxdie8106
    @foxdie8106 10 місяців тому +3

    After years of experience, I have to say that If you need to create a mid-big app use Angular. If your app is small-very small use React.

    • @GavinLon
      @GavinLon  10 місяців тому

      I know Angular definitely has advantages over React when it comes to the creation of larger apps. I think this is largely due do with how Angular facilitates a clean separation of concerns :)

    • @foxdie8106
      @foxdie8106 10 місяців тому +6

      @@GavinLon Yes, and one of the main reasons are that React needs a lot of third party libraries and you don't know if it will have support in the future. Angular has everything you need and it's maintained by one team.

    • @GavinLon
      @GavinLon  10 місяців тому +2

      @foxdie8106 - I think those are some great points that you raise. Thank you! :)

    • @eyoo369
      @eyoo369 4 місяці тому

      I never understood this argument. Facebook, Instagram, Netflix, AirBnb, Dropbox, Uber, Slack are all large platforms built with React.

    • @foxdie8106
      @foxdie8106 4 місяці тому

      @@eyoo369 Those companies has a lot of money, they use a customized react's version modified by themselves, so they use a small part of react. If you are a solo dev or your are part of a small team, you will spend a lot of time and resources in order to create a big app with react. If you use a framework like angular or others, you will have a lot of problems resolved.

  • @criticalthinker88gis13
    @criticalthinker88gis13 11 місяців тому

    Good video, I have one thing to add. I think you should be pragmatic and learn what is in most demand in your area or the area you want to work in, in general React is used more but there is a shift in the market where React is used with TS more and it is expected that devs knows TS now.

    • @GavinLon
      @GavinLon  11 місяців тому

      Excellent point! Thank you :)

  • @hammeedabdo.82
    @hammeedabdo.82 Рік тому

    I agree with you..good comparison!

  • @hexantra
    @hexantra 2 місяці тому

    Angular 2 ++ i think not tight to or even not MVC by default

    • @GavinLon
      @GavinLon  2 місяці тому

      It might not be tied to MVC - but the MVC design pattern is commonly used. :)

    • @hexantra
      @hexantra 2 місяці тому

      @@GavinLon yep, I think the approach now tend be more entity oriented (maybe it called HMVC for MVC version)

    • @GavinLon
      @GavinLon  2 місяці тому +1

      @@hexantra Great! Thanks so much for your feedback :)

  • @ulrich-tonmoy
    @ulrich-tonmoy Рік тому +1

    Mircrosoft is slowly migrating to React

    • @GavinLon
      @GavinLon  Рік тому +1

      I know Microsoft is using React Native a lot, to build features across a large number of applications.

  • @TayambaMwanza
    @TayambaMwanza Рік тому +1

    There's a new angular logo btw

  • @dovh49
    @dovh49 Рік тому +1

    I prefer `html-form` the LEAST popular JS lib. 🙂

    • @GavinLon
      @GavinLon  Рік тому +2

      Cool - it doesn't matter how popular the technology is, as long as it works for you and your application :)