Skip to content
On this page

2021-08-21T00:00:00.000Z

On this page

Note

TypeScript

reference

React

  • React를 브라우저에서 실행하려면 React, ReactDOM 라이브러리가 필요하다.
<script crossorigin src="https://unpkg.com/react@17/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
  • React: 뷰를 만들기 위한 라이브러리
  • ReactDOM: UI를 실제 브라우저에 렌더링할 때 사용하는 라이브러리
  • 가상 DOM

reference

log

LINKS TO THIS PAGE

Edit this page
Last updated on 8/13/2022