Movie App 2021 React JS Fundamentals Course (2021 Update!) 2021.07.29 index.js ReactDOM.render(<App />,document.getElementById('root')); 부분을 보면 document.getEleementById root를 찾아가는데 public > index.html 파일의 여기에 App.js에 만든 태그들이 들어가게 된다. 이를 Virtual DOM 이라고한다.