You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.