0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

##Progateで作ったアプリをローカルで作成→記事にまとめる
Progate終了レベル+αの知識でReactアプリを実装

記事を作った後に、記事をなるべく見ないようにしながらもう一度構築。
いい感じに理解が深まりました。

###学んだこと

  • create-react-appの使い方

##公式チュートリアル
https://ja.reactjs.org/tutorial/tutorial.html
###学んだこと

  • オブジェクトを直接変更するより、オブジェクトのコピーを作ってそれを変更する方が良い
    • 複雑な機能が簡単に実装できる
    • 変更の検出
    • React の再レンダータイミングの決定
  • renderをするだけのコンポーネントは関数コンポーネントにした方が良い
    • その方がシンプルに書ける
  • mapを使って繰り返し出力する時にはkeyを指定することが推奨されている
    • コンポーネントとその兄弟の間で一意なkeyを指定する

##明日やること
公式チュートリアルの後半があんまり理解できてないから、処理の流れを整理して、もう一度作ってみる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?