Open dead8309 opened 1 month ago
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:
children: [ { path: "/", element: <Home /> }, { path: "/create", element: <CreateBlogs /> }, { path: "/login", element: <Login /> }, { path: "/register", element: <Register /> }, ],
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?
/api/blogs
I am getting this error on the homepage and tried to look at the code but couldnt resolve it and Please share the full endpoint like https://www.devblogs-backend.com/api/blogs
.
The backend is not hosted anywhere you would have to run it locally
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