Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

virtual scrolling / react-window #1299

obust started this conversation in Ideas
Discussion options

When working with large data table the good practice is to implement some kind of virtual scrolling

Virtual scrolling help with the following issues:

  • Slow down the application due to excessive DOM nodes.
  • Increase memory consumption as all elements stay in memory.
  • Reduce performance by affecting scrolling smoothness.

React has the react-window library for that purpose.
https://github.com/bvaughn/react-window

Would it be possible to have reactpy-window ? Maybe tweak react-window to make it work with a python backend ?

Reference

You must be logged in to vote

Replies: 1 comment

Comment options

Yes, it would be possible. However, to make this compatible with server-side components, you'd need to get creative with the client-to-server communication.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /