MLSAKIIT/devblogs-frontend
Add functionality to LoadMoreButton in components folder to fetch /get-blogs with pagination
Aberta
#10 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
Implement functionality for the LoadMoreButton component to fetch additional blog posts with pagination support from the /get-blogs route. This should update the list of displayed blogs dynamically.
Reference: Pagination Tutorial