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

Offers List DOM Virtualization #246

Open
TiagooGomess opened this issue May 25, 2022 · 0 comments
Open

Offers List DOM Virtualization #246

TiagooGomess opened this issue May 25, 2022 · 0 comments
Labels
P1 Medium Priority

Comments

@TiagooGomess
Copy link
Contributor

To help with performance on the browser, we should add virtualization to the list of offers on the homepage, so that even though we have already fetched 200 results, the DOM only contains the visible ones plus some offset (let's say 20 total), thus preventing the page to have to deal with a lot of results which are not even being rendered and prevent lag in the UI.

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

No branches or pull requests

2 participants