sporto / elm-example-app

An example Elm single page application
436 stars 85 forks source link

TogglePlayerPerk is in three places #3

Closed sporto closed 8 years ago

sporto commented 8 years ago

Component Players.Edit wants to send a message to PerksPlayers, these are siblings modules

Main -- PerksPlayers -- Players.Edit

The way this is done now is:

So the TogglePlayerPerk is in three places: Players, Main and PerksPlayers.