MLSAKIIT/devblogs-frontend
Integrate Pagination for /get-blogs route
Aberta
#21 aberto em 14 de out. de 2024
featurehacktoberfestpagination
Métricas do repositório
- Stars
- (9 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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