Reactive patterns for Angular Enterprise Solutions - Brecht Billiet - NG-BE 2023

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

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

  • @dearvivekkumar
    @dearvivekkumar ปีที่แล้ว +1

    Sir I have one question, while using combine latest for observable for vm$ there is one constraint that the observables must be emitted once.
    Any way for handing this

    • @degloman
      @degloman ปีที่แล้ว +1

      you can add "startWith(null)" to each observable used in the combineLatest

  • @AlainBoudard
    @AlainBoudard ปีที่แล้ว +1

    Very inspiring talk, the dive into the Observables journey is great and comes obviously from real experience !
    I love how you push for devs to own their custom code, and not always jump on or request some library that would do some kind of magic.
    Excellent Angular content Brecht.

  •  ปีที่แล้ว +2

    Thank Brecht so much!

  • @aymenelmehdhaoui
    @aymenelmehdhaoui ปีที่แล้ว +1

    Thank you for sharing. Do you thing signals are easier replacement for this?

    • @pick_simplified
      @pick_simplified ปีที่แล้ว

      In the repo passed in the talk, we have also implemented a SignalState. The principles are the same and the api looks very similar, but yes. We believe signals are the future for state mgmt 🙂

  • @beodan9219
    @beodan9219 ปีที่แล้ว +2

    Dose it similar to NgrxComponentStore ?

    • @pick_simplified
      @pick_simplified ปีที่แล้ว +1

      That is also a good solution in our opinion, we rather keep it simple though. In this solution you have a connect method which makes it very easy to feed the state

    • @beodan9219
      @beodan9219 ปีที่แล้ว

      @@pick_simplified Thanks for your reply. I will try your package in next project

  • @KirillVankov
    @KirillVankov ปีที่แล้ว +1

    would be useful to post the links from the talk here, so we do not type them manually

  • @aledellajanna
    @aledellajanna ปีที่แล้ว

    wow, thanks for sharing this greate talk! I am glad that people with so much experience share their knowledge