MLSAKIIT/devblogs-frontend
Add functionality to LoadMoreButton in components folder to fetch /get-blogs with pagination
Open
#10 opened on Oct 14, 2024
featurehacktoberfestpagination
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (PR metrics pending)
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