-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently the component list when adding component is not virtualized and it is a bit laggy with only Bevy builtin components
| <Combobox |
React aria component does not support virtualizing yet and their virtualizing solution has almost no docs now but there is implementation here and a outdated one here (this one implement a combobox which is our need). We don't need to generalize the current Listbox to support virtualize, create a separate VirtualizeListBox is fine, and maybe making it work only with the components list is also fine as I don't think we need to virtualize anywhere else (if yes I prefer raw list with react-window instead react-aria's ListBox for better performance).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels