Chapter 2. Updating UI with Javascript
JavaScript로 UI 업데이트하기
<html>
<body>
<div></div>
</body>
</html><html>
<body>
<div id="app"></div>
</body>
</html><html>
<body>
<div id="app"></div>
<script type="text/javascript"></script>
</body>
</html>HTML vs. DOM

명령적 vs. 선언적 프로그래밍
React: 선언적 UI 라이브러리
Last updated
Was this helpful?