250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- SSR
- nextJS
- typeScript
- Ethereum
- solidity
- evm
- JavaScript
- node.js
- REACT
- web
- blockchain
- CSS
- bitcoin
- express.js
- HTML
- middleware
- Interface
- API
- 기준
- Props
- useState
- concept
- graphQL
- error
- built in object
- 삶
- tailwindcss
- Redux
- hardhat
- CLASS
Archives
- Today
- Total
목록memoize (1)
ReasonJun
React : useCallback (Hook)
useCallback is a hook in React that is used to memoize and optimize the creation of a function, especially when passing that function down to child components. It is primarily used to avoid unnecessary re-creation of function references, which can lead to unnecessary re-renders of child components. When a component renders, any functions defined within the component body are recreated each time ..
Frontend/React
2023. 6. 13. 14:39