转向 vue 后,又学习下 react16,
一开始我以为 React 16 会完全移除createClass
方法,没想到只是换个名字,而且连在 react15 中的不推荐也移除了,
The deprecations introduced in 15.x have been removed from the core package. React.createClass is now available as create-react-class, React.PropTypes as prop-types, React.DOM as react-dom-factories, react-addons-test-utils as react-dom/test-utils, and shallow renderer as react-test-renderer/shallow. See 15.5.0 and 15.6.0 blog posts for instructions on migrating code and automated codemods.
本来还担心为了一点点的性能每次都去bind
好麻烦,现在直接用createReactClass
也是一样
那么现在 react 开发中,大家喜欢class
还是createReactClass
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.