Using NGRX Meta Reducers | Ep 32

preview_player
Показать описание
In this video, We create a NGRX meta reducer

🌟Find out more about NGRX at:

🌟 About this Course ~ NGRX Full Course 2020, This course can be found on Github at:

🌟 Support the channel by becoming a subscriber

🌟 You can find the playlist for this course at:

🌟 Follow me on Twitter ~ Find out when a new course is coming out

🌟 Channel: @OOP Coders

🌟 About this Channel ~ OOP Coders, This channel is all about teaching and motivating
software developers to build applications/ websites in various technologies/ programming
languages like Angular, NodeJS, Asp.Net, C#, JavaScript, SQL, etc.

#ngrx #angular #ngrxtutorial #webdeveloper #angulartutorial
Рекомендации по теме
Комментарии
Автор

Million thanks. Finally I understand State Management fundamentally.

daviddonadze
Автор

Really, really, really amazing tutorial. You explain everything so well and simple that even complete beginner like me can follow. I'm so grateful for this series <3 Honestly this is best and most up-to-date resource I could find.

szymon_adamczuk
Автор

I like how simple this is put, thank you!.

Just one question I've been trying to thin about. If you only want your met reducer to fire when only a specific action is executed. Would you just need to put an if statement inside the meta reduces to check the action.type? Or is there way in the module config to specify that the meta reducer should only fire when certain actions are executed?

jprince