-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Pagination for /get-blogs route #21
Labels
feature
hacktoberfest
For participants of hacktoberfest
pagination
Related to pagination and data loading
Comments
dead8309
added
feature
hacktoberfest
For participants of hacktoberfest
pagination
Related to pagination and data loading
labels
Oct 14, 2024
hi @dead8309 , Can you assign this to me |
i do like to take on this issue please assign it to me! |
It's yours! |
Hey @dead8309, I have a few questions:
Or Should I create a demo page of my own to implement the requested pagination feature or if there is an existing page where this functionality should be added? |
|
The backend is not hosted anywhere you would have to run it locally |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
hacktoberfest
For participants of hacktoberfest
pagination
Related to pagination and data loading
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
The text was updated successfully, but these errors were encountered: