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

Initial Load is Slow, Much to Render #11

Open
hergaiety opened this issue Nov 25, 2016 · 1 comment
Open

Initial Load is Slow, Much to Render #11

hergaiety opened this issue Nov 25, 2016 · 1 comment
Labels

Comments

@hergaiety
Copy link

https://twitter.com/jgthms/status/802130369881534464
Rendering Graph

The majority of the page is offscreen and perhaps should be rendered more dynamically.

This may be solved by pagination, infinite scrolling, or lazyloading.

Keep in mind:

  • The sidebar is important to keep in mind as it expects the elements to exist and be loaded.
  • Avoid "popping" of elements in and out as user scrolls.
@jgthms
Copy link
Owner

jgthms commented Nov 26, 2016

Yes it is definitely an issue. I'm working on a fix.

I believe something like React's FixedDataTable should work: https://facebook.github.io/fixed-data-table/

The idea is to only render what's in view. Not sure if there's an equivalent without React.

@jgthms jgthms added the website label Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants