Canceling all effects in child and child of child reducers #1803
Unanswered
artemkrachulov
asked this question in
Q&A
Replies: 0 comments
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, I am stuck with canceling child effects. Across the app, we are widely using n-layer reducers (reducer with child, child with child, etc.) And there was a need to cancel all n layers child from the top parent reducer. Here is an example:
Then if I trigger
.delete
action by some listener or notification (example). In the console, I'll have something like this:Is it possible to cancel/stop all effects including all child and child's of child reducers and then delete item from array?
Beta Was this translation helpful? Give feedback.
All reactions