* React 사용 이유
- Single Page Application : 깜빡임X, UI/UX 좋음. 앱과 비슷한 느낌
- 재사용 컴포넌트
- 데이터와 화면 일치
* 코딩시 주의점
- setState는 비동기임
- setState할 때 마다 render되기때문에 함수는 리턴밖에서 선언할것
'React' 카테고리의 다른 글
error)Uncaught Error: Extension context invalidated. (0) | 2022.06.03 |
---|---|
error ) Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. (0) | 2022.06.01 |
React webpack.config.js 작성 (0) | 2022.06.01 |
React - require / import 차이 (0) | 2022.06.01 |
webPack 으로 React 프로젝트 생성, webPack 설정 (0) | 2022.06.01 |