It seems (I could be wrong; I often am) like creating an Effects manager is the proper way to efficiently handle side state management.
https://github.com/elm-lang/core/blob/master/src/Platform.elm An example: https://gist.github.com/maxhoffmann/240574e892bf9118aeb2dd1e8a645e0a Just a quick glance at these really helped the Elm platform come into better focus (namely the dispatch/routing mechanism). -- 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.
