1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 marty.js v0.9 发布,React 状态管理库 下载

本帖由 漂亮的石头2015-03-25 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    marty.js 用来为 React 应用提供状态管理的 JavaScript 库,实现了 Flux architecture. 定义了一组规则用来管理应用的状态。Flux 是 Facebook 推出的用来帮助他们自己构建客户端 web 应用。

    marty.js v0.9 发布,此版本关键的改进是:Store#setState 重命名为 Store#replaceStateStore#setState 现在会和新状态合并到现有状态中,这非常接近 React API。

    新特性


    • Isomorphism (#13)


    • CookieStateSource & LocationStateSource (#205)


    • ES6 Classes (#89)


    • Add dataType option to http state source (#176)


    • Lodash v3 instead of underscore (#170)


    • HttpStateSource hooks (#118)


    • FetchResult#toPromise (#180)


    • Clear fetch history in Store#clear (#149)


    • Batch store change events (#183)


    • Allow you to specify when function context (#184)


    • Marty.createContainer (#206)


    • Set request credentials to 'same-origin' (#209)

    Bugs 修复


    • dependsOn doesn't update when dependent store updates (#113)


    • Don't auto set content-type if using FormData (#140)


    • Fetch API compatibility (#133)

    更多详细新特性解说请看发行说明
    marty.js v0.9 发布,React 状态管理库下载地址
     
正在加载...