A couple of days ago, I wrote a Cycle.js app using Elm to render stuff to the page. This was pretty fun and got some attention, so I might as well write about it some. Edit: Here's a gist version since the Elm highlighting on Qiita doesn't work that great: https://gist.github.com/justinwoo/03fc40121f2ff5bef5d9 Writing this thing Overview A Cycle.js application consists of three parts: your main fu
