gkubisa / elm-app-boilerplate

Base project for Elm applications
http://gkubisa.github.io/elm-app-boilerplate/
MIT License
120 stars 16 forks source link

Integrate routing #2

Closed gkubisa closed 7 years ago

gkubisa commented 8 years ago

Possibly useful modules:

A nice perspective on routing in Elm: http://www.gizra.com/content/thinking-choosing-elm/

A sample application, which might contain some useful ideas: https://github.com/sgillis/presti

mewben commented 8 years ago

https://github.com/sporto/hop might be good too...

gkubisa commented 8 years ago

Thanks for the suggestion, Melvin. I hope hop will support Elm 0.17 by the time I start integrating routing.

gkubisa commented 8 years ago

There's also https://github.com/elm-lang/navigation - just released :-)

gkubisa commented 7 years ago

Done: https://github.com/gkubisa/elm-app-boilerplate/releases/tag/v0.4.0