Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions daily-frontend-questions/2026-06-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Frontend Daily Question (2026-06-04)

## Track
- CS

## Category
- 브라우저 렌더링

## Question
웹 브라우저의 렌더링 과정에서 리플로우(Reflow)와 리페인트(Repaint)가 발생하는 구체적인 상황과 차이점은 무엇인가요?

## Follow-up
1. 리플로우를 최소화하기 위한 구체적인 성능 최적화 방법은 무엇인가요?
2. 브라우저가 레이아웃을 다시 계산할 때 영향을 받는 범위는 어떻게 결정되나요?

## Notes
- 답변은 PR 코멘트로 남기거나, 이 문서에 이어서 작성하세요.
- 팀 기준/경험을 근거로 답변하면 좋습니다.

## Reference Hint
- 일반 프론트엔드 핵심 역량

## Reference Question
- 매일메일

## Source
- Generated from local interview topic bank