Riot 3.6.0 发布,JavaScript 的 MVP 框架

    xiaoxiao2023-07-03  171

    Riot 3.6.0 发布了。Riot.js 是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于 1kb。尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的 MVP 模式。当模型数据变化时视图也会自动更新。

    本次更新如下:

    riot:

    Add: the option to block the riot automatic updates via riot.settings.autoUpdate more info riot/2377Fix: regex in

    riot-tmpl:

    Fix: incorrect regex that matches literal regexesFix: use shared regex parser for browser and server versions

    riot-compiler:

    Fix: various issues with literal regexes

    下载地址:

    Source code (zip)Source code (tar.gz)

    文章转载自 开源中国社区 [http://www.oschina.net]

    相关资源:Riot.js 快速的JavaScript单元测试框架
    最新回复(0)