The example shows how abstraction works really well. And Coffeescript is really nice how it looks like Elm ;)
I want to implement hot module reloading next and think about how to do more stateful things like websockets which involve a subscribe / unsubscribe pattern. I'm assuming views will all need a cleanup method to do this...
Hey, I found this repo way to late! Here's my take on it.
https://github.com/ccorcos/elmish
The example shows how abstraction works really well. And Coffeescript is really nice how it looks like Elm ;)
I want to implement hot module reloading next and think about how to do more stateful things like websockets which involve a subscribe / unsubscribe pattern. I'm assuming views will all need a cleanup method to do this...