基本規則

  1. 每一個檔案只包含一個React Component
    除了stateless與pure component不在此限
  2. 使用JSX syntax
  3. JSX不可使用React.createElement

Comment