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
- concept
- CLASS
- HTML
- useState
- SSR
- Redux
- built in object
- CSS
- middleware
- 삶
- Ethereum
- blockchain
- REACT
- web
- evm
- bitcoin
- typeScript
- 기준
- JavaScript
- node.js
- hardhat
- Props
- API
- solidity
- nextJS
- express.js
- tailwindcss
- graphQL
- Interface
- error
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