内容简介:Svelte 是一个前端 UI 框架,旨在通过静态编译减少框架运行时的代码量。 特性: 解决网站的臃肿危机。Svelte 将你的模板变成快速、轻量级的 vanilla JavaScript。 简单易用。使用你掌握的语言,从可组合、易写的...
Svelte 是一个前端 UI 框架,旨在通过静态编译减少框架运行时的代码量。
特性:
解决网站的臃肿危机。Svelte 将你的模板变成快速、轻量级的 vanilla JavaScript。
简单易用。使用你掌握的语言,从可组合、易写的模块中构建应用。
快速而又坚固。编译时静态分析确保浏览器不再需要更多的工作。
Svelte 2.1.1 已发布,更新内容包括:
Report initial
changedbased on state, not expected props (#1356)Set state to empty object, not null, on destroy (#1354)
Prevent stale state in component event handlers (#1353)
此外,自上个 2.1.0 版本开始,Svelte 已允许部分代码简写,具体细节可查阅:
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《前端 UI 框架 Svelte 2.1.1 发布,允许部分代码简写》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!