JavaScript MVC 框架,Mithril.js 0.2.0 发布 - Go语言中文社区

JavaScript MVC 框架,Mithril.js 0.2.0 发布


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 ascomponentsfrom now on.

  • Virtual DOM tree can now containcomponents

  • Components can now be parameterized viam.component

改进

  • m.module重命名为m.mount

  • fix diff edge case in<select>#569

  • fix support for arrays in template compiler

版权声明:本文来源51CTO,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:http://developer.51cto.com/art/201505/475092.htm
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2021-05-15 23:35:53
  • 阅读 ( 1197 )
  • 分类:前端

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢