Ngrx Entity - Simplify Your Ngrx State

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

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

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

    WATCH NEXT: Angular with NgRx - Building Angular Project From Scratch - th-cam.com/video/vcfZ0EQpYTA/w-d-xo.htmlsi=BptT7eqgflHIoQiQ

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

    Great video, your video explained what is that and the behaviors of this tool 🎉.

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

    Great video, thx ! :)

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

    Can you please shed some light on how future looks with NGRX(Included Entities) + Signals, are we going to discard using NGRX and solely depend of Signals or can we still do state management with NGRX along with Signals. As always thanks for making an awesome content.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +5

      That's a great question which I looked for myself as I want to update my Angular/NgRx course and make it with correct choices :)
      So Signals will be dominant together with standalone components (and full projects).
      In NgRx github core contributors wrote that they will use signals under the hood with no changes from ngrx state packages.
      Additionally they will make ngrx signals package similar to ngrx component store which will be limited to a single component.

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

      @@MonsterlessonsAcademy thanks for quick reply I really appreciate it. I will be looking forward to your course with Angular + Signals.

  • @НиколайНагорных-о6з
    @НиколайНагорных-о6з ปีที่แล้ว +1

    Greate video, thank you

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

    Could you increase you current course of ngRx with a chapter about ngrx entity? Great video by the way!

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +3

      I plan on full updating my angular ngrx course so will see

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

      Yes, please update your ngrx course. Thanks

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

      @@felixmatusinio6438 It is already recorded. I'm editing it now and will update on all platforms really soon.

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

      @@MonsterlessonsAcademy That's great. Thank you so much

  • @JohnSmith-yr7ih
    @JohnSmith-yr7ih 3 หลายเดือนก่อน

    Please explain: why do you use here `selectors-ts` file? can't we simplify it with `Create Feature`?

  • @ArvindMaurya-h7e
    @ArvindMaurya-h7e ปีที่แล้ว +1

    Could you please create a video tutorial explaining how to utilize multiple EntityState and Adapter in a single state file?

  • @PauloSantos-yu1tn
    @PauloSantos-yu1tn ปีที่แล้ว

    I am worried about the future of NGRX store, because the introduction of signal, this library is highly built on top of RXJS and depends a lot ot it, and with the new signals api i dont't see where this fits on... I've been using NGRX store for so long and i like it.

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

      I already replied such concerns.
      That's a great question which I looked for myself as I want to update my Angular/NgRx course and make it with correct choices :)
      So Signals will be dominant together with standalone components (and full projects).
      In NgRx github core contributors wrote that they will use signals under the hood with no changes from ngrx state packages.
      Additionally they will make ngrx signals package similar to ngrx component store which will be limited to a single component.

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

    Sorry if the question is silly. If store would be provided lazily would it be in component provider or route provider

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

    Hi, I've stucked with problem, I have a big object and there is a nested array of objects in it, how can I updated nested object in this array and in the result I want that my selector fired an event into the stream to updated template with new Data ?

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

    which one to choose? ngrx entity or createFeature

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

      These are 2 completely different things. createFeature is sugar for reducers and selectors. ngrx entity is a sugar to work with lists of entities.

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

    I feel that Entities is an overkill. It adds quite more codes with steeper learning curves for things that could be easily done