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?

個人的な学習のメモ

Posted at

ノート

  1. Udemyの教材でReactとGoを学んだ。
  2. Reactでhooksを利用しているときにuseMemoのことをもう少し理解したほうが良いと感じて調べた。
  3. コンポーネントをキャッシュ化しておくのに使う。(概ねそれまでの理解と合っていた)
  4. 利用シーンとしてはよく再レンダリングするコンポーネントの子コンポーネント(再レンダリング不要)に使うらしい。

キュー

useMemoってどういう場面で使うんだっけ?

サマリー

React hooks の利用シーン(useMemo)

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?