#2.2 Our First React Element react 어플리케이션이 아주 인터랙티브하도록 만들어주는 library. 엔진과 같다. react-dom react-dom은 모든 react element들을 html bod
\#3.9 Final Practice and Recap
4.0 Props 4.1 Memo 4.2 Prop Types 4.3 Recap 정리 Prop 컴포넌트에 선언된 props에 Data Type을 지정하여 정의 PropType 컴포넌트에 선언된 props에 Data Type을 지정하여 정의 is
https://ko.legacy.reactjs.org/docs/create-a-new-react-app.htmlCRA관련 리액트 공식문서를 찾아봤는데상단에 링크 페이지는 update 된지 오래됐다고https://react.dev/learn/start-
6.0 Introduction > state가 변화될때 component는 재렌더링이 되고 모든 코드들이 재실행도 된다 이때 api 호출 등 재렌더링이 되지않아야할 때가있다 App.js > 컴포넌트가 렌더링 될때 console.log('render'); 가 실행되