Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- JavaScript
- Eclipse Compare View
- gulp
- Eclipse Bug
- Adobe
- 자바스크립트
- 1분코딩
- TaskRunner
- css
- 보일러플레이트
- SSR
- 이클립스
- Eclipse
- html
- next.js
- java
- ref전달하기
- frontend
- 정적웹사이트
- Sass
- CSS3
- ref
- 이클립스 소스 비교 안보일 때
- VW
- React
- error
- animation
- tomcat
- Study
- npm
Archives
- Today
- Total
프론트 개발 블로그
[React] render가 두번씩 발생하는 문제 본문
create-react-app 으로 react 개발 환경을 설정해줄 때,
자동으로 index.js 파일 내에 <React.StrictMode> 코드가 추가 됩니다.
해당 코드로 인하여 render가 두번씩 발생합니다.
React.StrictMode 는 버전 16.3에 추가 된 기능이며, 애플리케이션에서 잠재적인 문제를 찾는 데 도움을 줍니다.
medium.com/nmc-techblog/wait-youre-not-using-react-strictmode-a9713927a33b
반응형
'React' 카테고리의 다른 글
What is StrictMode in React? (0) | 2020.10.27 |
---|---|
[Error] create-react-app / jest 설치 후 발생하는 에러 (0) | 2020.10.14 |
[Error] Warning: Each child in a list should have a unique "key" prop. (0) | 2020.10.12 |
[React] Props (0) | 2020.03.07 |
[React] JSX 기본규칙 (0) | 2020.03.06 |