anonymous.rs
Search
Search
Dark mode
Light mode
Explorer
Home
❯
software.frontend
❯
react
❯
optimization
Folder: software.frontend/react/optimization
10 items under this folder.
Mar 22, 2026
[React 성능 최적화] 1. 리렌더링 이해: 언제 컴포넌트가 다시 그려지는가
react
optimization
리렌더링
성능
참조동일성
Mar 22, 2026
[React 성능 최적화] 2. React.memo: 컴포넌트 리렌더링 막기
react
optimization
React.memo
메모이제이션
리렌더링
Mar 22, 2026
[React 성능 최적화] 3. useMemo & useCallback: 언제 써야 하고 언제 쓰지 말아야 하는가
react
optimization
useMemo
useCallback
메모이제이션
Mar 22, 2026
[React 성능 최적화] 4. 상태 위치 최적화: State Colocation
react
optimization
state-colocation
상태위치
리렌더링
Mar 22, 2026
[React 성능 최적화] 5. Context 리렌더링 문제와 해결법
react
optimization
context
리렌더링
메모이제이션
Mar 22, 2026
[React 성능 최적화] 6. Key prop: 리스트 최적화와 흔한 실수
react
optimization
key
리스트
reconciliation
Mar 22, 2026
[React 성능 최적화] 7. 코드 스플리팅: 번들을 나눠서 첫 로딩 줄이기
react
optimization
code-splitting
lazy
Suspense
번들
Mar 22, 2026
[React 성능 최적화] 8. 리스트 가상화: 수천 개 항목을 버벅임 없이 렌더링하기
react
optimization
virtualization
가상화
react-window
TanStack-Virtual
Mar 22, 2026
[React 성능 최적화] 9. 성능 측정: Profiler와 DevTools 활용법
react
optimization
profiler
devtools
성능측정
Mar 22, 2026
[React 성능 최적화] 10. 성능 측정 레이어: 어디서부터 어떻게 측정할까
react
optimization
성능측정
web-vitals
profiler
네트워크