paldepind / functional-frontend-architecture

A functional frontend framework.
MIT License
1.44k stars 87 forks source link

Elmish #18

Open ccorcos opened 8 years ago

ccorcos commented 8 years ago

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...