Closed
Description
❔ 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:
- It does not use semantic HTML tags (ul, li)
- Not as performant as other virtualizers (react-window/react-virtualized) out there
- 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
Labels
No labels