-
DescriptionEach action has a static property named |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is actually a classic Redux:
Not sure it's worth copy-pasting the already existing description. More info here: https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow NgRx and other Redux-like state management decisions also require defining |
Beta Was this translation helpful? Give feedback.
-
@scaljeri regarding your question:
This is a great idea, one we actually explored in the very early days of the library. Unfortunately this does not work after the minifier has done it's thing to the code for production builds. I can't remember the exact issue, because I was not involved in the investigation. But, if we could find a way to do this it would be really awesome! Ideas & PRs welcome 😉 |
Beta Was this translation helpful? Give feedback.
This is actually a classic Redux:
Not sure it's worth copy-pasting the already existing description.
More info here: https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow
NgRx and other Redux-like state management decisions also require defining
type
property on actions.