发布于 2015-06-28 00:01:04 | 164 次阅读 | 评论: 0 | 来源: 网友投递
Riot.js Javascript MVP框架
Riot.js是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。
Riot.js 2.2.0 发布,此版本更新内容如下:
New super fast loop logic ( the DOM nodes will be no longer reordered more details here )
Re-enable the use strict
mode
Re-enable the coffescript
mode for the nostalgics
Fix inconsistencies using loop with empty or null arrays
Fix the mount
in the loop children
Increase the code coverage
Add the possibility to specify where riot will inject the custom tags css in the DOM
Bug 修复列表和改进详情请看这里。
下载:https://github.com/riot/riot/archive/v2.2.0.zip。
Riot.js是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。