Earlier quoted context omitted.
>we borrowed a technique from Meteor and made our views reactive Do you have any links or resource to share on that style?
I intend to extract the code from our project so we can share it, but haven't gotten around to it yet. It is a combination of Faye (for real-time updates), Rails for view rendering, and some clever Javascript that efficiently merges DOM changes. The last part is the key - it makes it efficient to update large parts of the screen without flickering, or needing to reattach JS event handlers. The beauty is that it suppo…
It seems like a conf worthy talk.