Nice. I've used ractive for nearly two years now. It's backed by the Guardian and you can learn it by reading this comment:<p><pre><code> var binding = new Ractive{
el: '.where-to-put-it',
data: {some: data},
template: '<p>Put {{ some }} thing here</p>'
}
</code></pre>
Bang, two way binding, virtual DOM, and ridiculously fast when using the same benchmarks that ember and react use to test their performance.