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 |
Tags
- 키보드
- 암시적형변환
- C#
- stopcoroutine
- 중단
- Explicit Conversion
- Unity
- 클래스
- 리액트
- Fetch
- JSON
- 명시적형변환
- 유니티
- 구독
- 저장
- 훅
- File
- >.NET
- implicit Conversion
- GetKey
- 오버플로우
- useEffect
- Subscribe
- 코루틴
- 리액트네이티브
- OnMouseClick
- 팁
- 마우스
- 불러오기
- oveflow
Archives
- Today
- Total
목록Fetch (1)
Log to grow
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/caIKlN/btqMegW9wxb/QC3u528aHT79iFiK7VdJI0/img.png)
1. class에서의 생명 주기 ref : projects.wojtekmaj.pl/react-lifecycle-methods-diagram/ * component가 mount 시작 되면 1. constructor가 가장 먼저 실행 2. getDerivedStateFromProps에서 props와 state를 비교 3. render component 4. update DOM 5. componentDidMount가 실행 * component가 update 될 때 (new props or setState) 1. getDerivedStateFromProps에서 props와 state 비교 2. shouldComponentUpdate 실행 - new props, state를 확인하고 rerender 할 것인지 결..
FE/React
2020. 10. 31. 16:04