> > Hi Brian, > The Elm Architecture Tutorial has a "nesting" example: > https://github.com/evancz/elm-architecture-tutorial/tree/master/nesting > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fevancz%2Felm-architecture-tutorial%2Ftree%2Fmaster%2Fnesting&sa=D&sntz=1&usg=AFQjCNEewhvxWeRTDqHDz5HrMAUqNnSz-w> > > If you worked with the previous elm-architecture-tutorial (the one with 8 > examples) I have a port of that tutorial that you can consult to see how > some of those concepts translate to 0.17: > https://github.com/pdamoc/elm-architecture-tutorial/tree/master/examples/4
The new updated nesting tutorials don't include the modified "fancier" list of counters example where the delete button is in the child Counter component. In the 0.16 example a "context" was passed in from the parent with some signal forwarding magic. In a world where there are no signals in Elm now, how does this work? -- 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.
