interactive한 어플리케이션을 만들어주는 library
react element를 html body에 둘 수 있게 해주는 library
ReactDOM.render()
react element를 가지고 html을 만들어 배치하겠다는 뜻
vanilla js :
1. html 생성
2. javascript로 가져오기
3. html 수정
react js :
1. javascript 작성
2. react-dom이 html로 변환