Pagination vs Infinite Scroll (페이지네이션 VS 무한 스크롤)

효딩딩·2022년 8월 22일
0

페이지네이션 (pagenation)은 무엇인가?

  • Pagination은 웹 사이트에서 데이터나 콘테츠를 여러 페이지를 분리하는 방법이다.
  • 사용자는 페이지 하단에 있는 숫자 형식의 링크를 클릭하여 페이지들을 탐색할 수 있고, 페이지네이션된 콘텐츠 일반적으로 몇 가지 공통된 주제 혹은 목적들을 지니고 있다.
  • 페이지 넘버는 일일히 숫자를 써주는 것이 아닌 Array, map, index를 사용해 만든다.

무한 스크롤 (infinite scroll)은 무엇인가?

  • Infinite Scroll은 사용자가 페이지 가장 아래에 도달할 때 데이터나 콘텐츠가 계속 로드가 되게 하는 방식이다.
    (이 방법은 우리가 흔히 아는 인스타그램에서 흔히 볼 수 있다)

출처: https://velog.io/@uiop5487/Pagination-vs-Infinite-Scroll
출처: https://velog.io/@hjthgus777/17-Pagination-vs-Infinite-Scroll-i9esid6i

Infinite Scrolling vs Pagination

무한 스크롤과 페이지네이션은 모두 장단점을 가지고 있으므로, 웹사이트의 목적과 컨텐츠의 성격에 따라 두가지 방식을 적절히 사용해야한다.

  • 무한 스크롤은 사용자가 특별한 목적 없이 탐색할 때 콘텐츠를 추천을 위한 형태로 적합
  • 페이지네이션의 경우 특정 목적을 가지고 탐색하는 경우 적합

출처: https://velog.io/@qhflrnfl4324/Infinite-Scrolling-vs-Pagination
출처: https://blog.naver.com/hellodigital_blog/222515215484

(영문)

What is Pagination?

Pagination is a technique where online content is divided across several webpages instead of being lumped together in one giant brick of content.

If you scroll to the bottom of a webpage that uses pagination, you will either see a row of page numbers or next/prev links that let you navigate to the next page.

These are navigation controls, and they allow the user direct access to every webpage in the paginated series through manual clicking – from the first page to the last page.

These controls also send the message to the Google crawlers that all content within the series is connected and indexable, even though it is separated across multiple pages.

What is Infinite Scroll?

'Infinite scrolling' allows you to continuously scroll through content in its entirety from just one single webpage.

Once the scroll bar reaches the bottom of the page, new content loads automatically, allowing for endless scrolling.

This is especially important for users who use mobile devices or mobile apps, where scrolling is more intuitive. A numbered bar is simply too small to properly click on mobile.

Also consider social media feeds – infinite scroll is a popular technique for social media apps like Facebook and Twitter, and gallery websites like Pinterest and Instagram, because it drives user engagement.

source: https://www.seoclarity.net/blog/pagination-vs-infinite-scroll

profile
어제보다 나은 나의 코딩지식

0개의 댓글