Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Page Store] Fix fetch pages paging #2896

Open
RenanLukas opened this issue Nov 7, 2023 · 0 comments
Open

[Page Store] Fix fetch pages paging #2896

RenanLukas opened this issue Nov 7, 2023 · 0 comments

Comments

@RenanLukas
Copy link
Contributor

RenanLukas commented Nov 7, 2023

PageStore logic creates a loop where we keep fetching the next items page from the endpoint until everything's fetched (see here). We should implement a proper paging where the clients can decide when to fetch the next items page (e.g. when scrolling close to the end of a list) instead of having this loop where we basically fetch everything at once.

See discussion: p1699358405313549-slack-C0180B5PRJ4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant