株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

参考

https://qiita.com/anoonoll/items/5cceab8f9cf9cef7dd74

 

props

  • コンポーネントの属性を保管する
  • 基本的に参照されるのみ
  • 値を取り出せるが、書き換えはできない

 

propsの中身

  • なんかいっぱい値が入っている

 

なぜ追加するのか

  • super(props)を定義しないと、あとからthis.stateなどで、propsへの追加ができないため

 

使用例

コード

  • constructor(props)で定義
  • rederする際に、this.titleなどを表示

 

 

  • ReactDom.renderでtitle,messageの中身を定義

 

 

表示

 

 

 

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)