MLSAKIIT/devblogs-frontend

Integrate Pagination for /get-blogs route

Open

#21 opened on Oct 14, 2024

 (7 comments) (0 reactions) (1 assignee)JavaScript (20 forks)auto 404
featurehacktoberfestpagination

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (PR metrics pending)

Description

Set up pagination for the /get-blogs API route and ensure the frontend dynamically displays blog posts based on the current page. Make use of the LoadMoreButton component to fetch and display additional posts when clicked.

Reference: Pagination Tutorial

Contributor guide