React v15.1 发布了,原本的 react package 被拆分为 react 及 react-dom 两个 package。其中 react package 中包含 React.createElement、 .createClass、 .Component, .PropTypes, .Children 这些 API,而 react-dom package 中包含 ReactDOM.render、 .unmountComponentAtNode、 .findDOMNode。 主要更新内容如下: React Restore React.__spread API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated. (@zpao in #6444) ReactDOM Fixed issue resulting in loss of cursor position in controlled inputs. (@spicyj in #6449) 更多详情请点击。 下载地址请点击。 React v15.1 发布,React 和 React-dom 父版本下载地址