发布于 2014-08-25 00:54:57 | 176 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Mithril.js 中文文档,程序狗速度看过来!
Mithril JavaScript 的 MVC 框架
Mithril.js 是一个客户端的 JavaScript MVC 框架。可将应用分成数据层、UI层和控制层。Mithril 压缩后只有 3kb 左右。API 提供一个模板引擎,带 DOM diff 实现,支持路由和组合。
Mithril 0.1.21 发布,此版本是个维护版本,现已提供下载。更新内容如下:
passing a promise to an m.prop
now populates it with the resolved value upon resolution, and returns undefined
otherwise
m.redraw
can now be forced to called synchronously
fixed handling of +
character in m.route.param
#204
fixed corner case for undefined children in diff #206
fixed context.onunload for array items #200
fixed handling on comments in HTML converter tool
Mithril 是一个客户端的 JavaScript MVC 框架。可将应用分成数据层、UI层和控制层。Mithril 压缩后只有 3kb 左右。API 提供一个模板引擎,带 DOM diff 实现,支持路由和组合。