JavaScript MVC 框架,Mithril.js 0.2.0 發布

fpcm 9年前發布 | 6K 次閱讀 Mithril.js

Mithril.js 是一個客戶端的 JavaScript MVC 框架。可將應用分成數據層、UI層和控制層。Mithril 壓縮后只有 3kb 左右。API 提供一個模板引擎,帶 DOM diff 實現,支持路由和組合。

JavaScript MVC 框架,Mithril.js 0.2.0 發布

Mithril.js 0.2.0 發布,此版本更新內容如下:

新特性

  • Mithril modules will be referred to as components from now on.

    </li>

  • Virtual DOM tree can now contain components

    </li>

  • Components can now be parameterized via m.component

    </li> </ul>

    改進