Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
2534いいね 59791回再生

React Memo | useMemo | useCallback - Optimize Performance of your React Applications

In this video we first discuss the concept of memoization. Then we learn about how to optimize the renders of your React Components by learning about these three memoization techniques: 1) Memoize your components with React.memo(), 2) Memoize a computed value with the useMemo() hook, 3) Memoize a function with the useCallback() hook.

🗄 Resources:

Further Reading on React Memo: dmitripavlutin.com/use-react-memo-wisely/
Official React API: reactjs.org/docs/react-api.html
Lodash: lodash.com/docs/4.17.15

🔑 Key Concepts:

React Components
React.Memo
useCallback
useMemo
Lifecycle Methods
Renders

#React #Memo #Hooks

コメント