ReactJS 0.14.4 发布,构建用户界面的 JavaScript 库

jopen 8年前


React.js(React)是 非死book 推出的一个用来构建用户界面的 JavaScript 库。

非死book开源了React,这是该公司用于构建反应式图形界面的JavaScript库,已经应用于构建Instagram网站及 非死book部分网站。最近出现了AngularJS、MeteorJS 和Polymer中实现的Model-Driven Views等框架,React也顺应了这种趋势。React基于在数据模型之上声明式指定用户界面的理念,用户界面会自动与底层数据保持同步。与前面提及 的框架不同,出于灵活性考虑,React使用JavaScript来构建用户界面,没有选择HTML。

ReactJS 0.14.4 发布,此版本更新内容如下:

React

  • Minor internal changes for better compatibility with React Native

React DOM

  • TheautoCapitalizeandautoCorrectprops are now set as attributes in the DOM instead of properties to improve cross-browser compatibility

  • Fixed bug with controlled<select>elements not handling updates properly

React Perf Add-on

  • Some DOM operation names have been updated for clarity in the output of.printDOM()

下载:https://github.com/非死book/react/archive/v0.14.4.zip 

来自: http://www.oschina.net/news/69551/reactjs-0-14-4