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
- angular optimization
- typescript-react-nextjs
- react atomic
- 타입스크립트 기초
- typescript 정독
- 앵귤러 최적화
- 리액트 환경설정
- angular lazy loading
- angular 최적화
- 타입스크립트 tutorial
- 리액트 아토믹
- graphql 개념
- typescript manual
- stroybook
- 타입스크립트 튜토리얼
- 리액트 구조
- 타입스크립트 매뉴얼
- 리액트 스토리북
- graphql
- angular trackby
- typescript 기초
- 타입 스크립트
- 리액트 셋팅
- react storybook
- TypeScript
- 타입스크립트
- react setting
- typescript 튜토리얼
- 프론트
- graphql 설명서
Archives
- Today
- Total
목록angular trackby (1)
valleycho

- TrackBy 간단한 테스트 코드 작성. - app.component.ts - app.component.html [참고 1, 2] 처럼 테스트 코드를 작성 후 html 파일에서 아래 그림과 같이 Refresh items를 클릭한다. → refresh items를 클릭하면 개발자도구의 Elements의 ul li 부분이 전부 깜빡이는 것을 확인할 수 있다. 이건 렌더링을 새로 한다는 것이므로 성능상 속도를 저하시키는 원인이 될 수 있다. 그럼 어떻게 수정할까? - app.component.ts - app.component.html [참고 4, 5] 처럼 테스트 코드를 작성 후 html 파일에서 아래 그림과 같이 Refresh items를 클릭한다. → refresh items를 클릭하면 개발자도구의 E..
angular(앵귤러)
2020. 10. 31. 23:05