Replies: 1 comment
-
an infinite query can easily handle this, not sure what you have tried, but:
or so should do it |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a react-native application and I want to implement a
infinite scrolling
list, I've reviewed the infinite query documentation, but I can't figure out how the implementation example can fit with the structure of my backend. On the other hand, it is not clear to me if an infinite query or a paged query fits better in this scenario(implement infinite scrolling).Current backend structure
Request structure
With this structure my backend returns:
Each time the limit of the list scroll is reached, these variables are updated until we reach the total number of results.
Beta Was this translation helpful? Give feedback.
All reactions