TypeError: react__WEBPACK_IMPORTED_MODULE_2___default.a.createClass is not a function
2020-12-22 09:27
标签:loading es6 web typeerror efault javascrip ott 地址 描述 在看阮一峰的react入门的时候,写到一段代码,但是写完就报错了,经过多方查找,终于解决掉了 错误描述: 解决方法: 将React.createClass换成React.Component, 但是不知道为什么这样就不报错了 (^._.^)? 文章地址:https://toddmotto.com/react-create-class-versus-component/ React.Component是ES6类,React.createClass是React封装的一个生成组件类,我们从React.Component扩展得到一个名为‘HelloMessage‘的类,而不是直接调用React.createClass,减少了React模板的使用,更多的用到了Javascript。 TypeError: react__WEBPACK_IMPORTED_MODULE_2___default.a.createClass is not a function 标签:loading es6 web typeerror efault javascrip ott 地址 描述 原文地址:https://www.cnblogs.com/wannacc-xx/p/13994372.html
上一篇:PHP地理位置计算
文章标题:TypeError: react__WEBPACK_IMPORTED_MODULE_2___default.a.createClass is not a function
文章链接:http://soscw.com/index.php/essay/37542.html