Skip to content
Discussion options

You must be logged in to vote

Hello @nvprokofiev, it is very common question that has been discussed a lot.

I think it is better to model the editing data as a dependency. Child feature mutates this data and uses publisher interface of this data. Parent feature works with the dependency that allows to subscribe and read this data. In this case it is not necessary to travel back and forth through hierarchy of nested features and the situation is much simpler.

You can read discussions and examples of this common problem:
#1898 (comment)
#2564

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nvprokofiev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants