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

Remove comments about code splitting #89

Open pzingg opened 4 years ago

pzingg commented 4 years ago

There is a comment in Main.elm about code splitting features in future Elm versions that is confusing users:

https://discourse.elm-lang.org/t/elm-spa-example-header-with-shared-button-on-click-attribute/4710

Perhaps it should be removed if in fact it is misleading?