Angular State Management Tutorial with NgRx Component Store

preview_player
Показать описание
NgRx is a framework for building reactive applications in Angular. NgRx ComponentStore is a library for managing local component state reactively in Angular.

👀 Socials:

💻 OSS:

💰

🎥 Livestreams every Friday at 2:30pm ET/11:30am PT

Рекомендации по теме
Комментарии
Автор

The ComponentStore single-handedly changed the way I write Angular code. This is an excellent tutorial. Thank you for creating it.

xocomil
Автор

I've been having some trouble understanding this whole topic of 'component store' but this guide is clear and simple, Thanks man!!!

DanielCruz.developer
Автор

This is just great. I must say, the new functional way of defining component-store, together with inject() just blows my mind in awesome-ness :)

LarsRyeJeppesen
Автор

This helped me out a bunch at work! Thanks!

Firefuze
Автор

Awesome tutorial man. I will book mark it for future use.

juanrestrepo
Автор

This was really helpful, love to see you do with with an effect in the store.

Dean-Shepp
Автор

i love these more than live streams they on point and short. Thanks.

g-luu
Автор

Thanks for the video. I used the Ngrx Store for a while, but haven't utilize Component Store yet :D

dale_nguyen
Автор

Am I correct in thinking that if I wanted to use component store as my "global store" I would add it as a provider to my app component? And then I could use it in any child component as well without loosing the data? Is this a good case in your opinion or is it better to go with the big brother ngrx store?

theanswer
Автор

Great tutorial. Super helpful. Thanks

michaelfaith
Автор

Really enjoying this content here! I still have a bit of confusion as for the generic type for the Store being provided while injecting it into component:
private store: Store<fromRoot.State> --vs-- private store: Store<fromFeature.State>. How does it affect selectors? Any other precautions/practices? Would you be so kind to cover that in the future? Thanks!

aram
Автор

On which repo we can see Your work for this video? I can't find it on github repos from description. Greetings from Serbia.

markorazumenic
Автор

This is awesome! I love component store. Do have anything coming down the pipe about component store effects and how they are different than @ngrx/effects?

chandlerbaskins
Автор

What is the relationship between NgRx Store and NgRx/Componentstore?

hansschenker
Автор

Any reason to use the updater over setState or patchState?
Thanks for sharing 🙂

blokche_dev
Автор

I love your work and videos but I can't help to cringe when I see the deleteProduct filter's callback 🙈

Boosterooo