노마드코더

kodaeyong·2021년 4월 13일

컴포넌트란?
HTML을 변환하는 함수 ex)

ReactDOM.render(<App />, document.getElementById("root"));

**react application이 하나의 component만을 rendering해야 한다.
error --> ReactDOM.render(, d...);

터미널
npx create-react-app movie_app_2021
npm start

0개의 댓글