๐๊ฐ์๋์ ๊ฐ๋ - ๊ณต์๋ฌธ์ ์ ์ The virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory and synced with the “real” DOM by a library such as ReactDOM. This process is called reconciliation. ๊ฐ์์ผ๋ก UI๋ฅผ ๋ฒ์ธ์ผ๋์ ์ ์ฅํด๋์๋ค๊ณ Real Dom๊ณผ ์ฐ๋(sync) ์์ผ์ฃผ๋ ํ๋ก๊ทธ๋๋ฐ ์ปจ์ ์ผ๋ช reconciliation(ํํด) ๊ณผ์ ์ด๋ผ ์ ์ ๐Diffing ์๊ณ ๋ฆฌ์ฆ - ๋ฆฌ์กํธ๋ Real Dom๊ณผ Virtual Dom์ ์ฐธ๊ณ ํ๋ฉด์ diffing ์๊ณ ๋ฆฌ์ฆ์ ์ด์ฉํด ๋ณํ๊ฐ ์ผ..