Parents and children communication seems to come up a lot here and in #general on Slack. I wrote up a summary of my preferred way of communicating between parents and children: https://www.brianthicks.com/post/2016/06/23/candy-and-allowances-parent-child-communication-in-elm/ and https://www.brianthicks.com/post/2016/06/27/candy-and-allowances-part-ii-child-child-communication-in-elm/.
The thing I'm concerned with: how well does this pattern scale? Returning messages from the childs update function is all good, but does it work well when there are a lot of messages to be returned? Is there a better way to deal with that, and is there a "smell" that tells you when to switch patterns? I'm really interested in what the more experienced people here have done in this circumstance. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
