为什么不应该使用箭头函数在react中声明无状态组件?

时间:2019-04-21 16:30:51

标签: reactjs ecmascript-6 components arrow-functions stateless

根据Airbnb React样式指南,最好使用普通函数声明无状态组件,而不要使用Arrow函数。 我的问题是为什么正常功能更好? enter image description here https://github.com/airbnb/javascript/tree/master/react#class-vs-reactcreateclass-vs-stateless

0 个答案:

没有答案