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
- Ethereum
- express.js
- graphQL
- CSS
- Redux
- error
- REACT
- hardhat
- built in object
- blockchain
- evm
- middleware
- Interface
- solidity
- API
- 기준
- tailwindcss
- HTML
- 삶
- web
- nextJS
- JavaScript
- concept
- typeScript
- Props
- node.js
- useState
- bitcoin
- CLASS
- SSR
Archives
- Today
- Total
목록deep comparison (1)
ReasonJun
React : Shallow / Deep compare
In React, "shallow compare" and "deep compare" refer to different approaches for comparing the values of props and state to determine if a component should re-render. Shallow Compare: Shallow comparison, which is the default behavior in React, involves comparing the prop and state values by their references. When using shallow comparison, React checks if the references of the current props and s..
Frontend/React
2023. 6. 13. 14:14