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

프로필 페이지 SSR 적용 #302

Merged
merged 8 commits into from
May 13, 2024
Merged

프로필 페이지 SSR 적용 #302

merged 8 commits into from
May 13, 2024

Conversation

dudwns
Copy link
Contributor

@dudwns dudwns commented May 13, 2024

📑 이슈 번호

#301

🚧 구현 내용

  • 유저 프로필 페이지를 SSR로 변경하여 검색 엔진에 노출될 수 있도록 하였습니다. (SEO 향상)

🚨 특이 사항

  • 프로필 API를 서버 측에서 fetch 하도록 변경하였습니다.
  • 프로필이 수정되었을 때 유저 데이터가 즉시 변경될 수 있도록 router.refresh() 함수를 추가하였습니다.
  • 상호작용이 필요한 팔로워, 팔로잉 리스트 버튼과 프로필 수정 버튼을 클라이언트 컴포넌트로 분리하였습니다.

@dudwns dudwns added ✨ Feature 기능 개발 🔨 Refactor 리팩토링 labels May 13, 2024
@dudwns dudwns self-assigned this May 13, 2024
@dudwns dudwns linked an issue May 13, 2024 that may be closed by this pull request
@dudwns dudwns changed the title 프로필 페이지 SSR 변경 프로필 페이지 SSR 적용 May 13, 2024
@dudwns dudwns merged commit 4b9ae25 into develop May 13, 2024
1 check passed
@dudwns dudwns deleted the feature/#301/profile-ssr branch May 13, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🔨 Refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프로필 페이지 SSR 적용
1 participant