2nd memo 2023-10-28¶
git clone ssh://git-kino/v1/repos/tutorial-react あるいはclone済のフォルダで git pull origin master
"components/StarRating/ColorProvider.js"と"components/UseEffect"フォルダ内のサンプルコードを中心に進めます。
useEffectの他に、useMemo、useCallback、useLayoutEffectにも軽く触れます。
参考記事¶
組み込みの React フック
【永久保存版】0からReactを勉強するならこのロードマップに従え!
【React】カスタムフック(Custom Hook)を「完全に理解」してみる
useEffectフックのしくみ
How to trigger a CSS animation on EVERY TIME a react component re-renders