WATCH NEXT: Angular with NgRx - Building Angular Project From Scratch - kzbin.info/www/bejne/rJTJi2N7htWMiqMsi=BptT7eqgflHIoQiQ
@d13g0m0r3n0 Жыл бұрын
Great video, your video explained what is that and the behaviors of this tool 🎉.
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@pbezanillatАй бұрын
Great video, thx ! :)
@MonsterlessonsAcademyАй бұрын
Glad you liked it!
@НиколайНагорных-о6з Жыл бұрын
Greate video, thank you
@MonsterlessonsAcademy Жыл бұрын
You are welcome!
@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 ?
Could you increase you current course of ngRx with a chapter about ngrx entity? Great video by the way!
@MonsterlessonsAcademy Жыл бұрын
I plan on full updating my angular ngrx course so will see
@felixmatusinio6438 Жыл бұрын
Yes, please update your ngrx course. Thanks
@MonsterlessonsAcademy Жыл бұрын
@@felixmatusinio6438 It is already recorded. I'm editing it now and will update on all platforms really soon.
@felixmatusinio6438 Жыл бұрын
@@MonsterlessonsAcademy That's great. Thank you so much
@farrukhmomin5291 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@MonsterlessonsAcademy thanks for quick reply I really appreciate it. I will be looking forward to your course with Angular + Signals.
@JohnSmith-yr7ih3 ай бұрын
Please explain: why do you use here `selectors-ts` file? can't we simplify it with `Create Feature`?
@MonsterlessonsAcademy3 ай бұрын
Sure. Go for it.
@Serialloserr Жыл бұрын
Sorry if the question is silly. If store would be provided lazily would it be in component provider or route provider
@MonsterlessonsAcademy Жыл бұрын
You can do both. depending on your needs.
@yafiecake Жыл бұрын
which one to choose? ngrx entity or createFeature
@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.
@ArvindMaurya-h7e Жыл бұрын
Could you please create a video tutorial explaining how to utilize multiple EntityState and Adapter in a single state file?
@MonsterlessonsAcademy Жыл бұрын
I will add it to the list of future videos
@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 Жыл бұрын
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.
@tafaxtra Жыл бұрын
I feel that Entities is an overkill. It adds quite more codes with steeper learning curves for things that could be easily done