React中的组件有几种写法

2017-10-01
阅读 8 分钟
11.5k
内容提要 元素与组件 Element & Component 函数定义与类定义组件 Functional & Class 展示与容器组件 Presentational & Container 有状态与无状态组件 Stateful & Stateless 受控与非受控组件 Controlled & Uncontrolled 组合与继承 Composition & Inheritance 元素与组件 Element & Compon...