Replies: 1 comment 1 reply
-
Hey @MojtabaHs! One alternative question is why is this domain is nested for its action but not its state? You can often rework your model so the child domains are embedded in a "flat" and not "skewed" way, but it can be interesting to know why it's not like that to begin with. Can you tell us more about potential configurations where this happens? Are you using "Action boundaries" (that is sub-actions like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, oftentimes I face this situation:
- First question:
How can I get rid of the action closure? Like when it's not nested and we can just call
Feature.Action.childItem
Also, for the scoping in the reducer, I face this:
It's sort of long and repetitive.
- Second question:
Is there any way to make it simpler?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions