MLSAKIIT/devblogs-frontend
Add functionality to LoadMoreButton in components folder to fetch /get-blogs with pagination
オープン
#10 opened on 2024/10/14
featurehacktoberfestpagination
Repository metrics
- Stars
- (9 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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