Pagination #819
Pagination
#819
Replies: 1 comment
-
it works like this /blog/page/2 as long as you use the catch all route. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to define how pagination works? We use query params like
/blog?page=2
but i dont see a way of supplying the current page tousePostOrPosts
. I assume it uses thecontext.params
to figuring out which page we're on?Beta Was this translation helpful? Give feedback.
All reactions