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.28k stars 530 forks source link

Hot reloading #101

Closed bilus closed 3 years ago

bilus commented 3 years ago

I love how you put it together, makes the boring decision for you, loving it.

One thing I'm unable to figure out is hot reloading. Currently, any time I change anything on a page, I lose the state after a full reload, adding -H hasn't helped. Do you have any advice?