SeedCompany / cord-field

CORD UI
MIT License
7 stars 3 forks source link

Infinite Scroll & Virtualized Lists #95

Open CarsonF opened 4 years ago

CarsonF commented 4 years ago

Needs

Options

  1. react-virtualized
  2. react-window + helper libraries
  3. react-window with hook for scrolling (prebuilt or custom)
    • react-infinite-scroll-hook uses intervals to check for more should be loaded :-1:
    • I'd rather use a hook based on IntersectionObserver to be more performant. We already have react-intersection-observer imported, but maybe this doesn't fit the need.

┆Issue is synchronized with this Monday item by Unito

CarsonF commented 4 years ago

Note to self/dev to use feed role https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Feed_Role

CarsonF commented 4 years ago

Some can try and pick this up. It's obviously not a priority enough for me.

sethmcknight commented 3 years ago

@CarsonF are there any parts of this that are functioning and we can merge in? If not, what are we waiting for before this is complete?