This is what our accordion looks like in 0.17: https://gist.github.com/eeue56/d0a2f901dc2fe36ab4562940b7fd28e4
it was a +7 -11 diff :) Otherwise, you want `Html.App.map`. Make a component that has it's own "update" function, with it's own messages. Map them and pass the messages down from the top level in a wrapper to the `update` function for that component. E.g type MessageLevel = TopLevel Msg | SomeGenericViewLevel SomeGenericView.Msg On Thu, Jul 28, 2016 at 12:38 AM, Sean Clark Hess <seanh...@gmail.com> wrote: > For the app I'm working on, I would like to create some views that have no > update function or message. In 0.16, you could pass in extra addresses to a > view. The example in the elm architecture lumped them together in a Context > parameter. > > I found this useful in 0.16 when creating very general views that didn't > manage their own state. This approach was analogous to when you pass in a > callback as a prop in React, if that helps. > > How does one do this in 0.17? > > Specifically I'm thinking about the use case of a general view function that > takes any HTML children, but has some events that need to fire (like an > accordion container opening and closing). > > -- > 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 elm-discuss+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 elm-discuss+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.