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
- blockchain
- API
- CSS
- hardhat
- Redux
- bitcoin
- 삶
- Ethereum
- web
- nextJS
- typeScript
- Props
- Interface
- middleware
- JavaScript
- CLASS
- error
- concept
- SSR
- express.js
- REACT
- solidity
- node.js
- tailwindcss
- 기준
- evm
- HTML
- built in object
- useState
- graphQL
Archives
- Today
- Total
목록virtual dom (1)
ReasonJun

Virtual DOM Problem with websites made with existing html / CSS / js Whenever a DOM change occurs due to some interaction, the render tree is recreated. That is, the style of all elements is recalculated. This provides the potential for the web to slow down when there is a lot of interaction. Virtual DOM is a copy of the real DOM into memory. In React, the Virtual DOM (Document Object Model) is ..
Frontend/React
2023. 6. 11. 00:04