pknu-wap / wap-blog

WAP Blog
5 stars 3 forks source link

Article Infinite Scroll #86

Closed alstn113 closed 2 years ago

alstn113 commented 2 years ago

무한 스크롤 구현하기

~ 6.2 서버 ~ 6.9 클라이언트

alstn113 commented 2 years ago

그니까 처음에 받을 때 normal load를 하고, cursor를 저장함. 다음 부터 more load 시 cursor를 포함해서 request 날림

그러면 서버에서 limit=10 이렇게 걸고 if(cursor) 있으면 .orWhere에서 cursor보다 생성 날짜가 빠르거나, 생성날짜가 같으면서 id가 낮은 것 로드 함

그리고 more load는 cursor가 있을 경우에만 작동되게 함