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: 도서 검색 페이지 로딩 상태 처리 #530

Open
Park-min-hyoung opened this issue Oct 11, 2023 · 0 comments
Open

feat: 도서 검색 페이지 로딩 상태 처리 #530

Park-min-hyoung opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
✨ Feature 기능 개발

Comments

@Park-min-hyoung
Copy link
Contributor

📃 작업 내용

  • 도서 검색 결과가 렌디링 될 때 까지 가끔 지연되어 UX 저하에 문제 => Suspense를 통해 커스텀 스켈레톤으로 UX 개선
  • 검색 후 스크롤 내릴 때 이미지 지연 렌더링에 의해 Layout Shift 문제 발생 => next/image의 자체 스켈레톤으로 개선
@Park-min-hyoung Park-min-hyoung added the ✨ Feature 기능 개발 label Oct 11, 2023
@Park-min-hyoung Park-min-hyoung self-assigned this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

No branches or pull requests

1 participant