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 |
Tags
- node.js
- useState
- web
- HTML
- CSS
- Redux
- 삶
- JavaScript
- built in object
- tailwindcss
- REACT
- solidity
- error
- middleware
- Ethereum
- CLASS
- concept
- nextJS
- Props
- typeScript
- hardhat
- blockchain
- bitcoin
- Interface
- graphQL
- API
- evm
- SSR
- 기준
- express.js
Archives
- Today
- Total
목록shallow compare (1)
ReasonJun
React : Comparison method (React.memo: shallow , _isEqual: deep)
React.memo To fix the comparison method used by React.memo for prop comparison, you can provide a custom comparison function as the second argument to React.memo. This custom comparison function determines whether the component should be re-rendered by comparing the previous props with the next props. The custom comparison function receives two arguments: prevProps and nextProps. It should retur..
Frontend/React
2023. 6. 13. 14:04