发布于 2015-09-11 00:55:42 | 218 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的React.JS教程,程序狗速度看过来!

ReactJS 构建用户界面的 JavaScript 库

React.js 是 Facebook 推出的一个用来构建用户界面的 JavaScript 库。


React v0.14 RC 发布,主要更新项目

  • 两个包: React 和 React DOM

  • DOM node refs

  • 无状态的功能组件

  • 弃用 react-tools

  • 编译器优化

重要的 bug 修复:

  • Click events are handled by React DOM more reliably in mobile browsers, particularly in Mobile Safari.

  • SVG elements are created with the correct namespace in more cases.

  • React DOM now renders <option> elements with multiple text children properly and renders <select> elements on the server with the correct option selected.

  • When two separate copies of React add nodes to the same document (including when a browser extension uses React), React DOM tries harder not to throw exceptions during event handling.

  • Using non-lowercase HTML tag names in React DOM (e.g., React.createElement('DIV')) no longer causes problems, though we continue to recommend lowercase for consistency with the JSX tag name convention (lowercase names refer to built-in components, capitalized names refer to custom components).

  • React DOM understands that these CSS properties are unitless and does not append “px” to their values: animationIterationCount, boxOrdinalGroup, flexOrder, tabSize, stopOpacity.

  • Add-Ons: When using the test utils, Simulate.mouseEnter and Simulate.mouseLeave now work.

  • Add-Ons: ReactTransitionGroup now correctly handles multiple nodes being removed simultaneously.

详情请查看:react-v0.14-rc1.html

React.js 是 Facebook 推出的一个用来构建用户界面的 JavaScript 库。

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



历史版本 :
React 组件库 uiw 1.5.1 发布,新增 2 个组件
React 16.2.0 发布,构建用户界面的 JavaScript 库
React 16.1.1 发布,构建用户界面的 JavaScript 库
React 16.1.0 发布,开源的 JavaScript 库
React 16.1.0-beta 发布,开源的 JavaScript 库
React 16.0.0 发布,去除专利条款,改用 MIT 许可证
React 16.0.0-beta.1 发布,Facebook 开源的 JavaScript 库
React 15.6.0 发布,构建用户界面的 JavaScript 库
React 15.5.4 发布,JavaScript 库
React 15.5.0 正式版发布,JavaScript 库
React 15.4.0 正式版发布,JavaScript 库
React v15.4.0-rc.3 发布,JavaScript 库
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务