Skip to content

refactor: NoticePage 성능 최적화#210

Merged
minsu0707 merged 2 commits into
developfrom
refactor/209-rendering-optimization
Jan 19, 2026
Merged

refactor: NoticePage 성능 최적화#210
minsu0707 merged 2 commits into
developfrom
refactor/209-rendering-optimization

Conversation

@minsu0707

Copy link
Copy Markdown
Member
  • 불필요한 state 업데이트 제거
  • useEffect + setState 제거, useMemo로 파생 데이터 계산
  • 함수 선언 위치 조정으로 재생성 방지
  • Optional Chaining/Nullish Coalescing으로 조건문 간소화
  • 렌더링 횟수 감소 및 코드 라인 축소

@minsu0707 minsu0707 linked an issue Jan 19, 2026 that may be closed by this pull request
@coderabbitai

coderabbitai Bot commented Jan 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@minsu0707 minsu0707 merged commit ecd2e63 into develop Jan 19, 2026
2 checks passed
@minsu0707 minsu0707 deleted the refactor/209-rendering-optimization branch January 19, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

불필요한 state 업데이트로 인한 재렌더링 발생

1 participant