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

Implement pagination in DocumentList #4

Closed
hackerwins opened this issue Apr 15, 2022 · 0 comments · Fixed by #8
Closed

Implement pagination in DocumentList #4

hackerwins opened this issue Apr 15, 2022 · 0 comments · Fixed by #8
Labels
good first issue 🐤 Good for newcomers

Comments

@hackerwins
Copy link
Member

hackerwins commented Apr 15, 2022

Description:

Implement pagination to ListDocuments.

In #3, we called ListDocuments API and then displayed a list of documents on the screen. We implemented ListDocuments API considering pagination, but we didn't implement the behavior in the front-end.

Let's fetch documents incrementally and then display them on the screen.

References

Why:

  • Reduce the load when Yorkie has a lot of documents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue 🐤 Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant