[Refactor] 랜딩 페이지 최적화 #105
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ 체크 리스트
📝 작업 내용
불필요한 html,css 수정
Sementic Tag 적극사용
constant를 적극활용해 map 메서드 사용 (코드 간소화 작업)
Next.js Link 컴포넌트 사용으로 view에 들어왔을때 해당 href 경로 페이지 미리 frefetch 하도록 수정
Next.js 기본으로 지원해주는 dynamic사용으로 컴포넌트 동적으로 가져오기
video 최적화 (mp4 => webm) - 크기 압축, 시간 단축
Framer Motion 공식 홈페이지에 나오는 module 사이즈 줄이는 방법 적용
📂 결과물
🖥️ 공유 포인트 및 논의 사항