diff --git a/daily-frontend-questions/2026-06-27.md b/daily-frontend-questions/2026-06-27.md new file mode 100644 index 0000000..204e618 --- /dev/null +++ b/daily-frontend-questions/2026-06-27.md @@ -0,0 +1,27 @@ +# Frontend Daily Question (2026-06-27) + +## Track +- CS + +## Category +- Rendering Strategy + +## Question +React에서 하이드레이션(Hydration) 과정 중 발생하는 불일치(Mismatch) 현상의 원인과 해결법은 무엇인가요? + +## Follow-up +1. 서버와 클라이언트의 초기 렌더링 결과가 다를 때 어떤 문제가 발생하나요? +2. suppressHydrationWarning 속성은 어떤 상황에서 사용하는 것이 적절한가요? + +## Notes +- 답변은 PR 코멘트로 남기거나, 이 문서에 이어서 작성하세요. +- 팀 기준/경험을 근거로 답변하면 좋습니다. + +## Reference Hint +- 일반 프론트엔드 핵심 역량 + +## Reference Question +- 매일메일 + +## Source +- Generated from local interview topic bank