Top 5 Tips to Learn Angular - Advices You Need to Know

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

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

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  3 года назад +2

    WATCH NEXT: Angular Interview Questions and Answers - Dominate Your Next Interview - ruclips.net/video/5A_YKlVWMPo/видео.htmlsi=2DCn7yspEAAJ2H6l

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

    I think you can change ngrx to angular routing. Im agree with other points

  • @EmadBeltaje
    @EmadBeltaje 11 месяцев назад

    can you suggest course/roadmap to learn Angular, i have been on Mobile side for more than 3 years and i planning to switch to web and i really liked angular what do u suggest and where to start, thank u in advance 🌷

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  11 месяцев назад

      I would learn the basics of Angular first. For example from my free video
      ruclips.net/video/Pd98NIR63cU/видео.htmlsi=ILLZaKryawELvTAH
      Then I would build the real app from start to the end. Here is the first 2 sections of my paid course for this.
      ruclips.net/video/vcfZ0EQpYTA/видео.htmlsi=mgrTPoTKnaG5oJXo

  • @SolomonTheStoryTeller
    @SolomonTheStoryTeller 3 года назад +3

    Ngxs is cleaner than ngrx. I work with both since 2018 and I decided last year to completely move to ngxs.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 года назад +14

      Yes but I don't see that ngxs is popular and big companies always use ngrx. So it's more about that is needed on the market than what is cleaner.

    • @SolomonTheStoryTeller
      @SolomonTheStoryTeller 3 года назад +5

      @@MonsterlessonsAcademy ngxs is popular, just not as popular as ngrx because ngrx gets advertised more. As far as companies using it, I have seen several of our big clients using it and when I asked their architects on the reasoning, the response for many that they had seen it in plural sight or Udemy and did not hear of ngxs.
      Ngxs is much better as it more the angular way than react. Also the forms plugin is a big plus.
      Intel is a very popular processor but it is not always the best ☺️.

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

      I agree that ngxs WAS cleaner than ngrx. But now ngrx got an upgrade, so I transitioned back to ngrx and now I'm loving it.

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

      @@matthewuy2559 we use ngrx v13 at my work and it is not cleaner than ngxs even with the v14 upgrade which we plan to upgrade to the upcoming sprint. Many junior devs get lost in it.

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

      @@SolomonTheStoryTeller Okay. Maybe that's just my preferred state management for now. I feel like using ngrx makes it more complete and cleaner because of the separation of concerns.

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

    Thanks for sharing👍

  • @MrZ-vb9fv
    @MrZ-vb9fv 2 года назад

    do i need to learn javascript if i want to learn angular?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 года назад +3

      For sure. Especially because Angular is much more complicated that React your Javascript knowledge must be higher.

    • @MrZ-vb9fv
      @MrZ-vb9fv Год назад +2

      @@MonsterlessonsAcademy any idea where to start and how to start

    • @pschenka
      @pschenka 7 месяцев назад

      I think your question sounds like "Can I learn how to write words before learn letters" =)

  • @mohammedraja1508
    @mohammedraja1508 2 года назад +2

    Loved it!

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

    heres a question that always bothered me. how do you solve the SEO problems in real life project? kinda heard abour angular universal but have never actually seen it in action.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 года назад +11

      There are different solutions. I'm not a fan of angular universal (but it's one of the ways) and it never was that good that I would use it.
      It's always easier to make some pages that you want to index in non SPA way and your project as an SPA.
      It really doesn't make a lot of sense to use React,Angular, etc if you just have a list of posts that you want to be indexed. We use them because of complex business logic in client in big frontend applications. There you don't need SEO at all.
      So mixed rendering is the easiest way to go.

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

      @@MonsterlessonsAcademy thank you
      helped alot

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

    Well, I don't criticise the way it's written, but ADVICE is an uncountable noun. It cannot be plural. Just remember it.)

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

      Thank you. I will try to learn it but I keep saying wrong things as english is not my native language.

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

    thanks!