JavaScript MVC 框架,Mithril.js 0.2.0 發布
Mithril.js 是一個客戶端的 JavaScript MVC 框架。可將應用分成數據層、UI層和控制層。Mithril 壓縮后只有 3kb 左右。API 提供一個模板引擎,帶 DOM diff 實現,支持路由和組合。
Mithril.js 0.2.0 發布,此版本更新內容如下:
新特性
-
Mithril modules will be referred to ascomponentsfrom now on.
-
Virtual DOM tree can now containcomponents
-
Components can now be parameterized via
m.component
改進
-
m.module重命名為m.mount
-
fix diff edge case in
<select>#569 -
fix support for arrays in template compiler
























