メニュー

【React】useStateの連想配列の指定方法

非同期処理でローディング指定が必要な場合に使えるかも。

useState({
  isLoading: false,
  data: []
})