Pagination? #390
danielbuechele
started this conversation in
Ideas
Pagination?
#390
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a blog with hundreds or articles, from what I understand I could either load them individually or all of them (e.g.
allPosts
). However, loading all posts at once might be a lot of data. I'm wondering if it would make sense load posts in chunks/pages. For this to work, I assume we would need to define a page size at build time and could then statically generate an array of pages, which can be dynamically imported.Is this something that has been discussed before?
Beta Was this translation helpful? Give feedback.
All reactions