We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재는 페이지네이터를 통한 페이지 전환 시 지연이 발생합니다. 이는 페이지가 응답이 없는 것처럼 느껴져 부정적인 사용자 경험을 줍니다. 페이지네이터 페이지 전환 즉시 이루어지고, 데이터 요청 동안 스켈레톤 UI가 표시되도록 개선합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
간략한 설명
현재는 페이지네이터를 통한 페이지 전환 시 지연이 발생합니다. 이는 페이지가 응답이 없는 것처럼 느껴져 부정적인 사용자 경험을 줍니다.
페이지네이터 페이지 전환 즉시 이루어지고, 데이터 요청 동안 스켈레톤 UI가 표시되도록 개선합니다.
The text was updated successfully, but these errors were encountered: