react-blog-github
react-blog-github copied to clipboard
Pagination system
If a blog has a lot of articles, we need to set up some pagination to avoid infinite scrolling
Good Idea! We could intersection observer for that or something else we can add this to the Todo Section
good idea...