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

Infinite Scroll Loading With Virtual DOM Support #3

Open
gamemann opened this issue May 28, 2023 · 0 comments
Open

Infinite Scroll Loading With Virtual DOM Support #3

gamemann opened this issue May 28, 2023 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@gamemann
Copy link
Member

Another obstacle we face with Best Servers is how we'll load servers. Best Mods uses a React package called React Infinite Scroller which is more ideal to the user compared to using a pagination approach where users click on page numbers, etc.

Unfortunately, an issue we face with the NPM package mentioned above is it doesn't appear to support Virtual DOM from what I've seen. There's also an issue regarding this here. We need the virtual DOM so we aren't querying all server rows on re-render which would impact performance. We want to only render servers in the user's view.

@gamemann gamemann added the help wanted Extra attention is needed label May 28, 2023
@gamemann gamemann added this to the Initial Release milestone May 28, 2023
@gamemann gamemann self-assigned this May 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant