Reactとは

https://qiita.com/naruto/items/fdb61bc743395f8d8faf

参考記事

https://mae.chab.in/archives/2956#post2956-2

やってみる

npm install -g create-react-app

いろいろ調べた

Functional Component

Class Component

引数の入力型指定 PropTypes

Greeting.propTypes = {
  name: PropTypes.string
};

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS