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

Add lazy loading (infinite scrolling) and/or pagination to the shapes request #126

Open
MatijaNovosel opened this issue Oct 10, 2022 · 1 comment
Assignees

Comments

@MatijaNovosel
Copy link

Is your feature request related to a problem? Please describe.
The request that fetches the shapes is not paginated and there is no lazy loading implemented. Hypothetically, if there were a large number of shapes created in the near future the page would load all of them immediately which could lead to requests with a large amount of data and a lot more waiting for users with bad internet.

Describe the solution you'd like
The solution would be making the requests on the backend paginated while on the frontend lazy loading can be implemented by using IntersectionObserver or something of the like.

@farish-jamal
Copy link

Hey @atapas, Can You assign this issue to me. I want to work on it.

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

3 participants