my steepest learning curve in Elm is getting to grips with what to put where - no view stuff in the model - where in the hierarchy to put which data (the sortable table was a real eye-opener) - when to give something state (i.e. an update function and own Msg type)
And most of all: how to structure messages and communication between components/ elements. Look at various good posts on child to parent communication (kudos to Brian Hicks's excellent post on the subject). -- 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.
