Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Scroll loading of pools #143

Merged
merged 1 commit into from
Feb 20, 2021
Merged

Conversation

9ineMile
Copy link

Load pools in chunks of 10 when scrolling.

Doesn't entirely fix #140 as the DOM can still grow very large if you scroll to the bottom with no filters, but speeds up the initial load.

Full windowing of the pools is a bit of a pain because of the dynamic pool height.

@vercel
Copy link

vercel bot commented Feb 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/beefyfinance/beefy-app/nu8udrrhh
✅ Preview: https://beefy-app-git-fork-9inemile-10cowsatatime.beefyfinance.vercel.app

@sirbeefalot
Copy link

sirbeefalot commented Feb 20, 2021

I'll close #140 with this PR. It might be enough of a performance boost.

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

Successfully merging this pull request may close these issues.

Add 'react-window' or similar to diminish the DOM size
2 participants