Replies: 5 comments
-
Do you have something in mind how we could make this more clear @DeborahK ? For the history of the current diagram (and some other versions) see #1981 . |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks @DeborahK I typically use this one - it makes "stream of actions" more of a thing of its own: But at the same this I don't have any issues with the current diagram - it is meant to be very high level. @jordanpowell88, I think you worked on the diagram. Any thoughts on it? |
Beta Was this translation helpful? Give feedback.
-
@alex-okrushko (sorry for the late response). My purpose in creating the diagram was to give a VERY high level picture for people new to NgRx. To give someone a general picture of what the different parts of NgRx do. As we all know, the more we work with NgRx we know that their are several different ways to building our apps and implementing features. One of the things I struggled with (as someone new to NgRx at the time) was It was hard to get strait answers about the "best and right" way to design the chart. Everyone would show me "their" chart they use which was slightly different than the previous persons chart. Ultimately, I think the more we can get the community to commit to a "design" (regardless if it is "mine" or not) the better it will be the NgRx community and ultimately the easier it will be to get new people to migrate to NgRx. |
Beta Was this translation helpful? Give feedback.
-
Other information:
The NgRx State Management Lifecycle does not correctly illustrate the relationship between reducers and effects as shown here: https://ngrx.io/generated/images/guide/store/state-management-lifecycle.png
Every action goes through every reducer and then goes through every effect. The diagram makes it appear as if an action is processed by one or the other.
I would be willing to submit a PR for the docs ❤️
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[x ] No
(I'm not sure I could update an image?)
Beta Was this translation helpful? Give feedback.
All reactions