Openstatus www.openstatus.dev

chore: blog post

authored by

Maximilian Kaske and committed by
Maximilian Kaske
d15c57fd 5b86d6c5

+3
+3
apps/web/src/content/posts/live-mode-infinite-query.mdx
··· 29 29 30 30 ![Timeline with live mode and load more behavior](/assets/posts/live-mode-infinite-query/infinite-query.png) 31 31 32 + - The `nextCursor` is the timestamp of the last item of the page. The "next" page will only fetch items that are older than the `nextCursor`. 33 + - The `prevCursor` is the timestamp of the first item of the page (or the current timestamp). The "prev" page will only fetch items that are newer than the `prevCursor`. 34 + 32 35 ## API Endpoint 33 36 34 37 Your API endpoint should return at minimum: