Video 9 NGRX CRUD - Create

preview_player
Показать описание
In this video, we set up the create part of the CRUD functionality. We go through all the steps and use NGRX reducers, actions, effects, and selectors.

Create Actions: 0:31
Create Reducer: 2:56
Create Effects: 5:07
Refactor Components: 8:00

🌟 Support the channel by becoming a subscriber
Рекомендации по теме
Комментарии
Автор

Thanks a million! I have successfully switched my dashboard module state from basic store to the Entity CRUD stage management! Please keep it up for more Angular tutorials like this! It's very useful and up-to-dated

lindywong
Автор

Muchas gracias por tu tiempo, salúdos desde Perú

alexrs
Автор

great tutorial ! But i have a question, before using ngrx entity, our project works with normal action, reducer, effect, selector. So what is the benefit of using ngrx entity ?
Again, thanks for the tut, gotta say its one of the best on ngrx v8 i have seen !

nguyenuctrung
Автор

thanks for the tutorials man, I have a doubt though, if i'm using a service to pass data between two components, should I implement that with ngrx too?

jorgefebres
Автор

The generated action names seem really bad. In all their best practice guides they press the rule to not use commands but event names for action and then they generate an addProduct action. I also do not understand why nobody uses constants for the repeated feature name parts in the action string.

gzoechi