Pagination is a content decision
Cursor or offset is an implementation detail. How many items belong on a page is not.
3 posts
Cursor or offset is an implementation detail. How many items belong on a page is not.
Page builders are a trap. Model the content, then decide separately how it renders.
Rendering pages at build time is not a nostalgia trip. It is the cheapest way to serve content that changes a few times a day.