rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.29k stars 531 forks source link

Request for detail about Main.elm will go away in Elm 0.19 #22

Closed kkpoon closed 6 years ago

kkpoon commented 7 years ago

I am planning to refactor our Elm app to follow some of the pattern in this example. May I have more detail about this? Thanks!!

https://github.com/rtfeldman/elm-spa-example/blob/master/src/Main.elm#L25-L26

-- WARNING: this whole file will become unnecessary and go away in Elm 0.19,
-- so avoid putting things in here unless there is no alternative!
rtfeldman commented 6 years ago

This was a mistake on my part. I clarified the comment...sorry for the confusion!