红联Linux门户
Linux帮助

React 0.4.0发布,PHP版的Node.js

发布时间:2013-07-18 15:05:52来源:红联作者:empast
经过两个月的开发,我们宣布 React 0.4.0 版本发布了,该版本修复了一些 bug,改进以及不少新特性。我们重构了文档。

下载地址:http://facebook.github.io/react/downloads.html

值得关注的改进记录:

React
Switch from using id attribute to data-reactid to track DOM nodes. This allows you to integrate with other JS and CSS libraries more easily.
Support for more DOM elements and attributes (e.g., )
Improved server-side rendering APIs. React.renderComponentToString(, callback) allows you to use React on the server and generate markup which can be sent down to the browser.
prop improvements: validation and default values. Read our blog post for details...
Support for the key prop, which allows for finer control over reconciliation. Read the docs for details...
Removed React.autoBind. Read our blog post for details...
Improvements to forms. We've written wrappers around ,

频道文章

最新教程

随机推荐