2018年6月24日
摘要: react中的一些细节知识点: 1、组件中get的使用(作为类的getter) ES6知识:class类也有自己的getter和setter,写法如下: react组件中的get的使用如下: 那getter在react组件中有什么用处呢?? 如果你了解Vue的话,那么你知道其中的 computed: 阅读全文
posted @ 2018-06-24 17:56 一直在寻 阅读(6329) 评论(0) 推荐(3) 编辑
摘要: react组件中的constructor和super小知识 1、react中用class申明的类一些小知识 如上图:类Child是通过class关键字申明,并且继承于类React。 A、Child的类型是? typeof Child 'function' , 其实就相当于ES5用function申明 阅读全文
posted @ 2018-06-24 01:43 一直在寻 阅读(47478) 评论(12) 推荐(17) 编辑