极小的响应式模板引擎Reactive.zip
Reactive是简单灵活的模板和绑定视图的引擎,支持自定义绑定,支持在模块修改的时候实时更新。
快速开始:
var view = reactive('Hello {name}!', {
name: 'Adam'
});
// you can add the view "element" to the html whenever you want
// view.el contains the html element
document.body.appendChild(view.el);
下载地址
用户评论