React React.Component – React

  • Initialization that requires DOM nodes should go here.

    • わかる
  • If you need to load data from a remote endpoint, this is a good place to instantiate the network request.

    • constructorにおいてはいけないのか
    • クラスではなく関数とHookでコンポーネントを作る場合はどうなるのか?