Angular Signals in 20 minutes! (2024)

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

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

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

    Perfect. Special thanks for your distinct English speech.❤

  • @catsaur5991
    @catsaur5991 5 หลายเดือนก่อน +1

    Very very very very usefull video!

  • @donlinoleum831
    @donlinoleum831 5 หลายเดือนก่อน +3

    Thanks, just that i've looking for)

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

    Thank you very much for your effort! Great explanation. When you make your next Video and compare Observables and Signals maybe also include BehaviorSubjects. Would be good to know when to use what and what the benefits are of each one

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

    Thanks for making this video. Signals seem to work in a very unintuitive way that I'm not sure I'd pick up just from reading documentation.

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

    Thank you!

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

    this is magic

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

    Thank you so much for all your Videos. but I am somehow unsure. How about making a video on how you would make a modern Angular project. With users and content from an API and so on, because there are so many different possibilities in Angular and I just don't know what is the best practice. 😵‍💫

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

      Generally signals are slowly becoming mainstream due to their efficiency. Try slowly incorporating them into your projects for anything you render within components. But remember, unless your project is very render heavy and you do actual benchmarks, you're unlikely to even see a difference.

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

      Perfect explanation. Special thanks for your distinct English speech.❤

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

    seems very familiar from React)

    • @codedeck
      @codedeck  5 หลายเดือนก่อน +1

      You'll come to find that most frameworks are incredibly similar! Once you learn one you can easily transition to most others.