ReactJS 0.14.4 發布,構建用戶界面的 JavaScript 庫
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