Best pattern for cross-feature communication without circular dependencies? #3647
Unanswered
alex-x-x-x-x
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
-
I'm implementing a feature that requires coordination between multiple child reducers with shared state. What's the recommended approach for handling side effects that need to trigger actions in sibling features without creating circular dependencies? I've tried using
@Dependency
but I'm struggling with the right pattern for this cross-feature communication.Beta Was this translation helpful? Give feedback.
All reactions