LoginSignup
0
0

More than 1 year has passed since last update.

MUI Tyoescript

Posted at

Typescriptの組み込み方

Record<>

<Partial>
を挟むと、全て?をつけたことと同じ(オプショナル)になる

Object.keys.length
オブジェクトのキーの値が入っているかどうかの確認できる

try catch

tryでエラーが起きたらキャッチでエラーを出す
  

.catch((e)=>{
}

try catch バックエンド側でのエラーをキャッチする必要あり
基本的にデータ取得時はすべて行うとベスト

MUI
snackbar アラートの代わりに良い

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