1.React.createElement(arg1, arg2, arg3) 前三個參數分别為類型,props,children
參考位址: Introducing JSX – React (reactjs.org)

2.繼承React.Component的Class必須有render方法,每次調用setState方法後,後悔重新出發render方法。
3.自定義元件(user-defined component),方法元件(function)和類(class)元件首字母必須大寫。
4.html标簽中class屬性寫為className,
5.state和props同時更新,需要注意
6.Fragment
7.ref最好不要用字元串,效率比較低。
8.React.lazy
9.keyboard event
10.Mouse event
11.Focus Event
12.Form Event
13.select event