Replies: 2 comments
-
Hello, @shannoga
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @shannoga, @maksimn is correct that |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Assuming that I have to return an action from another action (We know we should try to avoid chaining actions, but in case that this is logical).
Is it valid / good practice to simply -
return EffectTask(value: .anyAction)
Since the reduce function is expecting an EffectTask to be returned, is there a reason to avoid that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions