Why Angular Signals? Write Your First Signal

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 32

  • @AngularUniversity
    @AngularUniversity  7 หลายเดือนก่อน +5

    Most of the content of this video is extracted from my new Modern Angular With Signals course, which is currently in pre-launch mode. New lessons are being recorded weekly and published, until the course is completed. You can watch the first 40 minutes here, please enjoy 😀angular-university.io/course/angular-signals-course

  • @aparnaroychowdhury6506
    @aparnaroychowdhury6506 7 หลายเดือนก่อน +4

    Very informative and detailed video. Thankyou.

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน

      I really thank you! Stay tuned for more videos and shorts!

  • @Nabulio85
    @Nabulio85 7 หลายเดือนก่อน +2

    As usual an excellent video. I will take your course to deepen/consolidate my knowledge, but also to thank you for the quality of this content. 👌

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน +1

      I really appreciate you kind words. Stay tuned for more videos and shorts!

  • @burningtree878
    @burningtree878 7 หลายเดือนก่อน +1

    Absolutely 💯
    Signals are the Way

  • @Zetsword
    @Zetsword 2 หลายเดือนก่อน

    Excellent and concise explanation. Been using rxjs for years, glad Angular now has Signals!

  • @AntonioSantana-ll8il
    @AntonioSantana-ll8il 7 หลายเดือนก่อน +2

    excellent video!! quick question are you going to update the
    NgRx (with NgRx Data) - The Complete Guide (Angular 17) course in udemy with ngrx signals??

  • @thomasmundt8256
    @thomasmundt8256 3 หลายเดือนก่อน

    Thank you for great introduction to Angular sections. You could shorten your explanations in avoiding repeating the same all over the time. For example telling the benefits of Signals by the end of the second part of your video.

  • @MarcoEmm
    @MarcoEmm หลายเดือนก่อน

    Ok, ok. gotta be honest.
    I was being skeptical until you mentioned the "expression has changed after it was checked".

  • @julienwickramatunga7338
    @julienwickramatunga7338 7 หลายเดือนก่อน

    Very nice video format, thank you for your hard work!

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน

      My pleasure, glad you enjoyed it. 😊

  • @francismcguire6884
    @francismcguire6884 7 หลายเดือนก่อน

    Great content, well presented, and it‘s nice to put a face to a familiar voice.

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน

      Thanks. Stay tuned for more videos and shorts!

  • @ix4564
    @ix4564 หลายเดือนก่อน

    What happens on a page refresh? Does it all reset to the defaults?

  • @bharathmkulkarni9411
    @bharathmkulkarni9411 27 วันที่ผ่านมา

    So signal based approach is faster than normal approach?

  • @sreet2841
    @sreet2841 5 หลายเดือนก่อน

    Really nice. Good job

  • @manojmaheshwari2556
    @manojmaheshwari2556 3 หลายเดือนก่อน

    How about subscriptions?

  • @gen7891
    @gen7891 7 หลายเดือนก่อน

    Thanks for video. One question. Is signals approach back step of DOM manipulation algorithm? You said that angular's creator made it for easy use other developers. They have to declare variables only. But now we returned to IOC method. Signals like IOC. I mean in version of control. You data insede some absctration.

  • @ali-13392
    @ali-13392 7 หลายเดือนก่อน

    Hey Vasco! Is this new course the same as "Angular University Extra Tutorials" course on Angular University website?

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน

      Hi Ali, actually no this is a new separate course, that is currently being recorded but the first lessons are available. It's this one - angular-university.io/course/angular-signals-course 👍

  • @igorring
    @igorring 4 หลายเดือนก่อน

    08:57 Why Angular Signals?

  • @CaptM44
    @CaptM44 7 หลายเดือนก่อน

    How do getters and setters affect signals. What if I wrapped a signal with getter/setter, will I still get the performance improvement?

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน

      I think you are talking about deep signals, check out the videos here on the channel I made covering them, but in summary no there is no performance loss, and you don't have to write the getters setters for you manually there are libraries that do that.

  • @nagendrakn6201
    @nagendrakn6201 6 หลายเดือนก่อน

    Is it like react useState() ?

    • @AngularUniversity
      @AngularUniversity  6 หลายเดือนก่อน +1

      The API is very similar indeed, but internally it works much differently. 👍

    • @thechaoslp2047
      @thechaoslp2047 2 หลายเดือนก่อน

      Its even better

  • @AntonioSantana-ll8il
    @AntonioSantana-ll8il 7 หลายเดือนก่อน

    this is a course that i'll pay when it's ready just like the other ones :😅

    • @AngularUniversity
      @AngularUniversity  7 หลายเดือนก่อน +1

      I really appreciate you kind words. Stay tuned for more videos and shorts!

  • @m.x.
    @m.x. 7 วันที่ผ่านมา +1

    This is idiotic. First of all, making all properties of type signal is more boilerplate than before. Secondly, modules are still the best way to implement ANY decent, real-world application, whether is Angular, React or Vue, as modules never ceased from being a good practice. Why should Angular downgrade itself to React level? I'm fine with giving the option to developers, but no with making this the norm. This is BS.