Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] FE 번들링 최적화 #10

Merged
merged 15 commits into from
Jan 23, 2025
Merged

[Feat] FE 번들링 최적화 #10

merged 15 commits into from
Jan 23, 2025

Conversation

seoko97
Copy link
Collaborator

@seoko97 seoko97 commented Jan 23, 2025

관련 이슈 번호

작업 내용

Tree Shaking 적용

  • 사용하지 않는 라이브러리 코드 제거
  • ES6 모듈 시스템으로 코드 변환
  • 불필요한 import 제거

Code Splitting

  • React.lazy()를 활용한 동적 임포트 구현
  • 모달 컴포넌트의 선택적 지연 로딩
  • 라우트 기반 코드 분할

Vite를 통한 청크 단위 번들링

  • 청크 크기 최적화
  • 의존성 모듈 분리
  • 동적 임포트 청크 관리

@seoko97 seoko97 added ✨ Feature 새로운 기능 추가 FE Frontend 관련 작업 labels Jan 23, 2025
@seoko97 seoko97 self-assigned this Jan 23, 2025
@seoko97 seoko97 merged commit 3d07ca6 into develop Jan 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 번들 사이즈 개선
1 participant