Skip to content

How to use useListBox with virtualizer (react-window/react-virtualized) #998

Closed
@deebov

Description

@deebov

❔ Question

I wanted use useListbox with some kind of virtualizer. I saw the implementation of react-aria's own virtualizer with listbox. However, there're some issues:

  1. It does not use semantic HTML tags (ul, li)
  2. Not as performant as other virtualizers (react-window/react-virtualized) out there
  3. Hard to understand what's going on without a guide

Is it possible to use listbox with react-window/react-virualizer or whether the current API allows us to do so? If yes, can you give some directions on how to achieve that?

🔦 Context

I want to create a long list (100 items min.) with sections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions